.modal-content-login {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  /* border: 1.8px solid #3f4b97; */
  border-radius: 15px;
  outline: 0;
  padding: 0px 32px;
}

.form-control-register {
  display: block;
  width: 100%;
  padding: 0.775rem 1.5rem 0.775rem;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  color: #3e4a98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1.5px solid #3e4a98;
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-register::placeholder {
  color: #3e4a98;
  opacity: 1;
  font-size: 0.9em;
  font-weight: 600;
}

.modal-header-Login img {
  width: 45%;
  height: 45%;
}

.modal-header-Login {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 0px 20px;
}

.modal-header-Login-text {
  margin-top: 15px;
  font-weight: 700;
  color: #000;
}
.modal-body-Login h4 {
  font-weight: 700;
}

.form-label-login {
  font-size: 0.9em;
  color: #3e4a98;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 3px;
}

.privacy-policy{
  font-size: 13px !important;
}

a {
  color: #3e4a98;
  text-decoration: none;
  font-weight: 600;
}

.form-check-input-login[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #3e4a98;
}

.form-check-label {
  color: rgba(0, 0, 0, 0.753);
  text-decoration: none;
  font-size: 0.9em;
  opacity: 0.6;
  font-weight: 400;
  margin-left: 0.55rem;
}

.form-check {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 0.3rem;
  margin-bottom: 0.125rem;
}

.btn-login {
  width: 100%;
  background: linear-gradient(to right, #f12711, #f5af19);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
  font-weight: 600;
  border: 1.3px solid #f97316;
}

.btn-login:hover {
  width: 100%;
  background: white;
  color: #000;
  border: 1.3px solid #f97316;
}

.btn-registration-dropdown {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.775rem 1.5rem 0.775rem;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.9em;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1.5px solid #2b388f;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select {
  width: 100%;
  /* padding: 0.4rem 1.5rem 0.605rem 1.5rem; */
  border: 2px solid #174763;
  border-radius: 24px;
  font-size: 0.9em;
  appearance: none; /* remove default arrow */
  background-color: white;
  /* Custom down arrow as background */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23f97316' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 4em;
  cursor: pointer;
}

@media (max-width: 425px) {
  .modal-content-login{
      padding: 0  !important;
  }
  .custom-margin{
      margin-bottom: 1.2em !important;
  }
}


.recaptcha-wrapper {
  transform: scale(0.85); /* Adjust the scale value as needed */
  transform-origin: 0 0;
  height: 65px; /* Adjust based on scale */
  width: 260px;  /* Adjust based on scale */
}


.close-btn-style {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 5px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}