body {
  background: #dde8f8;
}
.wrapper {
  background: rgb(255, 255, 255);
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #9b97972e;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  align-self: center;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 20%;
  right: 20%;
  min-height: 650px;
}
.leftCol {
  width: 45%;
  padding: 0 30px;
}
.leftCol h1 {
  font-weight: 200;
  color: #005eda;
  line-height: 1;
  margin-top: 1.5rem;
}
.leftCol h1 strong {
  font-weight: 600;
  border-bottom: solid 4px orange;
}
.leftCol h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.logoCon {
  margin-bottom: 24px;
}
.introimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 2rem;
}
.introimg img {
  max-width: 350px;
  width: 100%;
}
.rightCol {
  width: 55%;
  padding: 0 30px;
}
.rightCol .form-control {
  font-size: 0.85rem;
}
.rightCol .form-floating > label {
  font-size: 0.75rem;
  padding: 1.15rem 1rem;
}
.rightCol .form-floating > select.form-control:not(:placeholder-shown) {
  padding-top: 0.75rem;
  padding-left: 1rem;
  font-size: 0.75rem;
}
.rightCol .form-floating > .form-control {
  padding-left: 1rem;
  padding-right: 1rem;
}
.rightCol h3 {
  font-size: 1.2rem;
}
.btn.btn-primary {
  height: 48px;
  background-color: orange;
  border: none;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper.thankYuoWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thankYuoWrap .tahnkYou {
  width: 100%;
  text-align: center;
}
.tahnkYou img {
  max-width: 250px;
}
.tahnkYou h3 {
  font-size: 1.5rem;
}
.tahnkYou h5 {
  font-size: 1rem;
}
.team {
  color: cornflowerblue;
}
.privacy {
  font-size: 11px;
  width: 100%;
}
.rightCol .row .form-floating > label {
  padding: 1.15rem 1.6rem;
}
@media (max-width: 1280px) {
  .wrapper {
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 980px) {
  .wrapper {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 798px) {
  .wrapper {
    left: 1%;
    right: 1%;
    flex-wrap: wrap;
    height: auto;
    max-height: inherit;
    position: relative;
    margin: 25px auto;
    width: 90%;
    padding: 10px 0;
  }
  .leftCol,
  .rightCol {
    width: 100%;
  }
  .logoCon {
    margin-top: 10px;
  }
}

.rightCol .form-floating > label.error {
  position: static;
  padding: 0;
  color: red;
  opacity: 1;
  line-height: normal;
  height: auto;
  transform: none;
}

.rightCol .form-floating input:focus + label.error,
.rightCol .form-floating select + label.error {
  padding-top: 12px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-outline {
  border: 1px solid #ced4da;
  font-size: 13px;
  color: #212529;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  border: 1px solid #ced4da;
}

.iti {
  width: 100%;
  height: 58px;
}

#telephone {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.75rem;
  line-height: 24px;
}

.iti__flag {
  background-image: url("img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("img/flags@2x.png");
  }
}

#telephone-error {
  color: red;
  font-size: 0.75rem;
  display: block;
  margin-top: 2px;
}

#telephone:focus + #telephone-error {
  margin-top: 12px;
}
