﻿input::-webkit-input-placeholder { color: #bc3600; }

input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #bc3600; }

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #bc3600; }

input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #bc3600; }

.login-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*background: url("../images/login-bg.jpg") no-repeat center top;*/
    background-size: cover;
    background-color: #35214C;
}

.login-wrapper { position: relative; }

@media (min-width: 1200px) { .login-container { overflow: hidden; }
  .login-wrapper { position: absolute; top: 50%; left: 50%; width: 506px; height: 546px; margin: -273px 0 0 -253px; background: url("../images/opa-bg.png") no-repeat center center; } }
.login-logo { margin-top: -50px; text-align: center; }

@media (min-width: 768px) { .login-container { background-size: auto; }
  .login-logo { margin-top: 0; } }
@media (min-width: 1200px) { .login-logo { position: absolute; top: 50%; left: -390px; margin: -254px 0 0; } }
.login-tle { text-align: center; margin-top: -100px; -webkit-animation-delay: .3s; animation-delay: .3s; }
.login-tle img { height: 50px; }

@media (min-width: 768px) { .login-tle { margin-top: -155px; }
  .login-tle img { height: 100px; } }
@media (min-width: 1200px) { .login-tle { margin-top: 15px; } }
@media (min-width: 1441px) { .login-tle { margin-top: 35px; } }
.icon { display: inline-block; background: url("../images/icon-sprites.png") no-repeat; vertical-align: middle; }

.icon-user { width: 26px; height: 23px; }

.icon-lock { width: 19px; height: 25px; background-position: 0 -36px; }

.icon-code { width: 22px; height: 22px; background-position: 0 -71px; }

.login-form { max-width: 260px; margin: 25px auto 0; -webkit-animation-delay: .8s; animation-delay: .8s; }

@media (min-width: 768px) { .login-form { max-width: 366px; margin-top: 80px; } }
@media (min-width: 1441px) { .login-form { margin-top: 50px; } }
.form-group { margin-bottom: 15px; }
.form-group__inner { position: relative; height: 45px; padding: 0 15px 0 54px; line-height: 45px; background: #fff; border-radius: 30px;    color: #bc3600; }
.form-group__inner--code { display: inline-block; width: 50%; height: 36px; line-height: 36px; vertical-align: middle; }
.form-group__input { width: 100%; background: none; border: 0; -webkit-appearance: none; color: #bc3600; }
.form-group__input_60 { width: 60%; background: none; border: 0; -webkit-appearance: none; color: #bc3600; }
.form-group__yzm { display: inline-block; margin-left: 10px; vertical-align: middle; }
.form-group__yzm img { height: 36px;border-radius: 30px; }
.form-group .icon { position: absolute; left: 20px; top: 50%; }
.form-group .icon-user { margin-top: -12px; }
.form-group .icon-lock { margin-top: -13px; }
.form-group .icon-code { margin-top: -11px; }

.form-btn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #FD7504;
    border-radius: 30px;
}
.form-btn:active { background: #e67200; }

@media (min-width: 768px) { .form-group { margin-bottom: 30px; }
  .form-group__inner { height: 48px; line-height: 48px; }
  .form-group__inner--code { height: 40px; line-height: 40px; }
  .form-group__yzm { margin-left: 35px; }
  .form-group__yzm img { height: 40px; width:140px;border-radius: 20px; }
  .form-btn { height: 48px; line-height: 48px; font-size: 18px; } }
.copyright { margin: 40px 0 0; padding: 0 10px; font-size: 12px; text-align: center; color: #fff;  line-height:200%;}
.copyright a { color: #fff; }
.copyright a:hover { color: #CCC; }

@media (min-width: 768px) { .copyright { margin: 220px 0 60px; font-size: 13px; } }
@media (min-width: 1200px) { .copyright { position: absolute; bottom: 5px; left: 0; right: 0; margin: 0; } }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/*@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }*/

/*@-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }*/

/*@-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }*/


.login-tips{display:block;margin:10px auto 0;height:14px;vertical-align:middle;}
.login-tips i{display:inline-block;margin-right:5px;width:14px;height:14px;background:url(skin_icons.png) -56px -140px no-repeat;text-indent:-9999px;vertical-align:middle;zoom:1;*display:inline;*text-indent:0;}
.login-tips p{display:inline-block;height:14px;line-height:14px;font-size:12px;font-weight:normal;color:#f9eb82;vertical-align:middle;zoom:1;*display:inline;}

.login-switch {
  position: absolute;
  top: 80px;
  right: 0;
  cursor: pointer;
}

.login-switch__icon {
  display: inline-block;
  width: 150px;
  height: 60px;
  background: url("../images/switch-‭icon-spri.png") no-repeat;
  vertical-align: middle;
}

.login-switch__icon--desktop {
  background-position: 0 -70px;
}

@media (min-width: 1441px) {
  .login-switch {
    top: 100px;
  }
}

.icon-sao {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-sao.png") no-repeat;
  vertical-align: middle;
}

.login-code {
  display: none;
  margin: 25px auto 0;
  width: 380px;
  padding: 20px 0 0 0;
  border-radius: 5px;
  text-align: center;
  background: #f2f2f2;
}

.login-code img {
  max-width: 265px;
  max-height: 265px;
}

.login-code__txt {
  margin: 15px 0 0;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .login-code {
    margin: 55px auto 0;
  }
}

@media (min-width: 1441px) {
  .login-code {
    margin: 70px auto 0;
  }
}

/* .impowerBox .title {
  display: none !important;
}

.impowerBox .qrcode {
  width: 260px !important;
}

.impowerBox .status p {
  color: #fff;
}

.impowerBox .status p:nth-of-type(2) {
  display: none;
} */