/* -------------------------------------------------
 * PASSWORD TOGGLE
 * ------------------------------------------------ */
#auth_password-element {
    position: relative;
}

#auth_password.form-control {
    padding-right: 35px;
}

.password-toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #b0bec5;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
}

.password-toggle-btn:hover {
    color: #4e5a64;
}
