.forgotPasswordFormContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 873px;
}

.forgotPasswordFormContainer {
    border: 1px solid #D2D2D2;
    padding-top: 26px;
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 48px;
}

.forgotPasswordFormHeader {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 50px;
    color: #FF9E1B;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 20px;
}

.forgotPasswordInstructions {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 504px;
    margin-bottom: 25px;
}

.forgotPasswordForm {
    display: flex;
    justify-content: center;
}

.forgotPasswordFormInput {
    height: 49px;
    width: 504px;
    margin-bottom: 16px;
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;

}

.forgotPasswordFormFooter {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    margin-bottom: 10px;
}

.forgotPasswordFormButton {
    width: 148px;
    height: 48px;
    left: 828px;
    top: 464px;
    background: #FF9E1B;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.forgotPassword-email-status {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1159px) {
    .forgotPasswordFormContent {
        margin-bottom: 250px;
    }

    .forgotPasswordFormContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .forgotPasswordInstructions {
        width: 340px;
    }
    

    .forgotPasswordFormInput {
        width: 340px;
    }
}