.register-page-reminder {
  font-size: 13px;
  line-height: 19px;
  color: #b2b0b9;
  text-align: center;
}

.register-page-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.register-page-link a {
  color: #f30085;
}

.register-done-container {
  padding: 30px 20px;
  text-align: center;
  color: #d5d5d5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-done-container .logo-register {
  max-height: 200px;
}

.register-done-container .logo-register img {
  max-width: 328px;
}

.register-done-container h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.register-done-container > h2 span {
  color: #fe0178;
}

.register-done-container h3 {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 0;
}

.register-done-container h3 span {
  color: #fff;
}

.register-done-container a {
  display: block;
  background-color: #c1146f;
  color: #fff;
  white-space: inherit;
  border-radius: 30px;
  margin: 10px 0;
}

.register-done-container .btn-deposit {
  align-self: center;
  background: #fe0178;
  background: linear-gradient(to right, #fe0178 0%, #6b187d 100%);
  padding: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  width: 328px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 20px 5px;
}

.register-done-container .btn-deposit:before {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  transform: skew(30deg);
  width: 30px;
  will-change: left;
  z-index: 1;
  animation: flare 5s infinite ease;
}

@keyframes flare {
  0% {
    left: -45px;
  }

  20% {
    left: calc(100% + 15px);
  }

  to {
    left: calc(100% + 15px);
  }
}

.register-done-container .buttons-container-register-done {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 328px;
  width: 100%;
  align-self: center;
  gap: 10px;
}

.register-done-container .buttons-container-register-done .btn {
  border: 1px solid #fe0178;
  width: 160px;
  height: 40px;
  text-transform: uppercase;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 12px;
  margin-bottom: 20px;
}

.register-done-container .register-verification-done {
  border-radius: 4px;
  border: dotted;
  border-color: #fe0178;
  color: #fff;
  font-size: 12px;
  padding: 10px 15px 10px 5px;
  display: flex;
  flex-direction: row;
  text-align: left;
  background: #27051c;
  margin: 20px 0;
  border: 1px dashed #fe0178;
  max-width: 328px;
  width: 100%;
  align-self: center;
}

.register-done-container .register-verification-done .info {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 0;
  font-size: 10px;
  padding: 0;
  color: #fe0178;
  border: 1px solid #fe0178;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 10px 0 5px;
}

.register-done-container .register-verification-done a {
  display: unset;
  margin: 0;
  background-color: transparent;
  background-image: unset;
  text-decoration: underline;
}

.referral-glyphicon-container .referral-code-header {
  display: flex;
  cursor: pointer;
  font-size: 14px;
}

.referral-glyphicon-container .referral-code-header label {
  padding-right: 5px;
}

.referral-glyphicon-container .referral-code-content {
  display: none;
}

.referral-glyphicon-container .referral-code-content.expand {
  display: block;
}

.register-page.standard-form-container {
  background-color: transparent;
  background-image: none;
  padding: 0 0 10px 0;
  margin: 10px 0;
}

.standard-form-container .standard-form-title {
  margin: 0 0 15px 0;
  text-align: left;
  color: #fff;
}

.standard-form-container .standard-form-content {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.standard-form-container .standard-form-content label {
  color: #fff;
  font-size: 14px;
}

.standard-form-container .standard-form-content .form-control {
  background-color: #0b0916;
  color: #fff;
  border: 1px solid #3e3a50;
  border-radius: 5px;
  height: 40px;
}

.standard-form-container .standard-form-content .form-control::placeholder {
  color: #888;
}

.standard-form-container .standard-form-content .form-control:focus {
  border-color: #8e8e8e;
}

.standard-form-container .standard-form-content .form-control option {
  background-color: #0b0916;
  color: #fff;
}

.standard-form-container .standard-form-content .standard-password-field i {
  color: #555;
}

.standard-form-container .captcha-input .captcha-container img {
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

.register-page .payment-method-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #17132d;
}

.register-page .payment-method-container label {
  flex-basis: calc((100% - 10px) / 2);
  flex-grow: 0;
  flex-shrink: 0;
}

.register-page .standard-secondary-button {
  width: 100%;
}

.password-validations {
  font-size: 14px;
}

.password-validations > div {
  display: flex;
  margin-top: 3px;
}

.password-validations > div i {
  margin-right: 5px;
}

.standard-remark-notification {
  align-self: center;
  max-width: 328px;
}
