.auth-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    min-width: 0;
    width: 100%;
}

.password-field {
    margin-top: 0.4rem;
    position: relative;
}

.form-contact .password-field input {
    box-sizing: border-box;
    height: 42px;
    line-height: 1.2;
    margin-top: 0;
    padding: 0 46px 0 0.7rem;
}

.toggle-password {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 34px;
}

.toggle-password:hover {
    color: #000000;
}

.password-field img {
    display: block;
    height: 22px;
    width: 22px;
}

.password-field img[hidden] {
    display: none;
}

.remember-card {
    align-items: center;
    background: #fbf8fb;
    border: 1px solid #eadfea;
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr;
    margin-top: 18px;
    max-width: 100%;
    min-width: 0;
    padding: 13px 14px;
}

.form-contact .remember-card {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
}

.remember-card > span:last-child {
    min-width: 0;
}

.remember-card input {
    border: 0;
    height: 1px;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.remember-toggle {
    background: #d8c9d9;
    border-radius: 999px;
    display: block;
    flex: 0 0 44px;
    height: 24px;
    position: relative;
    transition: 0.2s ease;
    width: 44px;
}

.remember-toggle::after {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: 0.2s ease;
    width: 16px;
}

.remember-card input:checked + .remember-toggle {
    background: #6e4a7e;
}

.remember-card input:checked + .remember-toggle::after {
    transform: translateX(20px);
}

.remember-card strong,
.remember-card small {
    display: block;
}

.remember-card strong {
    color: #4b134f;
}

.remember-card small {
    color: #667085;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 2px;
}
