﻿.password-box {
    position: relative;
}

form.user .form-control-user {
    font-size: 1.1rem !important;
}

#show-password {
    cursor: pointer;
    position: absolute;
    right: 5%;
    margin-top: -35px;
    font-size: 20px;
}
    #show-password.fa-eye-slash {
        
        right: 4.65%;
    }