@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.form-section {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 0.875rem;
}

.form-section.h-100vh,
.form-section .h-100vh {
  height: 100vh;
}

.form-section .fs-7 {
  font-size: calc(1.275rem + .3vw) !important;
  font-weight: bolder !important;
}

.form-section .fs-14 {
  font-size: 14px;
}

.form-section .flex-1 {
  flex: 1 1 0%;
}

.form-section .text-dark {
  color: #2a3547 !important;
}

.overlay-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: radial-gradient(#d2f1df, #d3d7fa, #bad8f4) 0 0 / 400% 400%;
}

.form-section .auth-max-width {
  width: 100%;
  max-width: 400px;
}

.form-section .form-label {
  margin-bottom: .5rem;
  font-weight: 600;
  color: #2a3547;
}

@media (min-width: 1200px) {
  .form-section .fs-7 {
    font-size: 1.5rem !important;
  }
}

.form-section .form-select {
  display: block;
  width: 100%;
  padding: 8px 38px 8px 16px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5a6a85;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #dfe5ef;
  border-radius: 7px;
  box-shadow: unset;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-section .form-control {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5a6a85;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #dfe5ef;
  border-radius: 7px;
  transition: border-color .15s ease-in-out, b
}