header,
footer {
  display: none;
}
.sign-page {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forms-holder {
  max-width: 900px;
  min-width: 28%;
  width: 92%;

  margin: 0px auto;
  max-width: 850px;
  background-color: #00000080;
  border-radius: 30px;
  padding: 100px 90px;
}
.forms-holder h2 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 25.489px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.985px; /* 133.333% */
  margin-bottom: 12px;
}

.normal-inputs input {
  margin-bottom: 15px;
  border-radius: 30px;
  height: 50px;
  border: none;
  padding: 0px 40px;
}
.normal-inputs input::placeholder {
  color: #ccc;
  font-family: "Montserrat";
  font-size: 16.993px;
  font-style: normal;
  font-weight: 500;
}
input[type="submit"] {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16.993px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.489px; /* 150% */
  background: #bb2121;
  margin-bottom: 15px;
  border-radius: 30px;
  height: 50px;
  border: none;
  padding: 0px 40px;
}
.normal-inputs input[name="password"] {
  margin-bottom: 0px;
}
.iti {
  width: 100%;
  margin-bottom: 15px;
}
.iti--fullscreen-popup .iti__dropdown-content {
}

.digit-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.digit-inputs input::placeholder {
  color: #ccc;
  font-family: "Montserrat";
  font-size: 16.993px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.985px; /* 200% */
}

.digit-inputs .digit {
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 7px;
  margin: 0px 5px;
}
.wrong-digits .digit {
  border: 2px solid #cc1111;
}

.input-container {
  position: relative;
  margin-bottom: 20px;
}
.input-container input {
  font-size: 16px;
  border: 1px solid #ccc;
  width: 100%;
}
.input-container .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  color: #cccccc;
}
.iti__country-name {
  display: none;
}
.iti__country-list .iti__search-box,
.iti__search-input {
  display: none;
}
.iti__country-list {
  border-radius: 10px;
}
.iti__country-list::-webkit-scrollbar {
  width: 0px; /* This will remove the scrollbar space */
  background: transparent;
}
.iti--inline-dropdown .iti__dropdown-content,
.iti--inline-dropdown .iti__dropdown-content {
  width: 80px !important;
}
.options,
.options a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.options a {
  text-decoration: underline;
}
.options a:hover {
  cursor: pointer;
}
form .options {
  padding: 0px 16px;
}

.success-message {
  color: green;
}
.error-message {
  color: red;
}
@media (max-width: 768px) {
  .forms-holder {
    padding: 59px 41px;
  }
  .alert {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .forms-holder {
    padding: 59px 30px;
  }
  .normal-inputs input::placeholder {
    font-size: 14px;
  }
  .normal-inputs input {
    padding: 0px 20px;
  }
  .forms-holder h2 {
    font-size: 22.489px;
  }
  .options,
  .options a {
    font-size: 11px;
  }
  .normal-inputs input[type="submit"] {
    font-size: 14.993px;
  }
  .alert-danger {
    font-size: 11px;
  }
}
