.password-page {
    padding: 70px 20px;
}

.password-card {
    width: min(520px, 100%);
}

.password-card h1 {
    margin: 18px 0 0;
}

.password-description {
    margin: 12px 0 24px;
    color: #667085;
    line-height: 1.7;
}

.password-form {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.password-form label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    color: #24324b;
    font-size: 14px;
    font-weight: 800;
}

.password-form input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 15px;
    border: 1px solid #d9e2ef;
    border-radius: 12px;
    outline: none;
    color: #11213d;
    background: #fff;
    font: inherit;
}

.password-form input:focus {
    border-color: #6f9df8;
    box-shadow: 0 0 0 4px rgba(55,117,245,.11);
}

.password-back-link {
    display: block;
    margin-top: 18px;
    color: #3775f5;
    text-align: center;
    font-weight: 800;
}

.change-password-panel {
    width: min(620px, 100%);
}

.password-rule-box {
    padding: 14px 16px;
    border-radius: 12px;
    color: #526079;
    background: #f5f8fc;
    font-size: 13px;
    line-height: 1.6;
}
