html {
    /* font-family: inherit !important; */
    font-weight: bold;
    line-height: 1.25 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: black !important;
}

body {
    font-family: "inter", sans-serif !important;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.9;
    color: #020308;
    background-color: #fff;
    height: 100vh;
    font-family:  "Noto Serif Balinese", "Roboto", "Inconsolata", sans-serif !important;
}
#row {
    height: 100vh;
}
#copy--section {
    height: 100vh;
    position: relative;
    background-color: #145A32 !important;
}
.form--section {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    width: auto;
    justify-content: center;
    width: 33.3%;
}
.pt-5 {
    padding-top: 5rem !important;
}

.form--section form input, button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0px 10px;
    font-weight: normal;
    background-color: inherit;
    font-family: "Roboto", "Inconsolata", sans-serif !important;
}
.form--section form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form-group {
    width: 100%;
    height: 50px;
    margin: 2px 0px;
    position: relative;
    overflow: hidden;
    background-color: whitesmoke;
}
.tagline {
    background-color: white;
    margin-top: 20px;
}
.tagline-link {
     color: #145A32;
     
}

.form-group.submit-btn {
    margin-top: 20px;
}
.form-control {
    width: 100% !important;
}

button.text-white {
    color: #fff !important;
    text-decoration: none !important;
}
.btn-custom {
    padding: 10px;
    border-radius: 0px;
    background-color: #145A32 !important;
    border-color: #188b43 !important;
    /* width: 70%; */
}

 .form-control.focused {
    top: 7px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
  color: #999;
  transition: 0.2s ease all;
}

.floating-label.active {
    top: 4px;
    color: rgb(106, 106, 106);
}

.form-control:focus + .floating-label,
.form-control:not(:placeholder-shown) + .floating-label {
  top: -20px;
  font-size: 12px;
  color: #333;
}

form h3 {
    text-align: center;
}

.btn-white{
    padding: 10px;
    border-radius: 0px;
    /* color: #020308 !important; */
    /* background-color: white !important; */
    /* border-color: #188b43 !important; */
    width: 100%;
}
#submit-btn {
    width: 100%;
}
#submit-btn:focus {
    outline: none;
}
p {
    color: #191b23aa !important;
}
.nav-brand {
    padding: 15px !important;
}
h1 {
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
}
.background-image {
     position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Cover the entire height of the viewport */
    object-fit: cover;
}
.overlay-image {
   position: absolute;
    top: 40px;
    left: 35%;
    width: calc((624 / 1000) * 100%);
    height: calc((665 / 800) * 100%);

    opacity: 1;
}
.logo{
    justify-content: center;
/* padding-left: 30%; */
}
@media (max-width: 767px) {
  .overlay-image {
      left: 0;
      width: 100%;
      height: auto; /* Adjust height as needed */
      top: 10px; /* Adjust top positioning as needed */
  }
  .form-container {
      padding: 20px; /* Adjust padding as needed */
  }
}

/* Medium screens (e.g., tablets) */
@media (min-width: 768px) and (max-width: 1023px) {
  .overlay-image {
      left: 20%;
      width: calc((624 / 1000) * 80%);
      height: auto; /* Adjust height as needed */
      top: 20px; /* Adjust top positioning as needed */
  }
  .form-container {
      padding: 30px 20px; /* Adjust padding as needed */
  }
}

/* Large screens (e.g., desktops) */
@media (min-width: 1024px) {
  /* No changes needed, keep the default styles */
}
