<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maincontainer {
  max-width: 1024px;
  margin: auto;
  margin-top: 150px;
  position: relative;
  min-height: calc(100vh - 314px);
}

#contentWrapper {
  margin-right: 0;
  margin-left: 0;
}

button[type='submit'] {
  min-width: 150px;
}

#recaptcha_widget_div {
  margin-bottom: 1em;
}

/* Progress Bar */
#progressBarWrapper {
  margin-bottom: 1em;
  background-color: white;
  transition: .5s;
  z-index: 500;
  padding: 1.5em;
  border-bottom: 2px solid #5bc0de; /* Bootstrap progress bar color */
}

.progressBarWrapper--fixed {
  margin-bottom: 0;
  padding: .5em;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  transition: .5s;
}

#nextStep {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #5bc0de;
  margin: 0;
  padding: 0;
  transition: .5s;
}

#progressBarWrapper.progressBarWrapper--error {
  border-bottom: 2px dashed #a94442;
  transition: .5s;
}

.progressBarWrapper--error #nextStep {
  color: #a94442;
  transition: .5s;
}

#progressLabel {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 1em;
}

.progress {
  margin: 0;
  padding: 0;
}

#stepProgress {
  min-width: 40px;
}

/* Tablet and Mobile*/
@media screen and (max-width: 990px) {
  #progressBarWrapper {
    border-bottom: none;
    border-top: 2px solid #333;
    margin-bottom: 0;
    padding: .5em;
    top: initial;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transition: .5s;
  }

  #progressBarWrapper.progressBarWrapper--error {
    border-bottom: none;
    border-top: 2px solid #a944h42;
    transition: .5s;
  }

  #nextStep {
    color: #333;
    font-size: 1.5em;
  }

  .progress {
    margin: .5em 0;
  }
}

/* center captcha div */
.g-recaptcha &gt; div &gt; div {
  display: block;
  margin: 0 auto;
}

/**
password criteria checklist
**/
.pwChecklist {
  margin-bottom: 2rem;
}

.pwCheckbox {
  position: relative;
  font-size: .9rem;
  padding: .6rem;
  border: 1px solid #333;
  border-radius: 3px;
  display: inline-block;
}

.pwCheck {
  opacity: 0;
  position: absolute;
  color: green;
  font-size: 1rem;
  left: .-.25rem;
  top: .15rem;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.pwDesc {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.pwPolicy span.glyphicon.glyphicon-exclamation-sign {
    vertical-align: text-top;
    margin-right: .5rem;
}

@-webkit-keyframes showCheck {
  50% {
    opacity: .5;
    font-size: 1.5rem;
    left: -.25rem;
    top: .15rem;
  }
  100% {
    opacity: 1;
    font-size: 1rem;
    left: .1rem;
    top: .15rem;
  }
}

@keyframes showCheck {
  50% {
    opacity: .5;
    font-size: 1.5rem;
    left: -.25rem;
    top: .15rem;
  }
  100% {
    opacity: 1;
    font-size: 1rem;
    left: .1rem;
    top: .15rem;
  }
}

.btn-warning,
.btn-warning:disabled,
.btn-warning:disabled:hover {
  background-color: #007b8d;
  border-color: #006574;
  font-weight: 400;
  font-family: Lato,sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:focus:active,
.btn-warning:active {
    color: #fff;
    background-color: #006574;
    border-color: #004f5b;
}

.alert-success {
    color: #19383d;
    background-color: #fff;
    border-color: silver;
}

.has-success .form-control {
    border-color: silver
}

#linkAccount {
  margin-top: 1rem;
}

#linkAccountAlert {
  margin-top: 1rem;
}</pre></body></html>