html {
  background: #f5f7fa;
}

body {
  background: #f5f7fa;
  color: #182230;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.auth-page {
  background: #f5f7fa;
}

.auth-page #contact-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.auth-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.07);
}

.auth-register-page .auth-card {
  max-width: 840px;
}

.account-home-page {
  background: #f5f7fa;
}

.account-home-page #contact-section {
  padding-top: 24px;
  padding-bottom: 34px;
}

.account-home-card {
  max-width: 1100px;
  padding: 30px 32px;
}

.auth-sponsor-row {
  margin-bottom: 22px;
}

.auth-sponsor {
  text-align: center;
}

.auth-sponsor img {
  display: inline-block;
  max-width: 220px;
  height: auto;
  border-radius: 6px;
}

.auth-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.auth-form h2 {
  margin: 0 0 10px;
  color: #182230;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.account-profile-form h4 {
  margin: 34px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6edf3;
  color: #182230;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.auth-form p {
  color: #526172;
  font-size: 15px;
}

.auth-help {
  margin-top: 12px;
  color: #667085;
}

.auth-required {
  margin: 0 0 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.auth-form label {
  display: block;
  margin: 0 0 7px;
  color: #243b53;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.auth-form .form-control {
  height: 44px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  background: #ffffff;
  color: #182230;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.4;
}

.auth-form .form-control:focus {
  border-color: #245f99;
  box-shadow: 0 0 0 3px rgba(36, 95, 153, 0.14);
}

.account-profile-form .row {
  margin-right: -10px;
  margin-bottom: 4px;
  margin-left: -10px;
}

.account-profile-form .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 18px;
}

.account-profile-form .row > [class*="col-"]:empty {
  margin-bottom: 0;
}

.account-profile-form .row > [class*="col-"] > br:first-child,
.account-profile-form label + br {
  display: none;
}

.account-profile-form b {
  display: block;
  margin: 2px 0 4px;
  padding: 13px 15px;
  border-left: 4px solid #245f99;
  border-radius: 6px;
  background: #f1f6fb;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.account-profile-form input[type="file"] {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  background: #ffffff;
  color: #344054;
}

.account-profile-form textarea.form-control {
  min-height: 124px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}

.account-profile-form select.form-control {
  height: 44px;
}

.account-profile-form .country-combobox {
  position: relative;
  margin: 0;
}

.account-profile-form .country-combobox-input {
  padding-right: 30px;
}

.account-profile-form .country-combobox-input:focus {
  border-color: #245f99;
  box-shadow: 0 0 0 3px rgba(36, 95, 153, 0.14);
}

.account-profile-form .country-combobox-results {
  display: none;
  position: absolute;
  z-index: 1000;
  top: calc(100% + 4px);
  left: 0;
  width: max(100%, 320px);
  max-height: 230px;
  overflow-y: auto;
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
}

.account-profile-form .country-combobox-results.is-open {
  display: block;
}

.account-profile-form .country-combobox-option {
  appearance: none;
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  background: #ffffff;
  color: #182230;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.account-profile-form .country-combobox-option:hover,
.account-profile-form .country-combobox-option:focus {
  background: #eef5fb;
  color: #17436f;
  outline: none;
}

.account-profile-form .country-combobox-option:last-child {
  border-bottom: 0;
}

.auth-form .error {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.auth-submit {
  margin-top: 20px;
}

.account-profile-form .form-group {
  margin: 0;
}

.account-profile-form .account-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid #e6edf3;
}

.auth-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid #245f99;
  border-radius: 6px;
  background: #245f99;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(36, 95, 153, 0.18);
}

.auth-primary:hover,
.auth-primary:focus {
  border-color: #17436f;
  background: #17436f;
  color: #ffffff;
}

.auth-links {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6edf3;
}

.auth-links a {
  display: inline-block;
  margin-bottom: 8px;
  color: #1f5f9f;
  font-weight: 700;
  text-decoration: none;
}

.auth-links a:hover,
.auth-links a:focus {
  color: #17436f;
  text-decoration: underline;
}

#emailtoconfirm,
#usernametoconfirm {
  margin: 10px 0 0;
  color: #245f99;
  font-size: 14px;
  font-weight: 700;
}

.h-captcha {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .auth-page #contact-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .auth-card {
    padding: 22px;
  }

  .account-home-card {
    padding: 20px;
  }

  .account-profile-form h4 {
    margin-top: 28px;
    margin-bottom: 14px;
  }

  .account-profile-form .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .account-profile-form .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .account-profile-form .country-combobox-results {
    width: 100%;
  }

  .auth-form h2 {
    font-size: 22px;
  }

  .auth-primary {
    width: 100%;
  }

  .account-profile-form .account-form-actions {
    justify-content: stretch;
  }
}
