.auth-restore-page {
    padding-top: 32px;
    padding-bottom: 96px;
}

.page-title {
    margin: 34px 0 42px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #10275c;
}

.restore-password {
    max-width: 812px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.restore-password__text {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
    font-size: 17px;
    line-height: 1.35;
    color: #242424;
}

.restore-password__text p {
    margin: 0;
}

.restore-password__text p + p {
    margin-top: 6px;
}

.restore-password__form {
    width: 100%;
}

.restore-password__form .contacts-form__field {
    width: 100%;
    margin-bottom: 20px;
}

.restore-password__form .contacts-form__field input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 3px;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    color: #242424;
    box-sizing: border-box;
}

.restore-password__form .contacts-form__field input::placeholder {
    color: #8d8d8d;
}

.restore-password__form .contacts-form__btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 3px;
    background: #10275c;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.restore-password__form .contacts-form__btn:hover {
    background: #0b1f4d;
}

.contacts-form__errors {
    margin-bottom: 24px;
    padding: 18px 22px;
    background: #ffffff;
    color: #ff0000;
    font-size: 15px;
    line-height: 1.4;
}

.contacts-form__error {
    color: #ff0000;
}