#app {
  background-image: url(https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/3470204/settings_images/dVtg1KkhQV2ZIzkoKsiU_Nero_Continental_Cycling_Team-95.jpg);
  background-position: center;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: sans-serif;
}


.form {
  width: 60%;
  min-width: 250px;
  margin: auto;
  border: 4px none #2c3e50;
  border-radius: 6px;
  background-color: rgba(24, 36, 61, 0.865);
  padding: 30px 60px;
}

.form legend {
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.btn-sb {
    display: block !important;
    width: max-content;
    margin: auto;
    padding: 10px 40px !important;
    color: #fff;
    background-color: #0d736d !important;
    border-color: #0d736d !important;
    border: none;
    margin-top: 1rem;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.border-error {
    border : 2px solid red !important;
}

.error-color {
    color: red;
}

.lds-dual-ring {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    margin: 4px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


.form-control{
    color: white !important;
    background-color: transparent !important;
}
.mb-3 {
  margin-bottom: 0.5rem !important;
}
.logo-section {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.logo {
  height: 120px;
}


.loader {
  height: 100vh;
  background: #0000007d;
  width: 100vw;
  position: absolute;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader-popup {
  background: white;
  border-radius: 12px;
  color: black;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 2%;
}
h2.text-large {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  color: #0d736d;
  font-weight: 500;
}
.text-meduim {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-top: 30px;
}

.lds-popup {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 40px;
}
.lds-popup div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-popup 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-popup div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
  background: #0d736d;
}
.lds-popup div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background: #0d736d;
}
.lds-popup div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
  background: #0d736d;
}
@keyframes lds-popup {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
