/* [project]/src/components/ui/views/register/RegisterView.module.css [app-client] (css) */
.RegisterView-module__M-uwnG__container {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.RegisterView-module__M-uwnG__content {
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 440px;
  padding: 2rem;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.RegisterView-module__M-uwnG__header {
  text-align: center;
  margin-bottom: 2rem;
}

.RegisterView-module__M-uwnG__title {
  color: #111827;
  margin-bottom: .5rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.RegisterView-module__M-uwnG__subtitle {
  color: #6b7280;
  font-size: .875rem;
}

.RegisterView-module__M-uwnG__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.RegisterView-module__M-uwnG__field {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.RegisterView-module__M-uwnG__fieldError {
  color: #ef4444;
  margin-top: .25rem;
  font-size: .75rem;
}

.RegisterView-module__M-uwnG__terms {
  align-items: flex-start;
  gap: .5rem;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.RegisterView-module__M-uwnG__termsLabel {
  color: #4b5563;
  cursor: pointer;
  flex: 1;
  font-size: .8rem;
  line-height: 1.5;
}

.RegisterView-module__M-uwnG__link {
  color: #3b82f6;
  white-space: nowrap;
  text-decoration: underline;
}

.RegisterView-module__M-uwnG__link:hover {
  color: #2563eb;
}

.RegisterView-module__M-uwnG__error {
  color: #dc2626;
  background-color: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: .375rem;
  padding: .75rem;
  font-size: .875rem;
}

.RegisterView-module__M-uwnG__submitButton {
  width: 100%;
  margin-top: .5rem;
}

.RegisterView-module__M-uwnG__divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}

.RegisterView-module__M-uwnG__divider:before {
  content: "";
  background-color: #e5e7eb;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.RegisterView-module__M-uwnG__divider span {
  color: #6b7280;
  background-color: #fff;
  padding: 0 1rem;
  font-size: .875rem;
  position: relative;
}

.RegisterView-module__M-uwnG__signin {
  text-align: center;
  color: #6b7280;
  margin-top: 1.5rem;
  font-size: .875rem;
}

.RegisterView-module__M-uwnG__checkbox {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: .125rem;
}


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