#reset-password-button{
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--90, #1A3449);
    color: var(--white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.email-title label{
    color: var(--dark-gray-60, #86898F);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
#forgotPasswordForm #email{
    margin-bottom: 24px;
}
#forgotPasswordForm .signinTitle .title{
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}
.email-error-block{
    color: red;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25rem;
}