@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700&display=swap");
* {
  font-family: "Fira Sans", sans-serif;
}

.registration-main .container-fluid {
  padding-top: 2.5rem;
}

.form-control:disabled {
  background-color: white;
}

.p2 {
  font-size: 16px;
}

button {
  margin-top: 1.5rem;
  font-family: "DINCond-Black", "sans-serif";
}

.primary-button {
  background: linear-gradient(135deg, #FFCC00 0%, #EB9700 100%);
  border-radius: 30px;
  padding: 16px 50px;
  min-width: 200px;
  color: white;
  border: 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "DINCond-Black", "sans-serif";
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .primary-button {
    width: 100%;
  }
}

.button-row button {
  margin-bottom: 10px;
}
@media screen and (max-width: 904px) {
  .button-row button {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .button-row {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.back-button {
  background-color: #979797;
  border-radius: 30px;
  padding: 16px 50px;
  min-width: 200px;
  color: white;
  border: 0;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "DINCond-Black", "sans-serif";
  line-height: 1;
  margin-right: 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .back-button {
    width: 100%;
    margin-right: 0 !important;
  }
}

@media (max-width: 904px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-auto {
  width: auto;
}

.inner-page-hero-banner {
  background: url("../assets/images/registration-hero-banner.png");
}

.registration .container-fluid h2 {
  font: 500 2rem/38px "Fira Sans", sans-serif;
  color: #2D2D2D;
}
.registration .container-fluid p {
  font: 1.125rem/24px "Fira Sans", sans-serif;
}

@media screen and (min-width: 600px) {
  .registration .container-fluid .registration-selector {
    height: 0;
    padding-bottom: 100%;
    background: #F9F9F9;
    border-radius: 4px;
    position: relative;
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    border: 8px solid transparent;
  }
  .registration .container-fluid .registration-selector:hover {
    background: #FFF2DA;
    border: 8px solid #FFAC16;
    border-radius: 4px;
  }
  .registration .container-fluid .registration-selector .registration-selector-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 599px) {
  .registration-selector {
    background: #F9F9F9;
    border-radius: 4px;
    position: relative;
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    border: 8px solid transparent;
    padding-top: 15px;
    padding-bottom: 6px;
  }
  .registration-selector:hover {
    background: #FFF2DA;
    border: 8px solid #FFAC16;
    border-radius: 4px;
  }
  .registration-selector .registration-selector-content {
    position: relative;
  }
  .selector + .selector .registration-selector {
    padding-top: 30px;
    padding-bottom: 21px;
  }
  .selector + .selector .registration-selector h2 {
    margin-top: 15px;
  }
}
.radio-select {
  margin-right: 30px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 1rem;
}
.radio-select:hover input ~ .custom-radio {
  border: 2px solid #EB9700;
}
.radio-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.radio-select input:checked ~ .custom-radio {
  background-color: #F9F9F9;
  border: 2px solid #EB9700;
}
.radio-select input:checked ~ .custom-radio:after {
  display: block;
}
.radio-select input:checked ~ label {
  font-weight: 700;
}
.radio-select .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #F9F9F9;
  border-radius: 50%;
  border: 1px solid #979797;
}
.radio-select .custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-select .custom-radio:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EB9700;
}
.radio-select label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  vertical-align: text-top;
}

.checkbox-select {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1rem;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkbox-select:hover input ~ .custom-checkbox {
  background-color: #F9F9F9;
  border: 2px solid #EB9700;
}
.checkbox-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  height: 24px;
  width: 24px;
}
.checkbox-select input:checked ~ .custom-checkbox {
  background-color: #F9F9F9;
  border: 2px solid #EB9700;
}
.checkbox-select input:checked ~ label {
  font-weight: 700;
}
.checkbox-select input:checked ~ svg {
  display: block;
}
.checkbox-select .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #F9F9F9;
  border: 1px solid #979797;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-select svg {
  position: absolute;
  display: none;
  left: 4px;
  top: 6px;
}
.checkbox-select label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  vertical-align: text-top;
}
.checkbox-select a {
  vertical-align: middle;
  color: #FFAC16;
}
.checkbox-select a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.custom-select {
  border-color: #979797;
  border-radius: 0;
  height: 50px;
  z-index: 11;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hidden_select {
  width: 0;
  border: 0;
  padding: 0 !important;
  pointer-events: none;
  position: absolute !important;
}

.custom-select {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url(../assets/icons/dropdown-close.svg) right 16px center no-repeat;
}
.custom-select > span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  padding-top: 24px;
  padding-left: 0.75rem;
}
.custom-select label {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}

select {
  word-wrap: normal;
  text-transform: none;
  margin: 0;
}

.options {
  position: absolute;
  z-index: 10;
  background: white;
  width: 100%;
}
.options ul {
  border: 1px solid #979797;
  border-radius: 0;
  margin-top: 0;
}
.options ul li {
  border: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
}

.signUp1 {
  padding-bottom: 124px;
}
@media screen and (max-width: 904px) {
  .signUp1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 904px) {
  .signUp1 .selector {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  .signUp1 .selector {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .signUp1 .selector:last-child .registration-selector {
    margin-top: 16px;
  }
}

.signUp2 {
  padding-bottom: 281px;
}
@media screen and (max-width: 599px) {
  .signUp2 {
    padding-bottom: 40px;
  }
  .signUp2 .primary-button {
    margin-bottom: 0;
  }
}
.signUp2 h2 {
  font: 500 2rem/38px "Fira Sans", sans-serif;
  margin-bottom: 1rem;
}
.signUp2 .instruction {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5rem;
}
.signUp2 form .form-group {
  margin-bottom: 0;
  position: relative;
}
.signUp2 form input:hover {
  border-color: #FFAC16;
}
.signUp2 form input:focus {
  border-color: #FFAC16;
  box-shadow: none;
}
.signUp2 form .form-control {
  border-color: #979797;
  border-radius: 0;
  padding: 1rem;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-top: 24px;
  padding-bottom: 8px;
}
.signUp2 form label {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
.signUp2 form .floating-label {
  font-size: 75%;
  padding-top: 8px;
  padding-left: 0.75rem;
  opacity: 0.5;
}
.signUp2 form .errorMessage {
  margin-top: 12px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 19.2px;
  margin-bottom: 0px;
}
.signUp2 form .errorMessage a {
  color: #FFAD16;
  font-weight: 700;
}
.signUp2 form p.errorMessage {
  color: #F44336;
}
.signUp2 form input.errorMessage {
  border-color: #F44336;
}

.signUp3 h2 {
  font: normal 2rem/38px "Fira Sans", sans-serif;
  margin-bottom: 1rem;
}
.signUp3 h3 {
  font: 500 1.5rem/32px "Fira Sans", sans-serif;
  margin-top: 2.5rem;
}
@media screen and (max-width: 904px) {
  .signUp3 h3 {
    margin-top: 16px;
  }
}
.signUp3 .instruction {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.signUp3 .instruction:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  width: calc(100% - 30px);
}
@media screen and (max-width: 904px) {
  .signUp3 .instruction {
    margin-bottom: 16px;
  }
}
.signUp3 .student-option {
  margin-bottom: 16px;
}
.signUp3 .language-option {
  margin-top: 40px;
  margin-bottom: 40px;
}
.signUp3 .language-option .radio-select {
  margin-top: 16px;
}
.signUp3 .student-id {
  display: none;
}
.signUp3 .divider {
  margin-top: 24px;
  width: 100%;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
}
.signUp3 .divider:after {
  display: none;
}
@media (max-width: 904px) {
  .signUp3 .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.signUp3 .form-information-header {
  border-left: 8px solid #FFAD16;
  padding-left: 8px;
}
.signUp3 form .form-group {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.signUp3 form .form-group .list-group {
  max-height: 300px;
  overflow-y: scroll;
}
.signUp3 form .form-group .list-group-item:hover {
  background-color: #FFAC16;
  color: white;
  cursor: pointer;
}
.signUp3 form input:hover {
  border-color: #FFAC16;
}
.signUp3 form input:focus {
  border-color: #FFAC16;
  box-shadow: none;
}
.signUp3 form .form-control {
  border-color: #979797;
  border-radius: 0;
  padding: 1rem;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-top: 24px;
  padding-bottom: 8px;
}
.signUp3 form .language-option > p {
  margin-bottom: 0;
}
.signUp3 form .text-label {
  position: absolute;
  height: 100%;
  top: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
.signUp3 form .floating-label {
  font-size: 75%;
  padding-top: 8px;
  padding-left: 0.75rem;
  opacity: 0.5;
}
.signUp3 form .divider {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .signUp3 form .others-textbox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.signUp3 .form-group.row + .form-group {
  margin-top: 8px;
}
.signUp3 .form-group.row {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .signUp3 .form-group.row .col {
    flex-basis: auto;
    flex-grow: 1;
  }
}
@media screen and (max-width: 599px) {
  .signUp3 .form-group.row .col:first-child {
    margin-bottom: 8px;
  }
}
.signUp3 p.errorMessage {
  color: #F44336;
}
.signUp3 input.errorMessage {
  border-color: #F44336;
}
.signUp3 .educational-proof span p {
  display: inline;
}
.signUp3 .educational-proof .card-upload {
  text-align: center;
}
.signUp3 .socialMedia-others {
  display: none;
}
.signUp3 .website-others {
  display: none;
}
.signUp3 .others-input {
  display: none;
}
.signUp3 .agreement {
  margin-top: 2.5rem !important;
}
.signUp3 .agreement a {
  font-weight: 700;
  text-decoration: underline;
  color: #EB9700;
}
.signUp3 .password {
  position: relative;
}
.signUp3 .password .hidden {
  display: none;
}
.signUp3 .password .block {
  display: block;
}
.signUp3 .password input {
  padding: 1.5rem 2.75rem 0.5rem 0.75rem;
}
.signUp3 .password img {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 16px;
}
.signUp3 .button-row {
  margin-top: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 599px) {
  .signUp3 .button-row {
    margin-bottom: 40px;
  }
}

.registration-sucessful .registration-success .container-fluid {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 904px) {
  .registration-sucessful .registration-success .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.registration-sucessful .successful-msg {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #F9F9F9;
  border-radius: 4px;
}
.registration-sucessful .successful-msg h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .registration-sucessful .successful-msg h2 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.registration-sucessful .successful-msg p {
  font: 1.125rem/24px "Fira Sans", sans-serif;
  display: inline-block;
  margin-right: 118px;
  margin-left: 118px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .registration-sucessful .successful-msg p {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.registration-sucessful .button-row {
  text-align: center;
}

.progressBar {
  margin-bottom: 40px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 904px) {
  .progressBar {
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg width='388' height='3' viewBox='0 0 388 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.5' x2='388' y2='1.5' stroke='%23F2F2F2' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/svg%3E") center repeat-x;
    justify-content: space-between;
    display: flex;
  }
}
.progressBar .circle {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #D9D9D9;
  border-radius: 50%;
  color: #2D2D2D;
  font: bold 1.5rem/32px "Fira Sans", sans-serif;
  margin-right: 76px;
}
.progressBar .circle:last-child {
  margin-right: 0;
}
@media (max-width: 499px) {
  .progressBar .circle {
    margin-right: 20px;
  }
}
.progressBar .circle1 {
  background-color: #00B7BA;
  color: white;
}
.progressBar .circle2 {
  background-color: #00B7BA;
  color: white;
}
.progressBar .circle3 {
  background-color: #00B7BA;
  color: white;
}
.progressBar .circle4 {
  background-color: #00B7BA;
  color: white;
}
.progressBar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progressBar .line {
  display: none;
}
@media screen and (min-width: 905px) {
  .progressBar .line {
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='388' height='3' viewBox='0 0 388 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.5' x2='388' y2='1.5' stroke='%23F2F2F2' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/svg%3E");
    height: 3px;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.progressBar .container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.signUp2-iclub p {
  margin-bottom: 0;
}
.signUp2-iclub h2 {
  margin-bottom: 16px;
}
.signUp2-iclub p a {
  font-weight: 700;
  color: #EB9700;
  text-decoration: underline;
}
.signUp2-iclub form .form-group {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.signUp2-iclub form input:hover {
  border-color: #FFAC16;
}
.signUp2-iclub form input:focus {
  border-color: #FFAC16;
  box-shadow: none;
}
.signUp2-iclub form .form-control {
  border-color: #979797;
  border-radius: 0;
  padding: 1rem;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-top: 24px;
  padding-bottom: 8px;
}
.signUp2-iclub form label {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
.signUp2-iclub form .floating-label {
  font-size: 75%;
  padding-top: 8px;
  padding-left: 0.75rem;
  opacity: 0.5;
}
.signUp2-iclub .password {
  margin-bottom: 16px !important;
}
.signUp2-iclub .password img {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 16px;
}
.signUp2-iclub .button-row {
  margin-top: 24px;
  margin-bottom: 198px;
}
.signUp2-iclub .button-row a {
  display: inline-block;
}
.signUp2-iclub .button-row a button {
  margin-top: 0;
}
.signUp2-iclub .hidden {
  display: none;
}
.signUp2-iclub .block {
  display: block;
}
@media screen and (max-width: 599px) {
  .signUp2-iclub .button-row {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .signUp2-iclub .button-row .primary-button {
    margin-bottom: 0;
  }
}

* {
  font-family: "Fira Sans", sans-serif;
}

.login-main .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 904px) {
  .login-main .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

form .form-group {
  margin-bottom: 12px;
  margin-top: 24px;
  position: relative;
}
form .form-group:first-child {
  margin-top: 8px;
}
form input:hover {
  border-color: #FFAC16 !important;
}
form input:focus {
  border-color: #FFAC16 !important;
  box-shadow: none !important;
}
form .form-control {
  border-color: #979797;
  border-radius: 0;
  padding: 1rem;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-top: 24px;
  padding-bottom: 8px;
}
form .text-label {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  padding: 1rem;
  margin: 0;
  line-height: 1;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
form .floating-label {
  font-size: 75%;
  padding-top: 8px;
  padding-left: 0.75rem;
  opacity: 0.5;
}
form a {
  color: #EB9700;
  font-weight: 700;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.password {
  position: relative;
}
.password input {
  padding: 1.5rem 2.75rem 0.5rem 0.75rem;
}
.password img {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 16px;
}

.checkbox-select {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1rem;
}
.checkbox-select:hover input ~ .custom-checkbox {
  background-color: #F9F9F9;
  border: 2px solid #EB9700;
}
.checkbox-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.checkbox-select input:checked ~ .custom-checkbox {
  background-color: #F9F9F9;
  border: 2px solid #EB9700;
}
.checkbox-select input:checked ~ label {
  font-weight: 700;
}
.checkbox-select input:checked ~ svg {
  display: block;
}
.checkbox-select .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #F9F9F9;
  border: 1px solid #979797;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-select svg {
  position: absolute;
  display: none;
  left: 4px;
  top: 6px;
}
.checkbox-select label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  padding: 0;
}
.checkbox-select a {
  vertical-align: middle;
  color: #FFAC16;
}
.checkbox-select a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.submit-row {
  margin-bottom: 40px;
}
.submit-row .col:last-child {
  text-align: end;
}

.register-col {
  padding-left: 65px;
}
.register-col .primary-button {
  margin-top: 0;
}
.register-col .register-btn {
  margin-top: 16px;
}
@media (max-width: 904px) {
  .register-col {
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .register-col .register-btn {
    margin-top: 8px;
  }
  .register-col h2 {
    margin-top: 40px;
  }
  .register-col:before {
    content: "";
    border-top: 1px solid rgba(170, 170, 170, 0.4);
    display: block;
    top: 0;
    width: 100%;
  }
}

.login-col {
  padding-right: 65px;
  border-right: 1px solid #979797;
}
.login-col .primary-button {
  margin-top: 0;
}
.login-col h2 {
  margin-bottom: 16px;
}
.login-col .form-group:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .login-col .login-btn-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 904px) {
  .login-col {
    border: none;
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=login.css.map */