body {
  font-family: "Droid Sans", sans-serif !important;
  background-color: #0068ac !important;
}

#modalTable {
  width: 100% !important;
  background-color: red;
}

#modalTable th,
td {
  padding: 20px;
}

::-moz-placeholder {
  color: #0068ac !important;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

::placeholder {
  color: #0068ac !important;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0068ac !important;
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0068ac !important;
  font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#date-container {
  text-align: right;
  color: #0068ac !important;
}

.container {
  max-width: 1100px !important;
}

header {
  width: 100%;
}
header .navbar {
  background-color: #80b4d6 !important;
  font-size: 14px;
  padding: 23px 0px !important;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.12);
}
header .navbar .navbar-brand img {
  width: 95%;
}
header .navbar .nav-item a:hover:not(.active) {
  color: #0e76bc !important;
}
header .navbar .active {
  color: #0e76bc !important;
}

#registration-form-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
#registration-form-section #section-title {
  font-size: 30px !important;
  font-weight: bolder;
}
#registration-form-section #section-instruction {
  font-size: 12px !important;
  margin-top: 10px;
}
#registration-form-section #registration-form-wrapper {
  width: 40rem;
  text-align: center;
  padding-top: 50px;
}
#registration-form-section #registration-form-wrapper .alert {
  display: none;
}
#registration-form-section #registration-form-wrapper form #fname,
#registration-form-section #registration-form-wrapper form #bday,
#registration-form-section #registration-form-wrapper form #email {
  margin-right: 3px;
  width: 49%;
}
#registration-form-section #registration-form-wrapper form #lname,
#registration-form-section #registration-form-wrapper form #cnum,
#registration-form-section #registration-form-wrapper form select:not(#gender) {
  margin-left: 3px;
  width: 49%;
}
#registration-form-section #registration-form-wrapper form input:not(input[type=checkbox]),
#registration-form-section #registration-form-wrapper form #gender {
  width: 99.5%;
  padding: 10px 15px;
  border: none;
  font-size: 14px !important;
  margin-top: 20px;
}
#registration-form-section #registration-form-wrapper form select {
  padding: 10px 15px;
  border: none;
  font-size: 14px !important;
  margin-top: 20px;
  color: #0068ac !important;
  font-size: bold !important;
  background-image: url("/assets/dropdown.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  cursor: pointer;
}
#registration-form-section #registration-form-wrapper form select:invalid {
  font-weight: bolder;
}
#registration-form-section #registration-form-wrapper form #dropdown-arrow {
  position: absolute;
  right: 0;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper {
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper #add-more-particpants-btn-wrapper {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  align-items: center;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper #add-more-particpants-btn-wrapper button {
  height: 40px;
  width: 40px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px !important;
  float: left;
  border: none;
  color: #ffffff;
  background-color: #0e76bc;
  margin-left: 3px;
  margin-right: 10px;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-wrapper {
  font-size: 11px;
  display: flex;
  align-items: center;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-wrapper input.largerCheckbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#registration-form-section #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-wrapper a {
  color: #ffffff;
}
#registration-form-section #registration-form-wrapper form #submit-btn-wrapper {
  text-align: right;
  margin-top: 25px;
}
#registration-form-section #registration-form-wrapper form #submit-btn-wrapper button {
  background-color: inherit;
  padding: 5px 30px;
  background-color: #39b54a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  font-size: 14px;
}

@media (max-width: 481px) {
  #registration-form-wrapper {
    width: 100% !important;
    padding-top: 50px;
    padding: 0px 20px;
  }
  #registration-form-wrapper form #fname,
  #registration-form-wrapper form #bday,
  #registration-form-wrapper form #email {
    margin-right: 0px !important;
    width: 100% !important;
  }
  #registration-form-wrapper form #lname,
  #registration-form-wrapper form #cnum,
  #registration-form-wrapper form select {
    margin-left: 0px !important;
    width: 100% !important;
  }
  #registration-form-wrapper form input:not(input[type=checkbox]) {
    width: 100% !important;
    padding: 10px 15px;
  }
  #registration-form-wrapper form select:invalid {
    font-weight: bolder;
  }
  #registration-form-wrapper form #dropdown-arrow {
    position: absolute;
    right: 0;
  }
  #registration-form-wrapper form #add-more-and-tnc-wrapper {
    margin-top: 25px;
    flex-direction: column-reverse;
  }
  #registration-form-wrapper form #add-more-and-tnc-wrapper #add-more-particpants-btn-wrapper {
    width: 100%;
    margin-top: 10px;
  }
  #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-container {
    width: 100%;
  }
  #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-container #tnc-chkbox-wrapper {
    width: 100vw !important;
  }
  #registration-form-wrapper form #add-more-and-tnc-wrapper #tnc-chkbox-container #tnc-chkbox-wrapper input.largerCheckbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}/*# sourceMappingURL=registration.css.map */