/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/login/login.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.login_container__dKYZP {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.login_geometricBg__vnIK1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.login_shape__7zgzh {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(147, 51, 234, 0.05));
  border: 1px solid rgba(59, 130, 246, 0.2);
  animation: login_float__o5ous 6s ease-in-out infinite;
  transition: transform 0.1s ease;
}

.login_shape__7zgzh:nth-child(odd) {
  border-radius: 50%;
  top: 10%;
  left: 10%;
}

.login_shape__7zgzh:nth-child(even) {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 60%;
  right: 20%;
}

.login_shape__7zgzh:nth-child(3n) {
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  top: 30%;
  right: 10%;
}

.login_shape__7zgzh:nth-child(4n) {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  top: 70%;
  left: 30%;
}

@keyframes login_float__o5ous {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

.login_card__r3Ltj {
  background: rgba(17, 24, 39, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(59, 130, 246, 0.2);
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.login_title__7huBn {
  text-align: center;
  margin-bottom: 2rem;
  color: #f9fafb;
  font-size: 2rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.login_form__Ij6Df {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.login_input__Y4JR4 {
  padding: 0.75rem;
  border: 1px solid rgba(75, 85, 99, 0.5);
  border-radius: 8px;
  font-size: 1rem;
  background: rgba(31, 41, 55, 0.8);
  color: #f9fafb;
  transition: all 0.2s;
}

.login_input__Y4JR4::placeholder {
  color: #9ca3af;
}

.login_input__Y4JR4:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.login_input__Y4JR4:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.login_button__iSv5r {
  padding: 0.75rem;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.login_button__iSv5r:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.login_button__iSv5r:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.login_toggleButton__sM_Pt {
  background: none;
  border: none;
  color: #9ca3af;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.5rem;
  transition: color 0.2s;
}

.login_toggleButton__sM_Pt:hover:not(:disabled) {
  color: #f9fafb;
}

.login_toggleButton__sM_Pt:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
