h1, h2, h3, h4, h5, h6, ul li, p, span, label {
  color: #001D5A;
  margin: 0;
}

h1 {
  font-size: 42px;
  font-weight: 800;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

h5 {
  font-size: 12px;
  font-weight: 600;
}

h6 {
  font-size: 10px;
  font-weight: 600;
}

ul li, p, span {
  font-size: 14px !important;
  font-weight: 400;
}

a {
  color: #2F00FF !important;
}

.w-100 {
  width: 100%;
}

.container {
  max-width: 1400px;
}

#header {
  background: white;
  border-bottom: 1px solid #e0e0e0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  height: 36px;
  width: auto;
}

.site-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-left: 16px;
  padding-left: 20px;
  border-left: 1px solid #000000;
}

.cta-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.text--secondary {
  color: #001D5A !important;
}

.text--white {
  color: #FFFFFF !important;
}

.text--black {
  color: #000 !important;
}

.background__primary {
  background-color: #2F00FF;
}
.background__primary.background__primary__glow:hover {
  box-shadow: 0 6px 20px #2F00FF;
}
.background__primary.background__primary__shade__5 {
  background-color: #ECE5FF;
  color: white;
}

.background__secondary {
  background-color: #001D5A;
}
.background__secondary.background__secondary__glow:hover {
  box-shadow: 0 6px 20px #001D5A;
}

.background__white {
  background-color: #fff;
}

.background__transparent {
  background-color: transparent;
}

.background__frosted {
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}

.background__hover__black:hover {
  background: #000;
  color: #FFF !important;
}

.bordered {
  border: 1px solid;
  transition: all 0.3s ease;
}
.bordered.bordered__2 {
  border-width: 2px;
}
.bordered:hover {
  text-decoration: none;
}

.bordered__black {
  border-color: #000;
  color: #000;
}

.bordered__primary {
  border-color: #2F00FF;
}

.bordered__secondary {
  border-color: #001D5A;
}

.border-radius {
  border-radius: 12px;
}

.border-radius__percent__50 {
  border-radius: 50%;
}

.border-radius__pill {
  border-radius: 9999px;
}

.border-radius-bottom-left {
  border-bottom-left-radius: 12px;
}

.border-radius-bottom-left--2 {
  border-bottom-left-radius: 16px;
}

.border-radius-bottom-left--3 {
  border-bottom-left-radius: 20px;
}

.border-radius-bottom-left--4 {
  border-bottom-left-radius: 24px;
}

.border-radius-bottom-right {
  border-bottom-right-radius: 12px;
}
.border-radius-bottom-right.border-radius-bottom-left--2 {
  border-bottom-left-radius: 16px;
}
.border-radius-bottom-right.border-radius-bottom-right--3 {
  border-bottom-right-radius: 20px;
}

.border-radius-bottom-right--4 {
  border-bottom-right-radius: 24px;
}

.glow--primary {
  box-shadow: 0 6px 32px #b4a3ff;
}

.glow--secondary {
  box-shadow: 0 6px 32px #6496ff;
}

.button, .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fa-primary-bg {
  background-color: #007bff;
  color: white;
}
.fa-primary-bg:hover {
  background-color: #0056b3;
}

.__glow {
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}
.__glow:hover {
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.fa-red-bg {
  background-color: #dc3545;
  color: white;
  border-radius: 4px;
}

.fa-white {
  color: white;
}

.input-wrapper label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=number] {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #001D5A;
  border-radius: 4px;
}

.msa-agreement-div {
  text-align: left;
  padding: 15px 0;
}

.msa_required {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.msa_required input[type=checkbox] {
  margin-right: 8px;
  margin-top: 2px;
}

.agreement_links {
  color: #007bff;
  text-decoration: none;
}
.agreement_links:hover {
  text-decoration: underline;
}

.reset-password-form {
  display: none;
}

.reset-password-form-header {
  display: none;
}

.password-reset-success {
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #c3e6cb;
}

.styled-link {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.styled-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.form-toggle {
  cursor: pointer;
}

.recaptcha-specific {
  margin-top: 20px;
}

#content {
  min-height: calc(100vh - 300px);
}

@media (max-width: 768px) {
  #header {
    border-radius: 12px;
  }
  #header .logo-wrapper .site-name {
    font-size: 16px;
    margin-left: 8px;
    padding-left: 12px;
  }
  #header .cta-wrapper button, #header .cta-wrapper .btn {
    width: 100%;
  }
}
.errorlist {
  margin-top: 5px;
  list-style: none;
  padding: 0;
}
.errorlist li {
  font-size: 14px;
  color: #DC3545 !important;
  margin-bottom: 5px;
}

.login-button-submit:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.login-button-submit:disabled:hover {
  background-color: #007bff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

#footer {
  padding: 24px 0;
}

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