.hubpet-forgot-wrap {
    max-width: 460px;
    width: 100%;
}

.hubpet-forgot-title {
    margin: 0;
    color: #2b2e35;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
}

.hubpet-forgot-description {
    margin: 10px 0 0;
    color: #8f8f92;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    max-width: 430px;
}

.hubpet-forgot-alert {
    border-radius: 10px;
    font-size: 14px;
    margin: 16px 0 0;
    padding: 10px 12px;
}

.hubpet-forgot-alert--error {
    background: #fff1f0;
    border: 1px solid #ffccc7;
    color: #a8071a;
}

.hubpet-forgot-alert--success {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    color: #135200;
}

.hubpet-forgot-form {
    margin: 54px 0 0;
}

.hubpet-forgot-input {
    width: 100%;
    height: 58px;
    border: 1px solid #cdcdcf;
    border-style: solid !important;
    border-radius: 14px;
    background: #ffffff;
    padding: 0 17px;
    color: #2e2f34;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.hubpet-forgot-input::placeholder {
    color: #b9b9bb;
}

.hubpet-forgot-helper {
    margin: 8px 0 0;
    color: #c2c2c4;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}

.hubpet-forgot-submit {
    margin-top: 28px;
    width: 212px;
    height: 62px;
    border: 0;
    border-radius: 12px;
    background: #ea831d;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

@media (max-width: 767px) {
    .hubpet-forgot-title {
        font-size: 40px;
    }

    .hubpet-forgot-description {
        font-size: 15px;
    }

    .hubpet-forgot-form {
        margin-top: 28px;
    }

    .hubpet-forgot-submit {
        width: 100%;
        font-size: 28px;
    }
}
