/* [project]/app/login.module.css [app-client] (css) */
.login-module__p9DPgW__wrapper {
  background: url("/img/mobile.jpeg") center / cover no-repeat;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .login-module__p9DPgW__wrapper {
    max-width: 400px;
  }
}

.login-module__p9DPgW__formLogin {
  background-color: rgba(0, 0, 0, .55);
  padding: 0 32px 200px;
}

.login-module__p9DPgW__logoText {
  text-align: center;
  padding: 85px 0;
}

.login-module__p9DPgW__logoText img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 90%;
  height: 55px;
}

.login-module__p9DPgW__inputLogin input, .login-module__p9DPgW__buttonLogin button, .login-module__p9DPgW__btnEmail, .login-module__p9DPgW__btnSpeed {
  width: 100%;
  font-size: 16px;
}

.login-module__p9DPgW__inputLogin input {
  color: #fff;
  background-color: #16191e;
  border: none;
  border-radius: 7px;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
}

.login-module__p9DPgW__inputLogin input:first-of-type {
  margin-bottom: 35px;
}

.login-module__p9DPgW__inputLogin input::placeholder {
  color: rgba(255, 255, 255, .82);
}

.login-module__p9DPgW__buttonLogin button {
  border: none;
  border-radius: 7px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-weight: 600;
}

.login-module__p9DPgW__btnSubmit {
  color: #000;
  background-color: #fff;
}

.login-module__p9DPgW__btnSubmit:disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, .55);
}

.login-module__p9DPgW__btnSubmit:not(:disabled):hover {
  background-color: rgba(255, 255, 255, .55);
}

.login-module__p9DPgW__ring {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}

.login-module__p9DPgW__errorText {
  color: red;
  font-size: 13px;
}

.login-module__p9DPgW__btnEmail, .login-module__p9DPgW__btnSpeed {
  color: rgba(255, 255, 255, .62);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 12px;
}

.login-module__p9DPgW__oldInfo {
  text-align: center;
}

.login-module__p9DPgW__oldInfo a {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  text-decoration: none;
}

.login-module__p9DPgW__notification {
  text-align: center;
  z-index: 50;
  background-color: #242933;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  transition: bottom .5s ease-in-out;
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.login-module__p9DPgW__notification.login-module__p9DPgW__active {
  bottom: 20px;
}

.login-module__p9DPgW__notificationHd {
  border-bottom: 1px solid #3a3f49;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.login-module__p9DPgW__closeButton {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 24px;
  position: absolute;
  left: 30px;
}

.login-module__p9DPgW__notificationHd h3 {
  color: #fff;
  font-size: 20px;
}

.login-module__p9DPgW__notificationCt {
  padding: 20px 30px;
}

.login-module__p9DPgW__notificationText p {
  color: #d6dadd;
  text-align: justify;
  font-size: 18px;
}

.login-module__p9DPgW__notificationCt input {
  color: #fff;
  background-color: #242933;
  border: 1px solid #3a3f49;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0;
  padding: 15px 10px;
  font-size: 16px;
}

.login-module__p9DPgW__notificationCt input:focus {
  outline: 2px solid #3a3f49;
}

.login-module__p9DPgW__ringEmail {
  color: red;
  font-size: 10px;
}

.login-module__p9DPgW__checkEmailBtn {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 7px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
  font-weight: bold;
}

.login-module__p9DPgW__checkEmailBtn:disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, .55);
}

.login-module__p9DPgW__loading {
  border: 4px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  animation: 2s linear infinite login-module__p9DPgW__spin;
}

@keyframes login-module__p9DPgW__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app_login_module_b5cb1cc5.css.map*/