#forgotPasswordForm {
    margin-top: 50px;
    margin-bottom: 50px;
}

#forgotYourPasswordHeading,
#enterYourEmailLabel {
    font-family: 'SuisseIntl-Regular' !important;
    text-transform: uppercase !important;
}

#Email {
    height: 46px !important;
    border: 1px solid #B6B6B6 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-family: 'SuisseIntl-Light' !important;
}

#sendForgotPasswordEmailBtn {
    width: 200px !important;
    height: 46px !important;
    line-height: 34px !important;
    border-radius: 100px !important;
    outline: 0 !important;
    font-family: 'SuisseIntl-Regular' !important;
    font-size: 16px !important;
    background: #5f5a56 !important;
    color: #fdfdfd !important;
}

#forgotPasswordForm > div > div > .panel-default > .panel-heading {
    background-color: #b8987d !important;
    color: #fdfdfd !important;
}

#emailLabel {
    font-family: 'SuisseIntl-Light' !important;
    padding-top: 12px !important;
}