/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/login/LogInPage.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.LogInPage_wrapper__5cHiq {
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.LogInPage_container__SCsEc {
  width: 50%;
  min-width: 720px;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.LogInPage_background__TnFsa {
  width: 50%;
  min-height: 100vh;

  background: linear-gradient(
    142.38deg,
    #d4f1df 1.9%,
    #9fe8dd 30.41%,
    #a2e3e5 51.43%,
    #c7ddf4 71.24%,
    #dad8f7 96.24%
  );
  position: relative;
}

.LogInPage_spinner__byNWT {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.LogInPage_header__1R3UV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.LogInPage_header__1R3UV .LogInPage_logo__5XyKk img {
  width: 170px;
}

.LogInPage_header__1R3UV div:last-child {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
}

.LogInPage_header__1R3UV a {
  font-family: "Pretendard", sans-serif;

  font-weight: 600;
  font-size: 13px;
  color: #000;
  margin-left: 1rem;
}

.LogInPage_form_container__iOaCr {
  width: 60%;
}

.LogInPage_form_container__iOaCr h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.LogInPage_form_container__iOaCr form {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.LogInPage_field_container__TKEeM {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0.5rem 0;
}

.LogInPage_field_container__TKEeM label {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
  font-size: 12px;
}

.LogInPage_field_container__TKEeM input {
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px #00000014;
  padding: 0.75rem;
  outline: none;
  color: #4d4d4d;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.LogInPage_field_container__TKEeM button[type="submit"] {
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  font-family: "Pretendard", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem;
  border-radius: 8px;
  margin-top: 0.5rem;
  outline: none;
}

.LogInPage_field_container__TKEeM button[type="submit"]:disabled {
  background: linear-gradient(
    90deg,
    #cccccc 0%,
    #999999 100%
  ); /* Gray gradient */
  cursor: not-allowed;
  opacity: 0.6;
}

.LogInPage_name_input__lTRgX {
  display: flex;
  gap: 20px;
}

.LogInPage_name_input__lTRgX .LogInPage_field_container__TKEeM {
  width: 50%;
}

.LogInPage_password_input__piakO {
  position: relative;
}

.LogInPage_password_input__piakO input {
  width: 100%;
}

.LogInPage_password_input__piakO i {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.LogInPage_forgot_password__eoJ_w {
  font-size: 12px;
  margin: 4px 0 0 4px;
  color: #4d4d4d;
}

.LogInPage_forgot_password__eoJ_w:hover {
  color: #858585;
}

.LogInPage_google_login__8conD {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin-top: 1rem;
}

.LogInPage_google_login__8conD span {
  font-family: "Pretendard", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.LogInPage_google_login__8conD img {
  width: 30px;
}

