.glow,
.footer-box,
.title-bar,
#themes-selector {
  display: none;
}
*,
*:before,
*:after {
  font-family: Circular, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  line-height: 1;
  box-sizing: inherit;
}
#main {
  background: #fefdfc;
  width: 100%;
}
#main #content {
  max-width: 1140px;
  min-width: 270px;
  width: 100%;
  min-height: 616px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
#main #content .passwordResetPage {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main #content .passwordResetPage .sectionHeader {
  text-align: center;
  margin: 42px 0 52px 0;
}
#main #content .passwordResetPage .sectionHeader .title {
  color: #0A1551;
  font-weight: 700;
  font-size: 24px;
  padding: 0 15px;
  min-height: 48px;
  line-height: 48px;
}
#main #content .passwordResetPage .sectionHeader .description {
  max-width: 398px;
  color: #47507D;
  font-size: 16px;
  max-width: 586px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
#main #content .passwordResetPage .middleWrapper {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  #main #content .passwordResetPage .middleWrapper {
    padding: 0 16px;
  }
}
#main #content .passwordResetPage .middleWrapper .successMessageBox {
  flex-basis: 324px;
  background-color: #78bb07;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  border-radius: 2px;
  transition: all 0.2s;
  overflow: hidden;
  padding: 4px 8px;
  line-height: 16px;
  margin-bottom: 16px;
}
#main #content .passwordResetPage .middleWrapper .successMessageBox:empty {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 506px;
  justify-content: center;
}
#main #content .passwordResetPage .middleWrapper .formSection.customUser .hintOuterWrapper.forNonCustom {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper {
  flex: 0 0 324px;
}
@media (max-width: 480px) {
  #main #content .passwordResetPage .middleWrapper .formSection .formWrapper {
    flex-basis: auto;
    width: 100%;
  }
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .otherErrorWrapper {
  background-color: #D4372C;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  padding: 0;
  border-radius: 2px;
  z-index: 1;
  line-height: 0;
  transition: all 0.2s;
  overflow: hidden;
  width: 0;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .otherErrorWrapper.show {
  padding: 4px 8px;
  margin-bottom: 16px;
  line-height: 16px;
  width: auto;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 16px;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper label {
  line-height: 21px;
  color: #2B3245;
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  width: 100%;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper.errorState span input {
  border-color: #D4372C;
  box-shadow: 0px 0px 0px 3px #f6d7d5;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper.errorState.errorMessage .errorMessageBox {
  padding: 4px 8px;
  margin-top: 8px;
  line-height: 16px;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper span {
  width: 100%;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper span input {
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
  border: solid 1px #C8CEED;
  display: block;
  width: 100%;
  padding: 0 12px;
  margin-top: 8px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  font-family: Circular, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper span input:focus {
  outline: 0;
  border-color: #6a9cff;
  box-shadow: 0 0 0 2px rgba(106, 156, 255, 0.58);
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .errorMessageBox {
  background-color: #D4372C;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  text-align: left;
  padding: 0 8px;
  border-radius: 2px;
  z-index: 1;
  line-height: 0;
  transition: all 0.2s;
  overflow: hidden;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer {
  position: absolute;
  top: 33px;
  right: 7px;
  background: none transparent;
  padding: 0px;
  z-index: 2;
  color: inherit;
  text-align: center;
  height: 30px;
  width: 32px;
  border-radius: 4px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .togglePassTooltip {
  display: inline-table;
  background-color: #2b3245;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #c3cad8;
  white-space: nowrap;
  position: absolute;
  right: 3px;
  top: 0px;
  min-height: 24px;
  width: auto;
  border-radius: 2px;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  margin-top: -22px;
  transition: all 0.2s ease 0s;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .togglePassTooltip::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  bottom: -6px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='6.1px' viewBox='0 0 12 6.1' style='enable-background:new 0 0 12 6.1;' xml:space='preserve'%3E%3Cpath style='fill:%232B3245' d='M1.6,0.8l3.6,4.8c0.4,0.5,1.2,0.5,1.6,0l3.6-4.8C10.8,0.3,11.4,0,12,0H0C0.6,0,1.2,0.3,1.6,0.8z'/%3E%3C/svg%3E%0A");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .hideTooltip {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .passEye {
  width: 100%;
  height: 100%;
  display: flex;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .passEye > svg {
  pointer-events: none;
  width: 20px;
  height: 100%;
  margin: 0 auto;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .passEye:hover + .showTooltip {
  opacity: 1;
  margin-top: -24px;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer .textEye {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .showTooltip {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .passEye {
  display: none;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .textEye {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 1;
  display: block;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .textEye > svg {
  pointer-events: none;
  width: 20px;
  height: 100%;
  margin: 0 auto;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .textEye + .hideTooltip {
  display: block;
}
#main #content .passwordResetPage .middleWrapper .formSection .formWrapper .inputWrapper .eyeContainer.showPassword .textEye:hover + .hideTooltip {
  opacity: 1;
  margin-top: -24px;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper {
  flex: 0 0 324px;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  #main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper {
    flex: 1;
  }
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper {
  width: 100%;
  margin-bottom: 16px;
  color: #8d8fa8;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hintText {
  color: #01bd6f;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hint.hintError ~ .hintText {
  color: #f23a3c;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hint {
  color: #01bd6f;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hint::before {
  height: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(1,189,111)' viewBox='0 0 512 512'><path d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/></svg>");
  margin: 0 6px 0 3px;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hint.hintError {
  color: #f23a3c;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper.validation .hint.hintError::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(242,58,60)' viewBox='0 0 512 512'><path d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/></svg>");
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hint {
  order: 1;
  line-height: 20px;
  display: flex;
  align-items: center;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hint:first-child {
  margin-top: 16px;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hint::before {
  content: "";
  height: 6px;
  width: 6px;
  margin: 0 6px 0 6px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(141,143,168)' viewBox='0 0 512 512'><path d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'/></svg>");
  background-position: center;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hintText {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hintText.oldPasswordError {
  color: #f23a3c;
}
#main #content .passwordResetPage .middleWrapper .formSection .hintOuterWrapper .hintInnerWrapper .hintText span {
  line-height: 18px;
}
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper {
  display: flex;
  flex-basis: 324px;
  justify-content: center;
}
@media (max-width: 480px) {
  #main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper {
    flex-basis: auto;
    width: 100%;
  }
}
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #78BB07;
  background-color: #78BB07;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 0;
  margin-bottom: 24px;
  min-height: 56px;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: inherit;
}
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton:hover {
  background-color: #4EB100;
  border-color: #4EB100;
  color: #fff;
}
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton:focus {
  box-shadow: 0px 0px 0px 3px #d3ddfd;
  border-color: #799AF8;
  outline: 0;
}
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton:disabled,
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton:hover:disabled,
#main #content .passwordResetPage .middleWrapper .formSection .submitButtonWrapper .formSubmitButton:focus:disabled {
  background-color: #a0d2b4;
  border-color: #a0d2b4;
  color: #fff;
  cursor: not-allowed;
}
#main #content .passwordResetPage .middleWrapper .formSection .hiddenFlexItem {
  flex-basis: 324px;
  opacity: 0;
}
#footer .footer-cont {
  padding: 0;
}
