.login_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  padding: 32px;
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
  border-radius: 8px;
}

.id_pw {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 32px 0;
}

.id_pw dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1em;
}

.id_pw dl dd {
  position: Relative;
}

.id_pw dl dd input {
  width: 100%;
  min-width: 330px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 12px 20px;
  height: 60px;
  z-index: 1;
}
.id_pw dl dd input::placeholder {
  font-size: 16px;
}
.id_pw dl dd input:focus {
  border: 1px solid #0b6fe8;
}

.id_pw dl dd input:read-only {
  background: #f5f6f7;
}

.id_pw dl dd input:disabled {
  color: #7d7d87;
}

.pw_btn {
  border: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 20px !important;
  height: 20px;
  z-index: 9;
  padding: 0;
}

.password_show {
  background: url("/static/rspt/images/inc/icon_eye_on_20.png") no-repeat center center;
}

.password_hidden {
  background: url("/static/rspt/images/inc/icon_eye_off_20.png") no-repeat center center;
}

.id_pw dl dd label {
  display: flex;
  margin-top: 0.5em;
}

.id_pw dl dd label span {
  background: url("/static/rspt/images/inc/input-icon-check-off.png") no-repeat left center;
  color: #7d7d87;
  display: block;
  padding: 0 0.5em 0 1.2em;
}

.id_pw dl dd label .success_txt {
  background: url("/static/rspt/images/inc/images/input-icon-check-on.png") no-repeat left center;
  color: #0b6fe8;
  display: block;
  padding: 0 0.5em 0 1.2em;
}

.id_pw dl dd label .error_txt {
  color: #fc655c;
  background: none !important;
  padding: 0;
}

.login_box button {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
}
