@keyframes shadow-drop-bottom {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  to {
    box-shadow: 0 12px 20px -12px rgb(0 0 0/35%);
  }
}
@keyframes shadow-inset-center {
  0% {
    box-shadow: inset 0 0 0 0 transparent;
  }
  to {
    box-shadow: inset 0 0 14px 0 rgb(0 0 0/50%);
  }
}
body {
    line-height: normal;
    background-image: url(/Content/images/rainbow-chicken-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.simply-activate-your {
  margin-block-start: 0;
  margin-block-end: 0;
}
.to-start-learning,
body {
  margin: 0;
}
.form-title {
  align-self: stretch;
  position: relative;
  font-size: 23px;
  line-height: 29px;
  font-family: Montserrat;
  color: #4b4b4d;
  text-align: left;
}
.form-header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: center;
  justify-content: flex-start;
}
.studio88-and-tap-logos-child {
  position: relative;
  width: 300px;
  flex-shrink: 0;
  margin-top: 20px;
}
.studio88-and-tap-logos-item {
  align-self: stretch;
  position: relative;
  max-height: 100%;
  width: 3px;
  flex-shrink: 0;
}
.group-icon {
  position: relative;
  width: 139.25px;
  height: 125.12px;
  flex-shrink: 0;
}
.studio88-and-tap-logos {
  display: flex;
  flex-direction: row;
  padding: 0 0 20px;
  align-items: flex-start;
  justify-content: center;
  gap: 45px;
}
.only-available-to {
  font-family: Montserrat;
}
.tc-apply1 {
  text-decoration: underline;
}
.only-available-to-container {
  flex: 1;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4d;
  text-align: left;
}
.only-available-to-studio88-gro-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.input {
  border: 1px solid rgba(0, 0, 0, 0.23);
  font-family: Roboto;
  font-size: 16px;
  background-color: transparent;
  border-radius: 4px;
  padding: 0 12px;
}
.input:active {
  animation: 1s ease 0s infinite normal none shadow-drop-bottom;
  opacity: 1;
}
.form-fields,
.input {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3px;
}
.citizen-id-number {
  flex: 1;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat;
  color: #4b4b4d;
  text-align: left;
}
.sign-up {
  position: absolute;
  width: calc(100% - 18.88px);
  top: 13.5px;
  left: 9.52px;
  font-size: 16px;
  display: inline-block;
  font-family: Roboto;
  color: #fff;
  text-align: center;
}
.form-sign-up-button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: #ED2025;
  position: relative;
  border-radius: 4px;
  width: 150px;
  height: 46px;
  flex-shrink: 0;
}
.form-sign-up-button:hover {
  background-color: #EE3124;
}
.form-sign-up-button:active {
  animation: 1s ease 0s infinite normal none shadow-inset-center;
  opacity: 1;
}
.terms-of-service {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat;
  color: #000;
  text-align: left;
}
.frame-parent,
.terms-of-service-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.terms-of-service-wrapper {
  padding: 0 10px 0 0;
}
.frame-parent {
  align-self: stretch;
  gap: 10px;
}
.activate-your-account-form,
.form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffff;
}
.form {
  align-self: stretch;
  border-radius: 12px;
  background-color: #ffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 30px;
  align-items: flex-start;
  gap: 17px;
}
.activate-your-account-form {
    width: 549.25px;
    flex-shrink: 0;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 12px;
    margin-left: 30%;
}
.tap-and-studio88-group-sign-up {
  position: relative;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 20.5px 401px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .form-sign-up-button {
    background-color: #cf152d;
  }
  .form-sign-up-button:hover {
    background-color: #b60c22;
  }
  .form-sign-up-button:active {
    animation: 1s ease 0s infinite normal none shadow-inset-center;
    opacity: 1;
  }
  @keyframes shadow-inset-center {
    0% {
      box-shadow: inset 0 0 0 0 transparent;
    }
    to {
      box-shadow: inset 0 0 14px 0 rgb(0 0 0/50%);
    }
  }
}

@keyframes shadow-drop-bottom {
    0% {
        box-shadow: 0 0 0 0 transparent;
    }

    to {
        box-shadow: 0 12px 20px -12px rgb(0 0 0/35%);
    }
}

@keyframes shadow-inset-center {
    0% {
        box-shadow: inset 0 0 0 0 transparent;
    }

    to {
        box-shadow: inset 0 0 14px 0 rgb(0 0 0/50%);
    }
}


.form-title1 {
    align-self: stretch;
    position: relative;
    font-size: 23px;
    line-height: 24px;
    font-family: Montserrat;
    color: #4b4b4d;
    text-align: left;
}

.form-header1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 0 0 13px;
    align-items: center;
    justify-content: flex-start;
}

.group-icon1,
.studio88-and-tap-logos-inner {
    position: relative;
    width: 420px;
    height: 100px;
    flex-shrink: 0;
}

.group-icon1 {
    width: 111.29px;
    height: 100px;
}

.studio88-and-tap-logos1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.only-available-to1 {
    font-family: Montserrat;
}

.tc-apply3 {
    text-decoration: underline;
}

.only-available-to-container1 {
    flex: 1;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #4b4b4d;
    text-align: left;
}

.only-available-to-studio88-gro-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.input6 {
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-family: Roboto;
    font-size: 16px;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 12px;
}

    .input6:active {
        animation: 1s ease 0s infinite normal none shadow-drop-bottom;
        opacity: 1;
    }

.form-fields6,
.input6 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.citizen-id-number1 {
    flex: 1;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat;
    color: #4b4b4d;
    text-align: left;
}

.sign-up1 {
    position: absolute;
    width: calc(100% - 18.88px);
    top: 13.5px;
    left: 9.52px;
    font-size: 16px;
    display: inline-block;
    font-family: Roboto;
    color: #fff;
    text-align: center;
}

.form-sign-up-button1 {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: #ED2025;
    position: relative;
    border-radius: 4px;
    width: 150px;
    height: 46px;
    flex-shrink: 0;
}

    .form-sign-up-button1:hover {
        background-color: #EE3124;
    }

    .form-sign-up-button1:active {
        animation: 1s ease 0s infinite normal none shadow-inset-center;
        opacity: 1;
    }

.terms-of-service1 {
    flex: 1;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat;
    color: #000;
    text-align: left;
}

.terms-of-service-container {
    flex: 1;
    flex-direction: row;
    padding: 0 10px 0 0;
}

.activate-your-account-form1,
.form1,
.frame-group,
.terms-of-service-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.frame-group {
    align-self: stretch;
    flex-direction: row;
    gap: 10px;
}

.activate-your-account-form1,
.form1 {
    flex-direction: column;
}

.form1 {
    align-self: stretch;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
    gap: 17px;
}

.activate-your-account-form1 {
    flex: 1;
    padding: 20px;
    background-color: #ffff;
    border-radius: 12px;
}

.tap-and-studio88-group-sign-up1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 20.5px 20px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .form-sign-up-button1 {
        background-color: #cf152d;
    }

        .form-sign-up-button1:hover {
            background-color: #b60c22;
        }

        .form-sign-up-button1:active {
            animation: 1s ease 0s infinite normal none shadow-inset-center;
            opacity: 1;
        }

    @keyframes shadow-inset-center {
        0% {
            box-shadow: inset 0 0 0 0 transparent;
        }

        to {
            box-shadow: inset 0 0 14px 0 rgb(0 0 0/50%);
        }
    }
}

