

a {
  text-decoration: none !important;
}

body.e-home-bg1 {
  height:100%;
  background: url(../image/bg1.jpg) no-repeat fixed top center;
  background-size: cover;
}

#logo {
  height: 20%;
  background: url(../image/LOGO.png) no-repeat center;
}

#login-wrapper {
  height:60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#login-unified-wrapper, #login-other-wrapper {
  flex: none;
  align-self: center;
}

#login-unified-wrapper {
  display: flex;
  justify-content: space-around;
  background-color: #dcbc07;
  color: #fff;
  font-size: 38px;
  font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  border-radius: 2em;
  padding: 0.3em 1.2em;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

#login-unified-wrapper:hover {
  background-color: #d2b207;
  transition: 0.3s ease;
}

#login-unified-wrapper:active {
  background-color: #c8aa07;
  transition: 0.1s ease;
}

#login-unified-wrapper #login-unified-icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(../image/identity.png) no-repeat;
  background-size: contain;
}
#login-unified-wrapper div{
  line-height:53px;
}

#login-other-wrapper {
  padding: 1em;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

#login-other-wrapper a {
  color: rgba(255, 255, 255, 0.7);
}

#login-other {
  font-weight: bold;
}

#login-other:hover {
  color: #ffffff;
  transition: 0.3s ease;
  cursor: pointer;
}

#footer-wrapper {
  position:absolute;
  bottom:0;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background-color: #dddddd;
  color: #333333;
}

#loginModal .modal-dialog{
  width:435px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  margin-top:0;
}

#loginModal .modal-header {
  color: #fff;
  background-color: #004098;
}

#myModalLabel {
  text-align: center;
}

.modal-header .close {
  color: #fff;
}
#loginModal .modal-body{
  padding:50px 30px 40px 30px;
}

#loginModal .modal-content{
  border-radius:10px;
  overflow:hidden;
}

.close:hover, .close:focus {
  color: #fff;
}

.login-item {
  position: relative;
  width: 100%;
  padding: 0.8em 0.5em;
  margin-bottom: 1.25em;
  font-size: 16px;
  z-index: 5;
  border: 1px solid #ececec;
  border-radius: 2em;
  background-color: #ececec;
}
.login-item.focus{
  background-color:#fff;
}

.login-item .login-label {
  position: absolute;
  z-index: 3;
  top: 0.4em;
  left: 1em;
  width: 2.5em;
  height: 2.5em;
  background-size: cover;
}

.login-item .login-input{
  width:calc(100% - 9.5em);
  margin-left:4.5em;
  border:0;
  background-color: #ececec;
}
.login-input:focus{
  outline:none;
  background-color: #fff;
}

.login-btn{
  background-color: #dcbc07;
  color: #fff;
  font-size:16px;
  outline:none;
  transition:0.3s ease;
}

.login-btn:hover{
  background-color: #d2b207;
}

.login-btn:focus{
  outline:none;
}

.login-btn:active{
  background-color: #c8aa07;
}

#submit{
  margin-top:2em;
}


.name-label {
  background: url(../image/icon-name.png) no-repeat;
}

.pwd-label {
  background: url(../image/icon-pwd.png) no-repeat;
}

@media (max-width: 750px) {

  #login-other-wrapper {
    font-size: 20px;
    padding:1.5em 0;
  }

  body,div{
    border:0;
    margin:0;
    padding:0;
  }


  /*=============================*/
  body.e-home-bg1 {
    background: url(../image/bg-min.png) no-repeat;
    background-size: cover;
  }

  #logo {
    margin:0 auto;
    width:345px;
    height:100px;
    background: url(../image/LOGO-min.png) no-repeat center;
    background-size:100% 100%;
  }
  #login-wrapper {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    margin:0;
    display: flex;
    width:100%;
    justify-content: center;
  }

  #login-unified-wrapper #login-unified-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/identity.png) no-repeat;
    background-size: contain;
  }
  #login-unified-wrapper div{
    line-height:30px;
  }

  #login-unified-wrapper {
    font-size: 18px;
    display: flex;
    justify-content: center;
    width:90%;
  }

  #login-other-wrapper{
    font-size:16px;
  }

  #footer-wrapper {
    background-color: rgba(0,0,0,0);
    color: rgba(255, 255, 255, 0.7);
    font-size:12px;
  }

  #loginModal .modal-body{
    padding:10px 10px 10px 10px;
  }

  #loginModal .modal-header {
    color: #fff;
    background-color: #004098;
  }

  #submit{
    margin-top:1em;
  }

  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) !important;
    width:95%;
    margin: 0 auto;
  }

}