/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/styles/pages/auth.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/images/education-bg.png") center/cover;
}
.auth-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.auth-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.auth-box h1 {
  text-align: center;
  margin-bottom: 2rem;
  color: #1e88e5;
}
.auth-box .form-group {
  margin-bottom: 1rem;
}
.auth-box .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333333;
}
.auth-box .auth-footer {
  margin-top: 1.5rem;
  text-align: center;
}
.auth-box .auth-footer a {
  color: #1e88e5;
  text-decoration: underline;
}
.auth-box .auth-footer a:hover {
  color: rgb(21.5458167331, 109.3864541833, 186.4541832669);
}
