.main {
  margin-top: 94px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

.telCountry,
.password {
  max-width: 100%;
}

.login__part1 {
  max-width: 676px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fff;
  background: linear-gradient(271deg, rgba(9, 13, 43, 0.3) 11.52%, rgba(85, 99, 153, 0.3) 76.1%), rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.login__part1-title {
  color: #fff;
  text-align: center;
  font-family: "Lato";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.login__part1 .login__form {
  max-width: 595px;
  width: 100%;
}
.login__part1 .login__form__content > p {
  color: #fff;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.login__part1 .login__form__content > p span {
  color: red;
  font-size: 20px;
}
.login__part1 .login__form__content .input {
  margin-bottom: 30px;
  color: var(--dark-blue, #091c43);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.login__part1 .login__form__content .password {
  max-width: 100%;
  width: 100%;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #e3e4e4;
  font-size: 14px !important;
  padding: 20px;
}
.login__part1 .login__form__content .registration {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login__part1 .login__form__content .registration p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 17px;
}
.login__part1 .login__form__content .registration-btn {
  color: #ec5e00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.btn-login-confirm {
  width: 100%;
  display: block;
  text-align: center;
}

.error__massage {
  /*display: none;*/
    display: flex;
  color: red;
  justify-content: center;
  margin-bottom: 20px;
}

/*.error__massage .active {*/
/*  display: flex;*/
/*}*/

/*.error__massage .hide {*/
/*  display: none;*/
/*}*/

@media (max-width: 800px) {
  .login__part1 {
    max-width: 100%;
    padding: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .login__part1-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .login__part1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .login__part1 {
    padding: 20px 15px;
  }
  .login__part1-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .login__part1 .login__form__content .input {
    margin-bottom: 25px;
  }
  .confirm-form__content {
    gap: 15px;
  }
}/*# sourceMappingURL=login.css.map */
