.login-platon {
  background-color: #6eb92c !important;
}

.login-wrapper {
  margin: 0;
  padding: 0;
  background: url("/resources/brand/images/login_bg.png") repeat;
  font-family: "Noto Sans KR", sans-serif;
}

.login-wrapper legend,
.login-wrapper label {
  display: none;
}

.login-container {
  width: 765px;
  margin: 10% auto;
  text-align: center;
}

.login-container > img {
  width: 260px;
  height: auto;
  margin-bottom: 40px;
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.login-box-left {
  width: 250px;
}

.login-box-left > img {
  width: 86px;
  margin-top: 85px;
  padding-left: 20px;
}

.login-box-left > p {
  font-size: 32px;
  font-weight: bold;
  color: #bec1c4;
  letter-spacing: 5px;
  padding-left: 20px;
  margin: 20px 0;
}

.login-box-right {
  width: 515px;
}

.login-box-right fieldset {
  border: 0;
  padding: 70px 40px 0px 0px;
}

.login-box-right p {
  color: #414141;
  margin-bottom: 25px;
}

.login-box-right input {
  display: block;
  width: 90%;
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin: 10px auto;
  font-size: 1em;
  text-indent: 50px;
}

.login-box-right input:focus {
  outline: none;
  border: 1px solid #b3b3b3;
}

.login-box-right input::placeholder {
  color: #b3b3b3;
}

.userId {
  background: url("/resources/brand/images/login_input_user@2x.png") no-repeat
    20px center;
  background-size: 16px auto;
}

.userPw {
  background: url("/resources/brand/images/login_input_pw@2x.png") no-repeat
    20px center;
  background-size: 16px auto;
}

.login-box-right button {
  width: 92%;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 3px;
  margin-top: 10px;
  background-color: #00174b;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 3px;
}

.login-box-right button:hover {
  background-color: #000f32;
}

@media (max-width: 1024.98px) {
  .login-container {
    width: 90%;
  }

  .login-container > img {
    width: 200px;
  }

  .login-box {
    flex-direction: column;
    height: 100%;
  }

  .login-box-left {
    width: 100%;
  }

  .login-box-left > img {
    width: 76px;
    margin-top: 45px;
    padding-left: 0;
  }

  .login-box-left > p {
    font-size: 28px;
    padding-left: 0;
    margin: 20px 0;
  }

  .login-box-right {
    width: 100%;
  }

  .login-box-right fieldset {
    padding: 10px 20px 0px 20px;
  }

  .login-box-right input {
    text-indent: 43px;
  }
}

/* 로그인 화면 푸터 */

.login-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 20px 6px;
}

.login-footer .id-remember-btn label {
  width: 100px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.login-footer .id-remember-btn label input {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.login-footer .btn-wrap {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

.login-footer .btn-wrap button {
  background-color: #fff;
  width: auto;
  height: auto;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.login-footer .btn-wrap button:hover {
  color: #333;
}

@media (max-width: 1024.98px) {
  .login-footer {
    padding: 0 50px 20px 28px;
  }
}

/* 로그인 모달 */

.modal-popup.modal-md.login-popup .popup-inner {
  width: 420px;
}

.modal-popup.modal-md.login-popup .popup-inner .find-desc {
  text-align: center;
  margin-bottom: 20px;
}

form .phone-form-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

form .phone-form-wrap input {
  width: 100px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dedede
}
.login-popup .popup-inner .popup-footer {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.login-popup .popup-inner .popup-footer button {
  position: initial;
  width: 170px;
  height: 30px;
  border-radius: 6px;
  background-image: none;
  font-weight: 600;
}

.login-popup .popup-inner .popup-footer button.btn-close-popup {
  background-color: #e6e6e6;
}

.login-popup .popup-inner .popup-footer button.btn-send {
  background-color: #1c4f78;
  color: #fff;
}

@media (max-width: 1024.98px) {
  .modal-popup.modal-md.login-popup .popup-inner {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-popup.modal-md.login-popup {
    padding: 0 20px;
  }

  .modal-popup.modal-md.login-popup .popup-inner {
    width: 320px;
  }

  .modal-popup.modal-md.login-popup .popup-inner .find-desc {
    font-size: 14px;
  }

  form .phone-form-wrap input {
    width: 60px;
  }

  .login-popup .popup-inner .popup-footer button {
    width: 120px;
  }
}

/* 비밀번호 재설정 페이지 */

#pw-reset-popup .find-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

#pw-reset-popup .reset-form .reset-form-txt {
  margin-bottom: 10px;
}

#pw-reset-popup .reset-form .reset-form-txt span.txt1 {
  width: 60px;
  display: inline-block;
}

#pw-reset-popup .reset-form .reset-form-txt span.txt2 {
  display: inline-block;
  color: #1c4f78;
}

#pw-reset-popup .reset-form .reset-form-input {
  margin: 20px 0;
}

#pw-reset-popup .reset-form .reset-form-input > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#pw-reset-popup .reset-form .reset-form-input .input-name {
  display: inline-block;
  width: 110px;
}

#pw-reset-popup .reset-form .reset-form-input input {
  display: inline-block;
  width: 65.63%;
  height: 30px;
  border: 1px solid #dedede;
  text-indent: 10px;
}

#pw-reset-popup .reset-form .form-desc {
  font-size: 14px;
  color: #f47920;
}
