.forgot-password__wrapper {
    width: 100%;
    max-width: 512px;
    margin-right: auto;
    margin-left: auto
}

.forgot-password__image-wrapper {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media (min-width: 1240px) {
    .forgot-password__wrapper {
        margin-top: 46px
    }

    .forgot-password__image-wrapper {
        width: 85px;
        height: 85px
    }
}

.forgot-password__image {
    width: auto;
    height: auto
}

.forgot-password__title {
    color: var(--black)
}

.forgot-password__text {
    font-size: var(--text-size);
    font-family: var(--secondary-font);
    color: var(--gray);
    margin-top: 15px
}

.forgot-password__text p {
    margin-bottom: 0
}

.forgot-password__text p:not(:last-of-type) {
    margin-bottom: 10px
}

.forgot-password__form {
    margin-top: 15px
}

.forgot-password__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.forgot-password__form-submit-wrapper {
    margin-top: 40px
}

.forgot-password__form-submit {
    min-height: initial;
    padding: 16px 39px
}
