/* [project]/app/login/Login.module.css [app-client] (css) */
.Login-module__t61pwq__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/s.jpg");
  background-size: cover;
  height: 100vh;
  background-color: #00000080;
}

.Login-module__t61pwq__containerform {
  width: 400px;
  height: 400px;
  color: #333;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px #000c;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Login-module__t61pwq__logo {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.Login-module__t61pwq__title {
  font-weight: bold;
}

.Login-module__t61pwq__label {
  color: green;
}

.Login-module__t61pwq__lt {
  color: green;
}

.Login-module__t61pwq__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.Login-module__t61pwq__button {
  width: 100%;
  padding: 12px;
  background-color: green;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.Login-module__t61pwq__link {
  margin-top: 16px;
  font-size: 14px;
  color: #555;
  color: green;
}


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