.vcenter {
  display: inline-block;
  float: none;
  height: 3em;
  line-height: 3em;
  text-align: center;
  vertical-align: middle;
}

.login-provider-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.login-provider-list a {
  margin-bottom: 16px;
}

.card-body {
  padding: 0px !important;
}

.card-form-content {
  padding: 0 8px 8px 8px !important;
}

.carousel-form {
  padding: 0 8px 8px 8px !important;
}

.field-validation-error {
  margin-top: 8px;
  color: #D9563F;
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.field-validation-valid {
  display: none;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.pwstrength_viewport_progress {
  margin-top: 0.5em;
}

.commit-sha {
  width: 100%;
  text-align: center;
  line-height: 1.0715;
  letter-spacing: 0.4px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  color: #999999;
  padding-top: 16px;
}

.email-field {
  display: none;
}

.thirdparty-login-icon {
  height: 16px;
  width: 16px;
}

.login-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-align: center;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #5C5C5C;
  text-align: center;
}

.continue-with {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #5C5C5C;
}

.login-page {
  max-width: 400px;
  min-height: 545px;
}

.register-page {
  min-height: 768px;
}

.registration-form-container {
  padding: 16px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
}

.license-agreement {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  margin: 32px;
  line-height: 1.5;
}

.bg-arnold {
  background: url(../images/arnold.jpg);
  background-size: cover;
  background-position: center;
  flex-grow: 3;
}

.left-border-radius {
  border-radius: 16px 0 0 16px;
}

.text-small {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.field-validation-error,
field-validation-error > p {
  display: inline;
}

.field-validation-error-placeholder {
  min-height: 48px;
}

.motivation-text {
  color: #333333;
  background: rgb(252.25, 252.25, 252.25);
  border-radius: 16px;
  padding: 16px 32px;
  margin-bottom: 16px;
  line-height: 1.5rem;
}
.motivation-text h5 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.motivation-text ul {
  margin: 0;
}

.motivation-testimonials {
  background: rgb(252.25, 252.25, 252.25);
  border-radius: 16px;
  margin-bottom: 16px;
}
.motivation-testimonials img {
  height: 2rem;
  width: 100%;
  object-fit: contain;
}
.motivation-testimonials p {
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(161, 161, 161);
  margin: 0;
}

#validation-summary ul {
  list-style-type: none;
  margin-left: -1.5em;
}

@media screen and (min-width: 800px) {
  .hide-on-bigger-screen {
    display: none !important;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .login-page {
    max-width: none;
  }
  .hide-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: calc(800px - 1px)) {
  .hide-on-sm {
    display: none !important;
  }
  .p-0-on-sm {
    padding: 0;
  }
  .register-page {
    min-height: inherit;
  }
}

/*# sourceMappingURL=account-style.css.map */
