/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/signup/SignUpPage.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.SignUpPage_wrapper__uGf_o {
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.SignUpPage_container__dwPKQ {
  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;
}

.SignUpPage_background__7NKZu {
  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;
}

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

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

.SignUpPage_header__1VGO2 .SignUpPage_logo__iewm6 img {
  width: 170px;
}

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

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

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

.SignUpPage_form_container__UML8K {
  width: 60%;
}

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

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

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

.SignUpPage_field_container__4eecP label {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.SignUpPage_field_container__4eecP 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;
}

.SignUpPage_field_container__4eecP 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;
}

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

.SignUpPage_name_input__a_NeI {
  display: flex;
  justify-content: space-between;
}

.SignUpPage_name_input__a_NeI .SignUpPage_field_container__4eecP {
  width: 48%;
  margin-bottom: 0;
}

.SignUpPage_password_input__Se_1l {
  position: relative;
}

.SignUpPage_password_input__Se_1l input {
  width: 100%;
}

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

.SignUpPage_checkbox_container__Wi6IA {
  flex-direction: row;
  align-items: center;
  margin: 0.5rem 0;
}

.SignUpPage_checkbox_text__mrXC2 {
  font-weight: 400 !important;
  font-size: 12px !important;

  cursor: pointer;
}

.SignUpPage_checkbox_text__mrXC2 a {
  color: #0d6efd;
}

.SignUpPage_checkbox_text__mrXC2 a:hover {
  text-decoration: underline;
}

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

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

