.hanweb-webLogin-main {
  padding-top: 120px;
}

.hanweb-webLogin-title {
  text-align: center;
}

.hanweb-webLogin-content {
  width: 405px;
  margin: 0px auto;
  background-color: #fff;
  margin-top: 30px;
  padding: 40px;
}
.hanweb-webLogin-content .imgCode,.hanweb-webLogin-content .imgCode:hover{
  cursor: pointer;
}
.imgCode:hover{
  cursor: pointer;
}
.hanweb-webLogin-type {
  border-bottom: 1px solid #DCDCDC;
  height: 45px;
  text-align: justify;
  text-align-last: justify;
  padding: 0 30px;
}

.hanweb-webLogin-input {
  padding-top: 30px;
}

.hanweb-webLogin-userInput,
.hanweb-webLogin-psdInput {
  position: relative;
}

.hanweb-webLogin-input input {
  color: #999;
}

.hanweb-webLogin-input input {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  color: #ccc;
}

.hanweb-loginSubmit button {
  background-color: #387EE8;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  border: none;
  outline: none;
  letter-spacing: 20px;
}

.hanweb-webLogin-bottom {
  text-align: center;
  margin-top: -3px;
}

img {
  box-sizing: border-box;
  vertical-align: middle;
  border: 0;
}

.hanweb-webLogin-footer {
  margin-top: 70px;
}

.hanweb-webLogin-footer {
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 16px;
}

.hanweb-webLogin-footer p {
  margin-bottom: 15px;
}

.hanweb-webLogin-links a {
  color: #999999;
  margin: 0 10px;
}

.hanweb-webLogin-footer p {
  margin-bottom: 15px;
}

.hanweb-webLogin-type .hanweb-webLogin-typeActive {
  border-bottom: 2px solid #387EE8;
}

.hanweb-webLogin-type button {
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
  height: 100%;
  font-size: 20px;
  color: #494949;
}

.red {
  color: red;
  margin-top: 10px;
}

.icon {
  position: absolute;
  top: 24px;
  right: 5px;
  display: none;
  font-size: 20px;
}

.success-icon {
  color: #00A854;
}

.fail-icon {
  color: #F5222D;
}