@charset "UTF-8";
.div {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #6d9ff8 0%, #c7d1dc 100%);
  display: flex;
  white-space: nowrap;
  padding: 80px 60px;
  background: url("/static/images/login-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

@media (max-width: 991px) {
  .div {
    white-space: initial;
    padding: 0 20px;
  }
}
.div-2 {
  border-radius: 16px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  width: 626px;
  max-width: 100%;
  flex-direction: column;
  padding: 48px;
}

@media (max-width: 991px) {
  .div-2 {
    margin-top: 40px;
    white-space: initial;
    padding: 0 20px;
  }
}
.img {
  aspect-ratio: 5;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 126px;
  max-width: 100%;
}

.div-3 {
  color: var(--neutral-black, #000);
  margin-top: 28px;
  font: 600 36px/167% Pretendard, sans-serif;
}

@media (max-width: 991px) {
  .div-3 {
    max-width: 100%;
  }
}
.div-4 {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  font-weight: 500;
}

@media (max-width: 991px) {
  .div-4 {
    max-width: 100%;
    white-space: initial;
  }
}
.div-5 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .div-5 {
    max-width: 100%;
    white-space: initial;
  }
}
.div-6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .div-6 {
    max-width: 100%;
    white-space: initial;
  }
}
.div-7 {
  color: var(--neutral-black, #000);
  font: 14px/24px Pretendard, sans-serif;
}

@media (max-width: 991px) {
  .div-7 {
    max-width: 100%;
  }
}
.div-9 {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .div-9 {
    max-width: 100%;
    white-space: initial;
  }
}
.div-10 {
  color: var(--neutral-black, #000);
  font: 14px/24px Pretendard, sans-serif;
}

@media (max-width: 991px) {
  .div-10 {
    max-width: 100%;
  }
}
.div-11 {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .div-11 {
    max-width: 100%;
    white-space: initial;
  }
}
.styled-button {
  width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #246ff4;
  border: none;
  border-radius: 8px;
  color: #f9f9f9;
  font-size: 16px;
  font-family: Pretendard, sans-serif;
  cursor: pointer;
  margin-top: 20px;
}

.styled-button span {
  line-height: 1.5;
}

.styled-button .img-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

#id_property {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  /* 기본 패딩을 사용 */
  border: none;
  /* 기본 테두리 제거 */
  background: transparent;
  /* 배경 투명하게 설정 */
  outline: none;
}

.select-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 530px;
  height: 48px;
  padding: var(--spacing-spacing_6, 6px) 8px var(--spacing-spacing_6, 6px) 16px;
  gap: 10px;
  border-radius: var(--spacing-spacing_6, 6px);
  border: 1px solid #DDD;
  background: #FFF;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .select-container {
    max-width: 100%;
    white-space: initial;
  }
}/*# sourceMappingURL=login.css.map */