.formSection {
  padding-top: 100px;
  width: 90%; }

.registration {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 850px; }
  .registration input, .registration select {
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: 0;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    font-size: 14px; }
  .registration option {
    background: #111;
    outline: 0;
    border: 0;
    border-radius: 30px; }
  .registration option:hover {
    background: red; }
  .registration label {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #8c8c8c;
    letter-spacing: 2px; }
  .registration .input-box {
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px; }
  .registration .form-info {
    width: 100%;
    color: #c7c7c7;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px; }

.btns-box {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 50px; }

.formBtn {
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  background: #00A651;
  height: 55px;
  width: 100%;
  max-width: 350px; }

.error {
  color: #EC2B26;
  font-size: 10px;
  text-align: left;
  margin-top: 5px; }

.alert-email {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  display: none; }
  .alert-email .alert-box {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 90%;
    max-width: 450px;
    background: #FECC0A;
    border-radius: 20px;
    color: #111;
    text-align: center;
    padding: 30px 10px; }
    .alert-email .alert-box .emailAddress {
      background: rgba(255, 255, 255, 0.5);
      font-weight: 600;
      border-radius: 50px;
      padding: 15px 20px;
      display: inline-block;
      min-width: 250px;
      margin: 15px auto; }
    .alert-email .alert-box .btns-box {
      margin-bottom: 0px;
      display: flex;
      justify-content: space-between; }
      .alert-email .alert-box .btns-box div {
        font-size: 14px;
        font-weight: 600;
        width: 45%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50px;
        cursor: pointer; }
      .alert-email .alert-box .btns-box .btnNU {
        background: #C21417; }
      .alert-email .alert-box .btns-box .btnDA {
        background: #00A651; }

.nextBtn {
  width: 100%;
  max-width: 350px; }

.terms {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px 10px;
  border-radius: 20px;
  cursor: pointer; }

.borderR {
  border-radius: 20px 20px 0px 0px; }

.terms-list {
  background: rgba(255, 255, 255, 0.1);
  list-style-type: decimal;
  padding: 30px;
  padding-left: 30px;
  display: none;
  border-radius: 0px 0px 20px 20px; }
  .terms-list li {
    font-size: 12px;
    line-height: 20px; }
    .terms-list li a {
      color: #EC2B26; }

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