.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mr-2 {
    margin-right: 12px; /* Adjust the margin as needed */
}

.ml-2 {
    margin-left: 25px; /* Adjust the margin as needed */
}

.form-clt {
    /* Add any additional styling for the input container if necessary */
}

.rp-captcha input {
    height: 45px; /* Adjust the height to match the CAPTCHA image if necessary */
}

.form-error {
    color: red !important;
}
.bg-primary-banner {
    background-color: #5DA2D5 !important;
}

/* .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  } */
  
  /* .logo {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
  } */

  .banner {
    margin-left: -66px;
  }