/* [project]/styles/_register.module.scss.module.css [client] (css) */
._register-module-scss-module__jkcT0W__register-form {
  background-color: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  max-width: 400px;
  margin-top: 100px;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

._register-module-scss-module__jkcT0W__register-form label {
  margin-bottom: .5rem;
  font-weight: bold;
}

._register-module-scss-module__jkcT0W__register-form input[type="text"], ._register-module-scss-module__jkcT0W__register-form input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 40px;
  padding: .75em;
  transition: all .3s ease-in-out;
}

._register-module-scss-module__jkcT0W__register-form input[type="text"]:focus, ._register-module-scss-module__jkcT0W__register-form input[type="password"]:focus {
  border-color: #3498db;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #3498db99;
}

._register-module-scss-module__jkcT0W__register-form button[type="submit"] {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #3498db;
  border: none;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  transition: transform .3s ease-in-out;
}

._register-module-scss-module__jkcT0W__register-form button[type="submit"]:hover {
  transform: scale(1.05);
}

._register-module-scss-module__jkcT0W__register-form span._register-module-scss-module__jkcT0W__error-message {
  color: red;
  margin-top: .25rem;
  font-size: 14px;
}


/* [project]/styles/Header.module.scss.module.css [client] (css) */
.Header-module-scss-module__0VjmkG__header {
  background-color: var(--primary-color);
  text-align: center;
  padding: 2rem;
}

.Header-module-scss-module__0VjmkG__header h1 {
  color: #fff;
  font-size: 2em;
}


/* [project]/styles/globals.module.scss.module.css [client] (css) */
.globals-module-scss-module__kBcaAq__sideMenu {
  z-index: 1000;
  background-color: #fafafa;
  width: 240px;
  height: 100%;
  transition: transform .3s ease-in-out;
  overflow-y: auto;
}

.globals-module-scss-module__kBcaAq__sideMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.globals-module-scss-module__kBcaAq__sideMenu ul li a {
  color: #000;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.globals-module-scss-module__kBcaAq__sideMenu ul li a:hover {
  background-color: #00000014;
}

.globals-module-scss-module__kBcaAq__sideMenu.globals-module-scss-module__kBcaAq__hidden {
  transform: translateX(-100%);
}

.globals-module-scss-module__kBcaAq__menuToggleBtn {
  z-index: 1001;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.globals-module-scss-module__kBcaAq__menuToggleBtn:focus {
  outline: none;
}


/* [project]/styles/Footer.scss.css [client] (css) */
.footer {
  color: #fff;
  text-align: left;
  background-color: #333;
  padding: 20px 0;
}

.footer .container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.footer .container .column {
  flex-basis: calc(33.33% - 20px);
  margin-right: 20px;
}

.footer .container .column:last-child {
  margin-right: 0;
}

.footer .container .column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer .container .column ul {
  padding-left: 0;
  list-style-type: none;
}

.footer .container .column ul li a {
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

.footer .container .column ul li a:hover {
  color: #fff;
}

.footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}


/*# sourceMappingURL=styles_c99efd36._.css.map*/