/*
* @ PROJECT F3
* @ AUTNOR ZoomWell Team
* @ LINK WWW.ZWLBS.COM
*/
body {
  background: #fff url(../img/bg.jpg) center no-repeat;
  background-position: center;
  background-color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none
}
.loginMark{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 20%;
  font-size: 36px;
  text-align: center;
  background-color: #fff;
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.fa-spinner:before{
  color: #555
}
.fa-user:before,.fa-lock:before {
  content: "";
}
.loading-state {
  -webkit-transform: rotate(360deg);
  animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -webkit-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite
}

.loading-state-button.disabled {
  background-color: #fff;
  color: #717171
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important
}

#login-container {
  margin-top: 8%
}

.loginWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  text-align: center;
}

.loginWrapperLeft {
  left: 18%;
  text-align: left;
}

.loginWrapperRight {
  left: auto;
  right: 18%;
  text-align: right;
}

#login-wrapper .panel {
  display: inline-block;
  border: 1px solid rgba(238, 238, 238, 0.5);
  background-color: rgba(255, 255, 255, 0.7);
  /* background-color: #fff; */
  border-radius: 5px;
  /* box-shadow: 1px 3px 5px 1px rgba(191,199,208,.9); */
  margin: 60px auto 0;
  width: 20%;
  padding: 0 2%;
  /*border: 1px solid #c0c8d2;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 3px 5px 1px rgba(191, 199, 208, .9);
  margin: 60px auto 0;
  width: 20%;
  padding: 0 2%*/
}

.login_logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 18%;
  width: 100%;
  height: 84px;
  padding: 10px 0 0 0;
  text-align: center;
}

.loginImgBox {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.loginImgBox img {
  display: inline-block;
  max-height: 80px;
}

.logoLeft {
  left: 18%;
  padding-left: 15px;
  text-align: left;
}

.logoRight {
  right: 18%;
  left: auto;
  padding-right: 15px;
  text-align: right;
}

.logoLeftTop {
  left: 3%;
  top: 4%;
  text-align: left;
}

.logoLeftTop .loginImgBox {
  text-align: left;
}

.logoRightTop {
  left: auto;
  right: 3%;
  top: 4%;
  text-align: right;
}

.logoRightTop .loginImgBox {
  text-align: right;
}

#login-wrapper .form-group i {
  position: absolute;
  left: 20px;
  top: 0
}

#login_ok {
  border: none;
  outline: none;
}

.fa {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.inputW100 {
  width: 200px;
  float: left
}

.footertc {
  width: 100%;
  position: absolute;
  bottom: 1%;
  color: #2d2d2d;
  text-align: center;
  font-family: Microsoft Yahei;
  font-size: 9pt;
  margin: 9% auto 0
}

.form-control {
  padding-left: 40px;
  border-radius: 0
}

.panel-primary > .panel-heading {
  background: 0 0;
  border-color: #cfcfcf;
  color: #000;
  text-align: center
}

.panel-heading {
  border-bottom: 1px solid #cfcfcf
}

.panel-primary {
  border: none
}

.panel-body {
  padding: 8% 3% 3%
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 20px;
  color: inherit;
  color: #5b5c5c
}

.btn-primary, .panel-title {
  font-family: Microsoft Yahei
}

.btn-primary {
  color: #fff;
  background-color: #55657b;
  height: 40px
}

.passwordTr {
  display: block;
  float: right;
  padding-right: 15px;
  margin-top: 5px;
  color: #293949;
  font-size: .9em
}

#inputCode, .mycode {
  float: left
}

.mycode {
  display: block;
  padding-left: 15px;
  height: 2pc;
  vertical-align: middle
}

#email, #tg_password {
  height: 40px;
  border: 1px solid #cfcfcf;
  font-family: Microsoft Yahei;
  border-radius: 3px;
  opacity: 0.9!important;
  background-color: #e6f6ff!important;
}

#email:focus, #tg_password:focus {
  border: 1px solid #2d3d4d
}

.loginBottom {
  width: 19.8%;
  height: 75pt;
  margin: 6px auto 0;
  border-top: 1px solid #e2e2e4;
  border-radius: 5px;
  FILTER: progid: DXImageTransform . Microsoft . Gradient(gradientType = 0, startColorStr = #ecedee, endColorStr = #fefefe);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ecedee), to(#fefefe));
  background: -webkit-linear-gradient(top, #ecedee, #fefefe);
  background: -o-linear-gradient(top, #ecedee, #fefefe);
  opacity: .8
}

#login-container input#tg_password, #login-container input#email {
  opacity: 0.6;
}

#slider {
  width: 100%;
  height: 40px;
  position: relative;
  opacity: 0.8;
  border: 1px solid #cfcfcf;
  background-color: #f5f5f5;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-radius: 3px
}

#slider_bg {
  height: 100%;
  background-color: #e8e8e8;
  z-index: 1
}

#label, #slider_bg {
  position: absolute;
  left: 0;
  top: 0
}

#label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #cfcfcf;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background: #fff;
  z-index: 3;
  cursor: move;
  background: #fff url(../img/codee.png) no-repeat center
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #787878;
  line-height: 40px;
  text-align: center;
  z-index: 2
}

#labelTip, .login_msg {
  font-family: Microsoft Yahei, serif;
  text-align: center!important;
}

@media screen and (min-width: 641px) and (max-width: 980px) {
  #login-wrapper .panel {
    width: 50%;
    margin: 3% auto 0
  }

  .login_logo {
    height: 10%
  }

  #login-container {
    margin-top: 1%
  }

  .loginBottom {
    width: 50%;
    margin: 3px auto 0
  }

  .footertc {
    margin-top: 1%
  }
}

@media screen and (min-width: 461px) and (max-width: 640px) {
  #login-wrapper .panel {
    width: 50%;
    margin: 3% auto 0
  }

  .login_logo {
    height: 5%
  }

  #login-container {
    margin-top: 1%
  }

  .loginBottom {
    width: 50%;
    margin: 3px auto 0
  }

  .footertc {
    margin-top: 1%
  }
}

@media screen and (min-width: 320px) and (max-width: 460px) {
  #login-wrapper .panel {
    width: 80%;
    margin: 3% auto 0
  }

  .login_logo {
    height: 10%
  }

  #login-container {
    margin-top: 1%
  }

  .loginBottom {
    display: none
  }

  .footertc {
    margin-top: 10%
  }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .logintop {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none
  }
}

@-webkit-keyframes slidetounlock {
  0% {
    background-position: -113px 0
  }
  to {
    background-position: 113px 0
  }
}

.i18n-icon {
  background: url('/clbs/resources/img/i18n.png') no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  vertical-align: bottom;
}

#smsValidate {
  display: flex;
}

#smsValidate div.group-sms:first-child {
  flex: 2;
}

#smsValidate div.group-sms:last-child {
  flex: 1;
  margin-left: 5px;
}

label#error_label, label.error {
  white-space: normal;
  text-align: left;
  float: left;
}

div.error, label.error {
  color: #fff;
  background: #b94a48;
  border: solid thin #fff;
  padding: 3px 5px;
}

#smsValidate .form-control {
  padding: 6px 12px;
}

#smsValidate input::-webkit-outer-spin-button,
#smsValidate input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0;
}

#smsSendGround {
  cursor: pointer;
}

#smsSendGround.disabled {
  cursor: no-drop;
}

#smsSend {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

#login-right-bar {

  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style:  solid;
  border-color: #bbbbbb ;
  border-width: 1px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 99;
  box-shadow: 0 0 8px #dddddd;
}

.login-right-bar-list{
  margin: 0;
  padding: 20px 5px;
  list-style-type:none
}

.login-right-bar-item {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #777777;
  cursor: pointer;
  /*border-bottom: 1px #cccccc solid;*/
}

.login-right-bar-item img {
  width: 25px ;
  height: 25px;
}

.login-right-bar-item div {
  margin-top: 8px;
}

.login-right-bar-item:hover {
  color: #0a87fb;
}
.login-right-bar-item:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 25px ;
  border-bottom: 1px #eeeeee solid;
}
.login-right-bar-list a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.loader-toggle{
  width:54px;
  height:18px;
  border-radius: 10px;
  background-color: #0a87fb;
  color:white;
  cursor: pointer;
  position: relative;
  text-align: justify;
  padding-left: 4px;
  transition: all 500ms;
  line-height: 19px;
}
.loader-toggle .indicator{
  width:16px;
  height:16px;
  border-radius: 16px;
  background-color: white;
  position: absolute;
  right: 1px;
  top:1px;
}
.loader-toggle.old{
  background-color: gray;
  padding-left: 18px;
  text-align: unset;
}
.loader-toggle.old .indicator{
  left: 1px;
  right: unset;
  top:1px;
}