::-webkit-input-placeholder {
  /* Edge */
  color: rgba(186, 61, 123) !important;
  font-size: 11px;
  -webkit-appearance: none;
  padding: 8px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .custom-input {
      line-height: 2.5 !important;
      padding: 0% 14px !important;
    }
    ::placeholder {
      padding: 0% !important;
    }
    select {
      font-size: 11px;
      padding: 7px 4px 7px 8px;
      display: inline-block;
      content: "";
      background-repeat: no-repeat;

      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
    }

    select::-ms-expand {
      display: none;
    }

    select.dropdown {
      background-image: url("../images/dropdown.png");
      background-repeat: no-repeat;
      background-position-y: 4px;
      background-position-x: 97%;
      background-size: 20px 20px;
      margin-top: -5px;
      display: inline-block;
      content: "";
      padding-left: 13px !important;
    }
  }
}

@font-face {
  font-family: "FZDaHei-B02S";
  src: url("../fonts/futureforceshalfital.ttf");
}
@font-face {
  font-family: "FZYaoTi";
  src: url("../fonts/Montserrat-Medium.otf");
}
@font-face {
  font-family: "Montserrat-semiBold";
  src: url("../fonts/Montserrat-SemiBold.otf");
}
.fonts-1 {
  font-family: "FZDaHei-B02S" !important;
}
.fonts-2 {
  font-family: "Montserrat-semiBold" !important;
}
.fonts-3 {
  font-family: "FZYaoTi" !important;
  color: rgb(221, 163, 211);
}

body {
  font-family: "FZYaoTi" !important;
}

#hero {
  width: 100%;
  height: 100%;
  background: url("../images/2021background.png") top center;
  background-size: cover;
  overflow-y: auto;
}

#hero .container {
  /* position: relative; */
  /* margin-top: 32px; */
  margin-bottom: 74px;
  text-align: center;
}

video{
  width:50%;
}

.form-column {
  margin-top:1rem;
}

.register-button img{
  width:35%;
}


@media (min-width: 1280px) {
  #hero {
    padding-bottom: auto;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    width: 100%;
    height: 100%;
  }
}

.custom-input {
  background-color: rgb(248, 218, 233, 0.8);
  width: 25% !important;
  padding: 6px 5px 6px 5px;
  border-color: transparent;
  color: rgba(186, 61, 123);
  border-radius: 0px;
  border-bottom: 2px solid rgba(186, 61, 123, 1);
  font-size: 11px;
}
.custom-btn {
  width: 30%;
  font-size: 11px;
  padding: 9px 20px 9px 20px;
  color: white;
  background-image: linear-gradient(
    to right,
    rgba(243, 165, 138, 1),
    rgba(224, 64, 146, 1)
  );
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
}
.calander-btn {
  width: 25%;
  font-size: 2vh;
  padding: 9px;
  background-color: #fee101;
  border-radius: 5px;
}

select {
  font-size: 11px;
  padding: 7px 4px 7px 8px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;

  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select.dropdown {
  background-image: url("../images/dropdown.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 97%;
  background-size: 20px 20px;
  margin-top: -5px;
  display: inline-block;
  content: "";
  padding-left: 13px !important;
}

.hide {
  visibility: hidden !important;
}

@media only screen and (max-width: 600px) {
  #hero {
    background: url("../images/2021background_mobile.png") top center;
    background-size: cover;
    width: 100vw;
    height: 100%;
    padding-bottom: 100px;
    overflow-y: hidden !important;
  }

  .input-container {
    width: 70% !important;
  }
  .custom-img {
    width: 100% !important;
    margin-top: 20px;
  }

  #myForm {
    z-index: 9999 !important;
    padding-top: 10px;
  }

  .custom-btn {
    width: 70%;
  }
  video{
    width:100%;
  }
  .form-column {
    margin-top:0rem;
  }

  .register-button img{
    width:100% !important;
  }
  
}

/* IPHONE 5 ONLY*/
@media only screen and (max-width: 375px) and (max-height: 568px) {
  .custom-img {
    width: 85% !important;
    margin-top: 20px;
  }

  #hero {
    padding-bottom: 0px !important;
  }

  video{
    width:100%;
  }
  .form-column {
    margin-top:0rem;
  }
}

@media only screen and (min-width: 200px) {
  .input-container {
    width: 60% !important;
  }
  .custom-img {
    width: 85% !important;
  }
  .custom-btn {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  #hero {
    height: 100%;
  }
  .input-container {
    width: 30% !important;
  }
  .custom-img {
    width: 50% !important;
  }
  .custom-btn {
    width: 30%;
  }
  
}

.input-container {
  margin: 0 auto;
  font-size: 2vh;
  text-align: center;
  margin-bottom: 10px;
}

.custom-input {
  width: 100% !important;
}
