.auth-password-field {
    position: relative;
    display: block;
    width: 100%;
}

.auth-password-field .form-control {
    width: 100%;
    padding-right: 46px !important;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #999;
    cursor: pointer;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease;
}

.auth-password-toggle i {
    display: block;
    line-height: 1;
    font-size: 16px;
    pointer-events: none;
}

.auth-password-toggle:hover {
    color: #111;
    background: #f0f0f0;
}

.account-drawer-field .auth-password-field .form-control,
.auth-page .auth-password-field .form-control {
    min-height: 48px;
    height: auto;
    padding: 12px 46px 12px 14px !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.account-drawer-field .auth-password-field .form-control:focus,
.auth-page .auth-password-field .form-control:focus {
    outline: none;
    border-color: #111;
    box-shadow: none;
}
