@import url(resset.css);
body {
  background: #F4F4F4;
}
/* 로그인 페이지 스타일1 */
.login1 {
  background: #ffffff;
  padding: 124px 56px 124px 56px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  max-width: 767px;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.login-container1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 56px;
  left: 56px;
  bottom: 124px;
  top: 124px;
}
/* 로그인 페이지 스타일2 */
.login2 {
  background: #ffffff;
  border-radius: 4px;
  padding: 10vh 5vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 600px;
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 0px rgba(215, 215, 215, 1);
  overflow: hidden;
}
.login-container2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  padding: 20px;
}

.logo-title-container {
  padding: 0px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.onconnect-logo-large {
  flex-shrink: 0;
  width: 123.19px;
  height: 110.52px;
  position: relative;
  object-fit: cover;
}
.logo-text {
  text-align: center;
  position: relative;
}
.logo-text-span {
  color: #808183;
  font-size: 14px;
  font-weight: 500;
}
.logo-text-span2 {
  color: #2b75f4;
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

/* 인풋 스타일*/
.input-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 44px;
  position: relative;
  left: 0px;
  top: 0px;
}
.input-text {
  display: flex;
  height: 44px;
  border-width: 1px;
  border-radius: var(--conner-radius-textfield-1, 2px);
  border-style: solid;
  border-color: var(--blue-300, #a4caf0);
  font-family: "pretendard", sans-serif;
  font-size: var(--text-small-1-font-size, 14px);
  line-height: var(--text-small-1-line-height, 18px);
  font-weight: var(--text-small-1-font-weight, 400);
  text-align: left;
  flex-direction: row;
  padding: 11px 16px 11px 16px;
  gap: 0px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F4F9FE;
  outline-color: #404040;
  color: #404040;
}
.input-text:focus {
  border-width: 1px;
  border-radius: var(--conner-radius-textfield-1, 2px);
  border-color: #000000;
  background-color: #F4F9FE;
  outline: none;
  color: #404040;
}
.input-text::placeholder {
  color: var(--gray-400, #bbbbbb);
}
/* 버튼 스타일 */
.btn-large {
  align-self: stretch;
  flex-shrink: 0;
  height: 44px;
  background: var(--color-neutral-blue-500, #008cff);
  border-radius: 2px;
  color: var(--color-primary-white-0, #ffffff);
  text-align: center;
  font-family: "pretendard", sans-serif;
  font-size: var(--button-text-16-font-size, 16px);
  line-height: var(--button-text-16-line-height, 24px);
  font-weight: var(--button-text-16-font-weight, 800);
  align-items: center;
  justify-content: center;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  position: relative;
  cursor: pointer;
}
.btn-large:active {
  background: #1076ED;
  color: #ffffff;
}
.btn-large:hover {
  opacity: 0.9;
}
.btn-large:focus {
  background: #0066cc;
}

.login-option-container {
  /* border: 1px solid #ff0000; */
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}
.auto-login {
  /* border: 1px solid #00ff77; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex: 1;
  position: relative;
}
.checkboxes {
  /* border: 1px solid #2200ff; */
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  height: 17px;
}
.auto-login-text {
  /* border: 1px solid #ff00d9; */
  color: var(--gray-600, #727272);
  text-align: left;
  font-size: 14px;
  line-height: var(--text-small-regular-1-line-height, 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.password-link-text {
  color: var(--gray-600, #727272);
  text-align: right;
  font-size: 14px;
  line-height: var(--text-small-regular-1-line-height, 18px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* 체크박스 스타일 설정 */
.custom-checkbox input[type="checkbox"] {
/* appearance: none; */
/* -webkit-appearance: none;
-moz-appearance: none; */
  /* width: 16px;
  height: 20px; */
  border: 1px solid #333;
  border-radius: 0px;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}

/*2️⃣ 체크되었을 때 스타일
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #0056b3;
} 

 3️⃣ 체크 아이콘 추가 (✔ 표시)
.custom-checkbox input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
} */

/* 4️⃣ 체크되었을 때 ✔ 표시
.custom-checkbox input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */