.ForgotPassword__hidden--OStc3 {
  display: none;
}
.ForgotPassword__container--ua2aH {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .ForgotPassword__container--ua2aH {
    padding: 16px;
    box-shadow: none;
    border-radius: 0;
  }
}
.ForgotPassword__wrapper--LPgVD {
  max-width: 515px;
  margin: 70px auto 180px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .ForgotPassword__wrapper--LPgVD {
    margin: 0 auto 30px;
  }
}
.ForgotPassword__input--OcmHX {
  margin-bottom: 24px;
}
.ForgotPassword__input--OcmHX .has-error .ant-input {
  border-color: #f5222d;
}
.ForgotPassword__input--OcmHX .has-error .ant-form-explain {
  color: #e62f4a;
  font-size: 12px;
  margin-top: 4px;
}
.ForgotPassword__input--OcmHX .ant-select-auto-complete.ant-select .ant-input,
.ForgotPassword__input--OcmHX .ant-input {
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dee0e3;
  height: 48px;
  font-size: 18px;
  color: #333333;
  box-shadow: none;
  line-height: 38px;
}
.ForgotPassword__input--OcmHX .ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder,
.ForgotPassword__input--OcmHX .ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ForgotPassword__input--OcmHX .ant-select-auto-complete.ant-select .ant-input:hover,
.ForgotPassword__input--OcmHX .ant-input:hover,
.ForgotPassword__input--OcmHX .ant-select-auto-complete.ant-select .ant-input:focus,
.ForgotPassword__input--OcmHX .ant-input:focus {
  border-color: #fc9903;
  box-shadow: none;
}
.ForgotPassword__input--OcmHX .ant-input-disabled {
  background-color: #f5f5f5;
}
.ForgotPassword__input--OcmHX textarea.ant-input {
  line-height: 28px;
}
.ForgotPassword__input--OcmHX .ant-select-selection--single {
  height: 48px;
}
.ForgotPassword__input--OcmHX .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 48px;
}
.ForgotPassword__input--OcmHX .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value,
.ForgotPassword__input--OcmHX .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
  font-size: 18px;
}
.ForgotPassword__input--OcmHX .ant-form-explain ul {
  margin-bottom: 0;
}
.ForgotPassword__label--ZDDqj {
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
}
.ForgotPassword__label--ZDDqj sup {
  color: #f26118;
}
.ForgotPassword__submit--RDWYd {
  margin-left: auto;
  border-radius: 4px;
  background-color: #30b8e9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 205px;
  display: block;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 46px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 577px) {
  .ForgotPassword__submit--RDWYd {
    width: 100%;
  }
}
.ForgotPassword__submit--RDWYd:active,
.ForgotPassword__submit--RDWYd:focus,
.ForgotPassword__submit--RDWYd:hover {
  border-color: transparent;
  background-color: #30b8e9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ForgotPassword__submit--RDWYd[disabled] {
  background-color: #d7d7d7;
  color: #9b9b9b;
  cursor: not-allowed;
}
@media only screen and (max-width: 992px) {
  .ForgotPassword__submit--RDWYd {
    margin-bottom: 20px;
  }
}
.ForgotPassword__lockIcon--hrspx {
  position: absolute;
  bottom: 3px;
  left: -20px;
  z-index: 0;
}
.ForgotPassword__lockIcon--hrspx svg {
  width: 300px;
  height: 300px;
  fill: #f7f7f7;
}
@media only screen and (max-width: 992px) {
  .ForgotPassword__lockIcon--hrspx {
    bottom: 0;
    left: 0;
  }
  .ForgotPassword__lockIcon--hrspx svg {
    width: 170px;
    height: 170px;
    fill: #fbfbfb;
  }
}
.ForgotPassword__successMessage--CKQwN {
  margin: 32px auto 170px;
  text-align: center;
}
.ForgotPassword__successMessage--CKQwN .ForgotPassword__mailIcon--TKPRA {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}
.ForgotPassword__successMessage--CKQwN .ForgotPassword__mailIcon--TKPRA svg {
  fill: #30b8e9;
  width: 72px;
  height: 72px;
}
.ForgotPassword__successMessage--CKQwN p {
  font-size: 18px;
}
.ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B {
  margin-left: auto;
  border-radius: 4px;
  background-color: #30b8e9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 205px;
  display: block;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 46px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  margin-top: 50px;
  width: 135px;
  margin-right: auto;
}
@media only screen and (max-width: 577px) {
  .ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B {
    width: 100%;
  }
}
.ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B:active,
.ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B:focus,
.ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B:hover {
  border-color: transparent;
  background-color: #30b8e9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ForgotPassword__successMessage--CKQwN .ForgotPassword__okButton--SAN2B[disabled] {
  background-color: #d7d7d7;
  color: #9b9b9b;
  cursor: not-allowed;
}

.ScreenFeedback__container--KF4LU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px auto 100px;
}
.ScreenFeedback__container--KF4LU.ScreenFeedback__status-error--WFUNx .ScreenFeedback__icon--FQosx {
  fill: #f24d18;
}
.ScreenFeedback__container--KF4LU.ScreenFeedback__status-warning--Bkvtr .ScreenFeedback__icon--FQosx {
  fill: #ee8514;
}
.ScreenFeedback__container--KF4LU.ScreenFeedback__status-success--oImkp .ScreenFeedback__icon--FQosx {
  fill: #94d50f;
}
.ScreenFeedback__container--KF4LU.ScreenFeedback__status-info--LXJIA .ScreenFeedback__icon--FQosx,
.ScreenFeedback__container--KF4LU.ScreenFeedback__status-loading--TXsnb .ScreenFeedback__icon--FQosx {
  fill: #30b8e9;
}
.ScreenFeedback__container--KF4LU .ScreenFeedback__icon--FQosx {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
.ScreenFeedback__container--KF4LU .ScreenFeedback__title--tAT23 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #30b8e9;
  line-height: 40px;
  margin-bottom: 32px;
}
.ScreenFeedback__container--KF4LU .ScreenFeedback__help--Wg2Y3 {
  color: #333333;
  text-align: center;
}

.PasswordRules__container--MGW09 {
  margin-left: 8px;
  margin-top: -17px;
  margin-bottom: 20px;
}
.PasswordRules__ruleItem--zXOvo {
  display: flex;
  align-items: center;
  margin: 5px 0 0 28px;
}
.PasswordRules__ruleItem--zXOvo.PasswordRules__valid--vEkTp {
  font-weight: bold;
  margin-left: 7px;
}
.PasswordRules__icon--YtsP0 {
  fill: #27b30b;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.Profile__hidden--L_Fei {
  display: none;
}
.Profile__container--VZqnA {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 20px 155px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .Profile__container--VZqnA {
    padding: 16px 16px 146px;
    box-shadow: none;
    border-radius: 0;
  }
}
.Profile__notActivatedBlock--HItzK {
  padding: 15px 35px;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: solid 1px rgba(151, 151, 151, 0.2);
  display: flex;
  margin-bottom: 26px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .Profile__notActivatedBlock--HItzK {
    padding: 15px;
  }
}
.Profile__notActivatedBlock--HItzK .Profile__link--gfW9B {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #0f97d5;
}
.Profile__notActivatedBlock--HItzK p {
  margin: 0;
}
.Profile__notActivatedBlock--HItzK .Profile__mailIcon--F9Rgm {
  fill: #30b8e9;
  margin-right: 16px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.Profile__input--z0o9N {
  margin-bottom: 24px;
}
.Profile__input--z0o9N .has-error .ant-input {
  border-color: #f5222d;
}
.Profile__input--z0o9N .has-error .ant-form-explain {
  color: #e62f4a;
  font-size: 12px;
  margin-top: 4px;
}
.Profile__input--z0o9N .ant-select-auto-complete.ant-select .ant-input,
.Profile__input--z0o9N .ant-input {
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dee0e3;
  height: 48px;
  font-size: 18px;
  color: #333333;
  box-shadow: none;
  line-height: 38px;
}
.Profile__input--z0o9N .ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder,
.Profile__input--z0o9N .ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.Profile__input--z0o9N .ant-select-auto-complete.ant-select .ant-input:hover,
.Profile__input--z0o9N .ant-input:hover,
.Profile__input--z0o9N .ant-select-auto-complete.ant-select .ant-input:focus,
.Profile__input--z0o9N .ant-input:focus {
  border-color: #fc9903;
  box-shadow: none;
}
.Profile__input--z0o9N .ant-input-disabled {
  background-color: #f5f5f5;
}
.Profile__input--z0o9N textarea.ant-input {
  line-height: 28px;
}
.Profile__input--z0o9N .ant-select-selection--single {
  height: 48px;
}
.Profile__input--z0o9N .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 48px;
}
.Profile__input--z0o9N .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value,
.Profile__input--z0o9N .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
  font-size: 18px;
}
.Profile__input--z0o9N .ant-form-explain ul {
  margin-bottom: 0;
}
.Profile__label--oj5kT {
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
}
.Profile__label--oj5kT sup {
  color: #f26118;
}
.Profile__secondaryButton--FP2og {
  color: #30b8e9;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #30b8e9;
  height: 36px;
  padding: 4px 11px;
  display: inline-block;
  line-height: 26px;
}
.Profile__secondaryButton--FP2og.Profile__changeEmailButton--GYevE {
  margin-left: 12px;
}
.Profile__formItemSubmit--gGt52 {
  margin: 15px 0;
}
.Profile__switchFormItem--hPNLH {
  margin-bottom: 5px;
  text-align: right;
}
.Profile__switchFormItem--hPNLH .ant-switch {
  background-color: #d8d8d8;
}
.Profile__switchFormItem--hPNLH .ant-switch-checked {
  background-color: #30b8e9;
}
.Profile__switchFormItem--hPNLH .ant-form-item-label {
  flex: 8;
  text-align: left;
}
.Profile__switchFormItem--hPNLH .ant-form-item-control-wrapper {
  flex: 4;
}
@media (max-width: 425px) {
  .Profile__switchFormItem--hPNLH .ant-form-item-label {
    flex: 10;
  }
  .Profile__switchFormItem--hPNLH .ant-form-item-control-wrapper {
    flex: 2;
  }
}
@media (min-width: 768px) {
  .Profile__switchFormItem--hPNLH .ant-form-item-label {
    flex: 9;
  }
  .Profile__switchFormItem--hPNLH .ant-form-item-control-wrapper {
    flex: 3;
  }
}
@media (min-width: 991px) {
  .Profile__switchFormItem--hPNLH .ant-form-item-label {
    flex: 8;
  }
  .Profile__switchFormItem--hPNLH .ant-form-item-control-wrapper {
    flex: 4;
  }
}
@media (min-width: 1199px) {
  .Profile__switchFormItem--hPNLH .ant-form-item-label {
    flex: 7;
  }
  .Profile__switchFormItem--hPNLH .ant-form-item-control-wrapper {
    flex: 5;
  }
}
.Profile__submitProfile--r58NA {
  margin-left: auto;
  border-radius: 4px;
  background-color: #30b8e9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 205px;
  display: block;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 46px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  margin-top: 0;
}
@media only screen and (max-width: 577px) {
  .Profile__submitProfile--r58NA {
    width: 100%;
  }
}
.Profile__submitProfile--r58NA:active,
.Profile__submitProfile--r58NA:focus,
.Profile__submitProfile--r58NA:hover {
  border-color: transparent;
  background-color: #30b8e9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.Profile__submitProfile--r58NA[disabled] {
  background-color: #d7d7d7;
  color: #9b9b9b;
  cursor: not-allowed;
}
@media only screen and (max-width: 577px) {
  .Profile__submitProfile--r58NA {
    margin-bottom: 20px;
  }
}
.Profile__actions--MRz6_ {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 577px) {
  .Profile__actions--MRz6_ {
    margin-top: 20px;
    flex-direction: column;
  }
}
.Profile__actions--MRz6_ .Profile__cancel--e3ZFE {
  background-color: transparent;
  width: 137px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0f97d5;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 577px) {
  .Profile__actions--MRz6_ .Profile__cancel--e3ZFE {
    margin-left: 0;
  }
}

.ResetPassword__hidden--iDUU_ {
  display: none;
}
.ResetPassword__container--mbeUS {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .ResetPassword__container--mbeUS {
    padding: 16px;
    box-shadow: none;
    border-radius: 0;
  }
}
.ResetPassword__wrapper--YsE_1 {
  max-width: 515px;
  margin: 70px auto 180px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .ResetPassword__wrapper--YsE_1 {
    margin: 0 auto 30px;
  }
}
.ResetPassword__okButton--GStZS {
  margin-left: auto;
  border-radius: 4px;
  background-color: #30b8e9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 205px;
  display: block;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 46px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  margin-top: 50px;
  width: auto;
  min-width: 135px;
  margin-right: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 577px) {
  .ResetPassword__okButton--GStZS {
    width: 100%;
  }
}
.ResetPassword__okButton--GStZS:active,
.ResetPassword__okButton--GStZS:focus,
.ResetPassword__okButton--GStZS:hover {
  border-color: transparent;
  background-color: #30b8e9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ResetPassword__okButton--GStZS[disabled] {
  background-color: #d7d7d7;
  color: #9b9b9b;
  cursor: not-allowed;
}


/*# sourceMappingURL=29705989a8b7a0d877d7.css.map*/