#show_hide_password div  a{
    border-radius: 0 10rem 10rem 0;
    text-decoration: none;
    width: 3rem;
}
#show_hide_password input{
    border-radius: 10rem 0 0 10rem;
}
#show_hide_password div  a:hover{
    color: #6e707e;
}