body, button, input, textarea {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
}
.bg-dark {
    background-color: rgb(25, 135, 84) !important;

}

.alert {
    border-radius: 0;
    border-width: 2px !important;
}

.alert-info {
    --bs-alert-color: #006c82;
    --bs-alert-bg: #f1faff;
  }


.btn, input, select, textarea, button, .modal-content {
    border-radius: 0 !important;
}

.form-label {
    margin-bottom: 0;
}

h2, .h2, h1, .h1 {
    font-weight: 700;
}

h3, .h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800;
  }

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.form-group {
    margin-bottom: 1rem;
}

#kc-content {
    max-width: 450px !important;
  margin: auto;
}

#input-error-terms-accepted {
    color: #dc3545;
  }