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

.Signup-module__YE6RYa__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;
}

.Signup-module__YE6RYa__logo {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.Signup-module__YE6RYa__title {
  font-weight: bold;
}

.Signup-module__YE6RYa__label {
  color: green;
}

.Signup-module__YE6RYa__lt {
  color: green;
}

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

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

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


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