.navbar {
  background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .has-error .h2, .has-success .h2, a {
  color: #002855;
}

h2, .h2 {
  border-bottom: 2px solid #C6AA76;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #002855;
  border: 2px solid #002855;
}

.btn-primary i {
  vertical-align: middle;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

p {
    margin: 1em 0;
}

label.h2 {
    margin-bottom: 0.5rem;
}

.create-user-page h3 {
    font-weight: normal;
    font-size: 1.25rem;
    font-style: normal;
}

#emailSpinnerBlock {
    background-color: transparent !important;
    height: 38px !important;
}

.txtcard .card {
    background-color: #DDE5ED;
    margin-bottom: 14px;
}

#passwordDesc {
    margin-bottom: 14px;
}

@media (max-width: 991.98px) {
    #btnContinue, #btnLoginSubmit {
        width: 100%;
    }
}

div.has-validation label.error {
    color: #bb2403;
}

.has-validation .is-valid + label.error {
    display: none !important;
}

p.login_dest {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

ul.login_dest {
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px;
}
