/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/LoginForm.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.LoginForm_auth-form__Fglqm {
  max-width: 400px;
  margin: 0 auto;
  padding: 2.5rem 2rem 2rem 2rem;
  background: rgba(20, 30, 50, 0.85);
  border-radius: 1.25rem;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.LoginForm_auth-form__Fglqm h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-align: center;
}

.LoginForm_auth-form__Fglqm .LoginForm_muted__rJ1D9 {
  color: #b0b8c9;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.LoginForm_auth-error__U2Ws_ {
  color: #ff4d4f;
  background: rgba(40,0,0,0.15);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.LoginForm_steam-btn__AZ9i9 {
  display: inline-block;
  line-height: 0;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  transition: box-shadow 0.2s, transform 0.12s;
  box-shadow: 0 2px 10px 0 rgba(12, 18, 30, 0.35);
  outline: none;
}

.LoginForm_steam-btn__AZ9i9:hover, .LoginForm_steam-btn__AZ9i9:focus {
  box-shadow: 0 6px 22px 0 rgba(45, 110, 190, 0.28);
  transform: translateY(-1px);
}

.LoginForm_steam-image___tVEX {
  display: block;
  width: auto;
  max-width: min(100%, 180px);
  height: auto;
  border-radius: 8px;
}

