/* [project]/src/features/auth/components/LoginForm.scss.css [app-client] (css) */
.login-left {
  color: #fff;
  background: #fffcf5 url("../media/login-img.27654c11.jpeg") center / contain no-repeat;
  height: auto;
  position: relative;
  overflow: hidden;
}

.login-left img {
  width: 120px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.login-left .fg-pass a {
  font-size: 13px;
}

@media (max-width: 1366px) {
  .login-left-content {
    width: 25%;
    right: 10%;
  }
}

@media (max-width: 1180px) {
  .login-left-content {
    width: 30%;
    right: 8%;
  }
}

@media (max-width: 1024px) {
  .login-left {
    background-position: center;
  }

  .fg-pass a {
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .login-left-content {
    width: 55%;
    top: 48%;
  }
}

@media (max-width: 768px) {
  .login-left {
    background-position: center;
  }

  .login-left .login-left-content {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fg-pass a {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .login-left {
    background-position: top;
    height: 200px;
  }

  .login-left .login-left-content {
    width: 30%;
    top: 15%;
    left: 84%;
  }
}

.fg-pass {
  font-size: 12px;
  font-weight: 500;
}

.fg-pass .float-left {
  float: left;
}

.fg-pass .float-right {
  float: right;
}

.back {
  background-color: green;
}

input[type="number"] {
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.clsotp {
  width: 79% !important;
}

.otp-timer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.spinner {
  border: 2px dashed #6b9c5d;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  animation: 6s linear infinite spin;
  position: absolute;
}

.circle span {
  z-index: 1;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

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

.form-control {
  padding-right: 40px;
}

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