/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/loading-indicator/loading-indicator.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-indicator_fullScreenLoading__3Jk8H {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.loading-indicator_spinner__p5J4k {
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: loading-indicator_spin__XmIVy 0.75s linear infinite;
}

@keyframes loading-indicator_spin__XmIVy {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/login-form/login-form.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.login-form_formContainer__J_wIh {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}

.login-form_titleContainer__vpX8d {
  display: flex;
  width: 80%;
  margin-bottom: 14px;
  justify-content: center;
  color: #f5f5f5;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.login-form_formElementContainer__ThHeQ {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 10px;
}

.login-form_formElementContainer__ThHeQ label {
  color: #f5f5f5;
  font-family: var(--font-title);
  margin-bottom: 5px;
}

.login-form_passwordContainer__Wz08w {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 5px;
}

.login-form_passwordContainer__Wz08w input {
  width: 100%;
}

.login-form_passwordContainer__Wz08w button[type=button] {
  position: absolute;
  right: 2px;
  padding: 0 5px;
  background-color: #f5f5f5;
}

.login-form_formElementContainer__ThHeQ input {
  background-color: #f5f5f5;
  min-height: 2rem;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 5px;
  font-family: var(--font-text);
  font-size: 0.9rem;
  resize: none;
}

.login-form_fileElementImageContainer__dZ83t {
  display: flex;
  flex-direction: row;
}

.login-form_formContainer__J_wIh button[type=submit] {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #f5f5f5;
  font-size: 0.8rem;
  background-color: var(--color-yellow);
  padding: 10px 22px;
  border-radius: 5px;
}

.login-form_formContainer__J_wIh button[type=submit]:hover {
  opacity: 0.95;
  box-shadow: 0 0 4px var(--color-yellow);
}

.login-form_errorMessage__bNE6x {
  color: var(--color-light-yellow);
  font-size: 0.75rem;
  padding-top: 3px;
  font-weight: 500;
}

.login-form_forgotPassword__QM4Uh {
  margin-top: 10px;
  color: var(--color-light-steel-blue);
  font-size: 0.8rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.login-form_forgotPassword__QM4Uh:hover {
  opacity: 0.95;
}

@media (min-width: 568px) {
  .login-form_formElementContainer__ThHeQ,
  .login-form_titleContainer__vpX8d {
    width: 60%;
    margin-bottom: 20px;
  }

  .login-form_titleContainer__vpX8d {
    font-size: 1.2rem;
  }

  .login-form_formElementContainer__ThHeQ label {
    font-size: 1.5rem;
  }

  .login-form_formElementContainer__ThHeQ input {
    padding: 0 10px;
    font-size: 1.1rem;
  }

  .login-form_formContainer__J_wIh button[type=submit] {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }

  .login-form_errorMessage__bNE6x {
    font-size: 0.8rem;
  }

  .login-form_forgotPassword__QM4Uh {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .login-form_previewBox__UY7tS p {
    font-size: 1rem;
  }

  .login-form_errorMessage__bNE6x {
    font-size: 0.9rem;
  }

  .login-form_forgotPassword__QM4Uh {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .login-form_formElementContainer__ThHeQ,
  .login-form_titleContainer__vpX8d {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .login-form_formElementContainer__ThHeQ,
  .login-form_titleContainer__vpX8d {
    width: 30%;
  }
}

