/* [project]/src/features/auth/components/LoginForm.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"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  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;
}

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