.lp-body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.lp_onyx-nav {
  padding: 28px 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
}
.lp_onyx-nav img {
  height: 32px;
}

.main-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  height: 100vh;
}

.right {
  width: 50vw;
}
.right .onyx-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 0% 20%;
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.left h1 {
  font-size: 36px;
  max-width: 20ch;
}

.lp-form-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.lp-form-container input {
  flex: 1;
  box-sizing: border-box;
}
.lp-form-container .lp-form-label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.lp-form-container .lp-form-input {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 6px 12px;
}

.lp-form-submit-btn {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 12px 24px;
  cursor: pointer;
  background-color: #2F14FA;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 600;
  border: none;
  line-height: 1.2;
  line-height: 100%;
  border-radius: 8px;
  transition: all 150ms ease;
}

.lp-form-submit-btn:hover {
  background-color: rgb(22.4, 3.5, 164.5);
}

.lp-form-input::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3647058824);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.req-str{
  color: red;
  font-size: 16px;
}

/* Small devices (phones, up to 600px) */
@media (max-width: 600px) {
  .lp_onyx-nav {
    padding: 16px 20px;
  }
  .main-grid {
    display: flex;
    flex-direction: column;
  }
  .lp-form-container {
    padding: 0 40px;
  }
  .lp-form-container h1 {
    font-size: 28px;
  }
  .lp-form-container {
    margin-top: 10vh;
  }
  .lp-form-submit-btn {
    flex: 1;
    align-self: stretch;
  }
  .lp-form-label {
    font-size: 18px;
  }
  .right {
    width: 100vw;
    margin-top: 20px;
  }
}
/* Medium devices (tablets, 601px to 900px) */
@media (min-width: 601px) and (max-width: 900px) {
  .lp_onyx-nav {
    padding: 16px 20px;
  }
  .main-grid {
    display: flex;
    flex-direction: column;
  }
  .lp-form-container {
    padding: 0 40px;
  }
  .lp-form-container h1 {
    font-size: 28px;
  }
  .lp-form-container {
    margin-top: 10vh;
  }
  .lp-form-submit-btn {
    flex: 1;
    align-self: stretch;
  }
  .lp-form-label {
    font-size: 18px;
  }
  .right {
    width: 100vw;
    margin-top: 20px;
  }
}


/*# sourceMappingURL=style.css.map */
