/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/loginForm/LoginForm.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LoginForm_loginWrapper__HwARz {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #f0f2f5;
  padding: 20px;
}

.LoginForm_loginForm__Mk_9Y {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.LoginForm_title__uTGOx {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.LoginForm_formGroup__cbaQw {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.LoginForm_formGroup__cbaQw label {
  margin-bottom: 6px;
  font-weight: 500;
  color: #555;
}
.LoginForm_formGroup__cbaQw input {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
  transition: border 0.2s;
}
.LoginForm_formGroup__cbaQw input:focus {
  border-color: #0070f3;
  outline: none;
}

.LoginForm_submitButton__TbrS9 {
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  background: #0070f3;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.LoginForm_submitButton__TbrS9:hover {
  background: #005bb5;
}

.LoginForm_error__53Eoz {
  color: #ff4d4f;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
