
.password-show-card{
    position: relative
}

.password-show-card .input-control{
    width: 100%;
    height: 49px;
    background: #fff;
    box-shadow: 0px 0px 2px #eee;
    padding: 6px 12px;
    font-size: 14px;
    color: #333333;
    border-radius: 0;
}

.password-show-card .input-control:focus
{
border: 1px solid #66afe9;
border-radius: 0;
}

.password-show-card .password-show,.password-show-card .confirm-password-show
{
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
    float: right;
    z-index: 99;

}
.fs-12{
    font-size: 12px;
}

/*.password-show-card .confirm-password-show
{
    position: relative;
    top: -27px;
    right: 11px;
    cursor: pointer;
    float: right;

}*/

/*.password-show-card .confirm-password-show {
    top: 10px !important;
}*/
/*.password-show-card .password-show {
    top: 10px !important;
}*/
