.form-gap {
    padding-top: 40px;
    padding-bottom: 80px;
}

.navbar-dark {
  background-color: #184E77 !important;
  border: 0 !important;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-text {
  margin: 20px 0;
  color: #999999;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.top-fixed-margin {
  margin-top: 50px;
}

#clinicdr-img {
    width: 49px;
    margin-top: -6px;
    display: inline-block;
}

#clinicdr {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    font-size: 19px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    line-height: 21px;
}

.form-label {
    margin-bottom: 0.25rem;
}

.card-body .form-control {
    height: 42px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
}

.card-body .form-control:focus {
    border-color: #184E77;
    box-shadow: 0 0 0 2px rgba(24, 78, 119, 0.25);
}

.match-icon {
    font-size: 14px;
    margin-left: 6px;
    display: none;
}

.match-icon.match {
    display: inline;
    color: #2ecc71;
}

.match-icon.mismatch {
    display: inline;
    color: #e74c3c;
}

.code-inputs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.code-digit {
    flex: 1 1 30px;
    min-width: 30px;
    max-width: 42px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
}

.code-digit:focus {
    border-color: #184E77;
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 78, 119, 0.25);
}

.send-mail-button {
    margin: auto;
    width: 100%;
    --bs-btn-bg: #184E77;
    --bs-btn-border-color: #184E77;
    --bs-btn-hover-bg: #133d5e;
    --bs-btn-hover-border-color: #133d5e;
    --bs-btn-active-bg: #0f3250;
    --bs-btn-active-border-color: #0f3250;
}

.enter-mail-form {
    margin: auto;
    width: 100%;
}

.captcha-answer {
    text-align: center
}

.text-primary {
    color: #184E77 !important;
}