.component-registration,
.component-registration .form-container,
.component-registration form,
.component-registration .step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.component-registration-login {
  display: flex;
  flex-direction: column;
}
.component-registration .step {
  flex-grow: 1;
}

.component-registration .titles {
  text-align: center;
  margin-bottom: 24px;
}

.component-registration .title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.component-registration .subtitle {
  margin-top: 8px;
}
.component-registration .titles p {
  margin: 0;
}

.component-registration .input-container {
  min-height: 88px;
  display: flex;
  justify-content: center;
}

.component-registration .promo-code-button {
  min-height: 60px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: underline;
}

.component-registration .input-container .form-control > div:hover,
.component-registration
  .input-container
  .form-control.form-control-focused
  > div {
  background: rgba(0, 0, 0, 0.4);
}

.component-registration .input-container .form-control.readonly > div:hover,
.component-registration .input-container .form-control.readonly > div {
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.2);
}

.component-registration .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #919196;
}

@media screen and (max-width: 980px) {
  .component-registration .disclaimer {
    font-size: 10px;
  }
  .titles-login p {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0;
  }
}

.component-registration .disclaimer p {
  margin-top: 0;
}

.component-registration .disclaimer a {
  color: #d24128;
}

.component-registration .bottom-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.component-registration button.button {
  width: 100%;
  padding: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 980px) {
  .component-registration button.button {
    height: 48px;
  }
}

.component-registration button.loading-button {
  opacity: 0.5;
  cursor: not-allowed;
}

.component-registration .form-control > div:first-child {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.component-registration .form-control[aria-expanded='true'] > div:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.component-registration .form-control-label {
  font-size: 18px;
  line-height: 27px;
  color: rgba(145, 145, 150, 1);
}

.component-registration .form-control input {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.component-registration .form-control.form-control-focused > div:first-child {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.component-registration .form-control > div:first-child {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.component-registration .form-control__filled_1xotc .form-control-label {
  transform: translateY(-85%) scale(0.67);
}

.password-input__eye_1p7ad svg {
  opacity: 0.4;
}
.password-input__eye_1p7ad:hover svg {
  opacity: 0.7;
}

.component-registration .form-control.error > div:first-child::before {
  display: none;
}

.component-registration .form-control.error > div:first-child {
  border: 1px solid rgba(210, 65, 40, 1);
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.component-registration .form-control.error [role='alert'] {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  color: rgba(240, 100, 75, 1);
  margin-left: 30px;
}

.component-registration .code-input-container {
  text-align: center;
}

.step-done {
  text-align: center;
}

.step-done .check-icon-wrapper {
  display: flex;
  justify-content: center;
}
.component-registration .step-done .check-icon {
  width: 54px;
  height: 54px;

  background: rgba(15, 210, 90, 0.5);
  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.component-registration .step-done .done-title {
  font-size: 28px;
  color: rgba(85, 220, 140, 1);
}

.component-registration .step-done .subtitle,
.component-registration .step-done .subtitle p {
  margin-top: 0;
  margin-bottom: 0;
}

.component-registration .redirecting-info {
  text-align: center;
  margin-top: 20px;
}

.component-registration .spinner-wrapper {
  margin: 25px;
  line-height: 32px;
}
.component-registration .spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.component-registration .play-now-button-preamble {
  color: rgba(145, 145, 150, 1);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.component-registration .play-now-button-preamble p {
  margin: 0;
}

.component-registration .step-done .button {
  height: 80px;
  font-size: 20px;
  line-height: 30px;

  text-decoration: none;
}

.component-registration .step-done .play-now-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 17px 48px;

  margin-top: 16px;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all;
  transition-duration: 0.3s;
}
.component-registration .step-done .play-now-button:hover {
  background: #ffffff;
  color: #551fad;
}

.short-link-wrapper {
  margin: 30px;
  display: flex;
  justify-content: center;
}

.component-registration .step-done .download-app-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-registration .step-done .download-app-link img {
  margin-right: 12px;
}

.component-registration .step-done a.download-app-link {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 1240px) {
}

.form-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-checkbox-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.form-checkbox-checkbox {
  display: none;
}

.custom-checkbox {
  width: 24px;
  height: 24px;

  border-radius: 3px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-color: white;
  position: relative;
  margin-right: 8px;
}

.form-checkbox-checkbox:checked + .custom-checkbox {
  background: #d24128;
  background-image: url(/checkbox.png);
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 12px;
}

.forgot-password {
  color: white;

  cursor: pointer;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.forgot-password:hover {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.form-registration-label {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 12px;
  text-align: left;
}
.form-registration-label span {
  margin: 0 0 12px;
}
@media screen and (max-width: 600px) {
  .forgot-password {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }
}

.component-registration {
  width: 525px;
  max-width: 525px;
  min-height: 640px;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #60368e;

  border-top-color: #7745ac;
  border-right-color: #6f409f;
  border-left-color: rgba(188, 141, 238, 0.3);
  box-shadow: 0 0 44px 0 rgba(20, 11, 30, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(133, 83, 211, 0.3);
}

.modal-content .component-registration {
  background: #401a75;
}

.modal-content .component-registration {
  background: #401a75;
}
