/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/password-reset/PasswordResetPage.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.PasswordResetPage_wrapper__dmxsX {
  width: 100vw;
  height: 100vh;
  display: flex;
}

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

.PasswordResetPage_background__4WdPU {
  width: 50%;
  height: 100vh;
  background: linear-gradient(
    142.38deg,
    #d4f1df 1.9%,
    #9fe8dd 30.41%,
    #a2e3e5 51.43%,
    #c7ddf4 71.24%,
    #dad8f7 96.24%
  );
  position: relative;
}

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

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

.PasswordResetPage_header__fkTsJ .PasswordResetPage_logo__oWmZ6 img {
  width: 170px;
}

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

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

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

.PasswordResetPage_sub_text__fBzK9 {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 0.5rem;
}

.PasswordResetPage_sub_text__fBzK9 span {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.PasswordResetPage_form_container__nlX3M {
  width: 60%;
}

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

.PasswordResetPage_form_container__nlX3M form {
  padding: 0.5rem 0;
}

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

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

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

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

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

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

.PasswordResetPage_name_input__8nEO7 .PasswordResetPage_field_container__w5xC1 {
  width: 50%;
}

.PasswordResetPage_password_input__gl0QC {
  position: relative;
}

.PasswordResetPage_password_input__gl0QC input {
  width: 100%;
}

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

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

.PasswordResetPage_forgot_password__BhNui:hover {
  color: #858585;
}

.PasswordResetPage_remember_password__Zcayd {
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 1rem;
  text-align: center;
}

.PasswordResetPage_remember_password__Zcayd a {
  color: #0d6efd;
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
}

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

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

.PasswordResetPage_code_digit_wrapper_filled__r6doG,
.PasswordResetPage_code_digit_wrapper__c6_2I {
  position: relative;
  display: inline-block;
  width: calc(100% / 6 - 8px);
  height: 60px;
  padding: 3px;
}

.PasswordResetPage_code_digit__iIJx6 {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  border-radius: 12px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.PasswordResetPage_code_digit_wrapper_filled__r6doG::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  z-index: -1;
}

.PasswordResetPage_code_digit_wrapper__c6_2I::before {
  background-color: #a4a4a4;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  z-index: -1;
}

.PasswordResetPage_login_button__iSCCa {
  display: block;
  background: linear-gradient(90deg, #03ee92 0%, #00b3ff 100%);
  font-family: "Pretendard", sans-serif;
  color: #fff;
  font-weight: 600;
  height: 42px;
  border-radius: 8px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

