.reg-container {
  padding: 45px 0 0;
  background-image: url("https://webcdn.triongames.com/landingpages/skydome/assets/images/background/background-beta-survey.jpg");
  height: 1112px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.reg-container .reg-divider {
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  z-index: 2;
}

.flex {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
}

.reg-content {
  max-width: 1600px;
  padding: 0 40px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.reg-logo-container {
  width: 50%;
}

.reg-logo {
  width: 100%;
  z-index: 4;
}

.reg-content .trailer {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: auto;
  top: 161px;
  left: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.reg-content .trailer .trailer-description {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  text-align: center;
  z-index: 4;
  bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.reg-content .trailer img {
  width: 80%;
  mask-image: url("https://assets.landingpages.gamigo.com/assets/skydome/skydome-image-mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("https://assets.landingpages.gamigo.com/assets/skydome/skydome-image-mask.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

#register-form {
  opacity: 1;
  padding: 46px 55px;
  margin: 135px 0 0 100px;
  position: relative;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  background: rgb(2, 11, 16);
  background: linear-gradient(
    90deg,
    rgba(2, 11, 16, 1) 0%,
    rgba(18, 56, 76, 0.616) 50%,
    rgba(2, 11, 16, 1) 100%
  );
  border: 1px solid #00709b;
}

@media screen and (max-width: 479px) {
  #register-form {
    padding: 30px 25px;
  }
}

#register-form input[type="text"],
#register-form input[type="password"],
#register-form input[type="email"],
#register-form input[type="number"] {
  width: 100%;
  display: block;
  font: 400 15px/18px "Kanit", sans-serif;
  border: 1px solid #00709b;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 20px;
  margin-top: 10px;
}
#register-form #age {
  padding: 15px 3px 15px 20px;
}

#register-form input[type="checkbox"] {
  display: none;
}

#register-form input[type="checkbox"] + label {
  padding-left: 30px;
  margin: 0;
  line-height: inherit;
}

#register-form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #2c6f98;
  background-color: #00101d;
}

#register-form input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fcfcfc;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#register-form label {
  color: #fff;
}

#register-form .reg-form-group {
  margin-bottom: 47px;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  #register-form .reg-form-group {
    margin-bottom: 38px;
  }
}

#register-form .password-container {
  flex-direction: row;
  align-items: flex-end;
  width: 70%;
}

#pass-visibility {
  height: 50px;
  width: 30px;
  margin-left: 10px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pass-visibility:hover {
  opacity: 0.8;
}

#register-form .age-container {
  width: 20%;
}

#register-form .pass-form-group {
  justify-content: space-between;
}

#register-form .checkbox-container {
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

#register-form .checkbox-container a {
  color: #2c6f98;
  text-decoration: none;
}

#register-form .checkbox-container label {
  font-size: 12px;
}

#register-form .reg-status {
  color: #d63b39;
  font-weight: bold;
  text-align: center;
  min-height: 30px;
  margin-bottom: 10px;
}

#register-form .loader {
  transform: scale(0.4);
  position: absolute;
  top: -11px;
  right: -28px;
}

#register-form button[type="submit"] {
  width: 100%;
  max-width: 323px;
  height: 60px;
  background: #00101d;
  border: 1px solid #2c6f98;
  font: 500 22px/25px "Kanit", sans-serif;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}

#register-form .reg-submit-container {
  align-items: center;
}

#register-form .sign-in-container {
  justify-content: center;
}

.reg-aside {
  height: 942px;
  justify-content: space-between;
}

.screenshot-container p {
  text-align: right;
  font: italic 600 30px / 30px Kanit, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.7px;
}

.screenshot-wrapper {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 30px;
}

.screenshot-wrapper img.screen-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.screenshot-wrapper .screen-container {
  width: 40%;
  min-width: 272px;
  mask-image: url("https://assets.landingpages.gamigo.com/assets/skydome/skydome-image-mask.svg");
  mask-size: 90%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("https://assets.landingpages.gamigo.com/assets/skydome/skydome-image-mask.svg");
  -webkit-mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.screenshot-container .screens-logo-wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}

.screenshot-container .screens-logo-wrapper img {
  width: 45px;
  height: 24px;
}

.screenshot-container .screens-logo-wrapper .blue-stick {
  width: 57.5%;
  height: 1px;
  background: #2c6f98;
}

.screenshot-wrapper .screen-container img {
  width: 100%;
  cursor: pointer;
}

.screenshot-wrapper:nth-child(n) {
  margin-right: 30px;
}

.screenshot-wrapper:last-child {
  margin-right: 0;
}

#register-form .error {
  color: #a00;
  display: none;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  font-size: 13px;
}

#register-form #email-error {
  position: relative;
  top: 10px;
}

#register-form #age-error {
  left: -116px;
  width: 200px;
  text-align: right;
  white-space: normal;
}

#pass-visible {
  display: none;
}

#pass-hidden {
  display: block;
}

#registration:disabled {
  cursor: not-allowed !important;
  position: relative;
}

#registration:disabled span {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

#register-form .pass-form-group .password-errors {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 10;
}

#register-form .pass-form-group .password-errors .pass-error-title {
  display: block;
  padding: 2% 5%;
  background-color: #b51c2d;
  color: #fff;
}

#register-form .pass-form-group .password-errors ul {
  display: block;
  padding: 2% 5%;
  background: #fff;
}

.error-color {
  color: #a00;
}

.success-color {
  color: #6bc589;
}

#pass-visibility img {
  width: 100%;
}

#register-form #tos-error {
  left: 30px;
  bottom: -15px;
}

#register-form .sign-in-container {
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}

#register-form .sign-in-container a {
  color: #2c6f98;
  cursor: pointer;
}
