.gray-background {
  background-color: #fafafa;
  min-height: 100vh;
  overflow: auto;
}

.bs4-v3 .main-wrapper .logo-header {
  width: 240px;
  height: 78px;
  margin: 24px auto;
}
.bs4-v3 .main-wrapper .or-divider {
  color: #b0b0b0;
  text-align: center;
  margin-top: 16px;
}
.bs4-v3 .main-wrapper .divider-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  align-self: center;
}

.bs4-v3 .base-form .help-block {
  font-size: 0.8em !important;
  color: var(--atoka_colors_mediumEmphasisMain);
  margin-bottom: 0;
}
.bs4-v3 .base-form .form-group {
  margin-bottom: 1rem;
}
.bs4-v3 .base-form .required-field:not(.atoka-form-label)::after {
  content: "" !important;
}
.bs4-v3 .base-form #div_id_tos_text { /* stylelint-disable-line selector-id-pattern -- This ID is generate by Django */ }
.bs4-v3 .base-form #div_id_tos_text label {
  display: none;
}
.bs4-v3 .base-form #div_id_tos_text p.account-creating-warning {
  font-size: 14px;
  color: var(--atoka_colors_mediumEmphasisMain);
}
.bs4-v3 .base-form .home-link {
  width: 100%;
  display: flex;
}
.bs4-v3 .base-form .text-center.title {
  font-weight: 700;
  margin: 24px auto;
  font-size: 24px;
}
.bs4-v3 .base-form .control-label {
  color: var(--atoka_colors_mediumEmphasisMain);
  text-align: left;
  margin-left: 0;
  font-size: 14px;
}
.bs4-v3 .base-form .forgot a {
  font-weight: 600;
  font-size: 14px;
}
.bs4-v3 .base-form .signup {
  font-weight: 500;
}
.bs4-v3 .base-form .login-btn {
  margin-top: 32px;
}
.bs4-v3 .base-form .footer-links {
  margin-top: 40px;
  font-size: 14px;
}
.bs4-v3 .base-form .cerved-login {
  background-image: url("/static/img/logo-cerved-primary.png");
  background-size: 15px;
  background-position: 24px center;
  background-repeat: no-repeat;
  margin-top: 32px;
}

.mfa-wrapper {
  margin-top: 4em;
}

.payoff {
  width: 400px;
  white-space: normal;
}

/*# sourceMappingURL=base_v3.css.map */
