html {
  height: 100%
}

body.signin {
  height: auto;
  background: url(../img/login-background.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.signinpanel {
  width: 60%;
  margin: 10% 5%;
}

.imgcode {
  width: 150px !important;
  height: 55px !important;
}

.signinpanel .logopanel {
  float: none;
  width: auto;
  padding: 0;
  background: 0;
}

.signinpanel .signin-info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0
}

.no-margins {
  font-size: 25px;
}

.no-margins2 {
  font-size: 25px;
}

#btnSubmit {
  height: 55px !important;
}

#btnWxSubmit {
  height: 55px !important;
}

#btnSubmit3 {
  height: 55px !important;
}

#btnSubmit2 {
  height: 55px !important;
}


.signinpanel .form-control {
  display: block;
  margin-top: 15px;
  height: 55px;
  font-size: 18px;
}

.signinpanel .uname {
  background: #fff url(../img/user.png) no-repeat 95% center;
  color: #333;
  border: 1px solid #333;
}

.signinpanel .pword {
  background: #fff url(../img/locked.png) no-repeat 95% center;
  color: #333;
  border: 1px solid #333;
}

.signinpanel .code {
  background: #fff no-repeat 95% center;
  color: transparent;
  margin: 0 0 15px 0;
  color: #333;
  border: 1px solid #333;
}

.signinpanel .btn {
  margin-top: 15px
}

.signinpanel form {
  background: rgba(255, 255, 255, .2);
  border: 1px solid transparent;
  -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 30px
}

.signup-footer {
  border-top: solid 1px transparent;
  margin: 20px 0;
  padding-top: 15px;
  float: right;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .signinpanel, .signuppanel {
    margin: 0 auto;
    width: 420px;
    padding: 20px
  }

  .signinpanel form {
    margin-top: 20px
  }

  .signup-footer, .signuppanel .form-control {
    margin-bottom: 10px
  }

  .signup-footer .pull-left, .signup-footer .pull-right {
    float: none;
    text-align: center
  }

  .signinpanel .signin-info ul {
    display: none
  }
}

@media screen and (max-width: 320px) {
  .signinpanel, .signuppanel {
    margin: 0 20px;
    width: auto
  }
}

/*
登录界面check样式
*/
.checkbox-custom {
  position: relative;
  padding: 0 15px 0 25px;
  margin-bottom: 7px;
  display: inline-block;
  margin-top: 10px;
}

/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
  opacity: 0; /*将初始的checkbox隐藏起来*/
  position: absolute;
  cursor: pointer;
  z-index: 2;
  margin: -6px 0 0 0;
  top: 50%;
  left: 3px;
}

/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 17px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: #FFFFFF;
}

/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "\e013";
  top: 42%;
  left: 3px;
  margin-top: -5px;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
}

.checkbox-custom label {
  cursor: pointer;
  line-height: 1.2;
  font-weight: normal; /*改变了rememberme的字体*/
  margin-bottom: 0;
  text-align: left;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .wrap-login100 {
    width: 36%;
    background: #ffffff3d;
    border-radius: 10px;
    color:#FFFFFf;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    width: 500px;
    /*background: #ffffff3d;*/
    border-radius: 10px;
    color:#FFFFFf;
    overflow: hidden;
  }
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
  font-size: 14px;
}


.input100 {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  margin-left: 0;
  padding: 0 7px 0 16px !important;
  color: #626066;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  color: #FFFFFF;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
/*  background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #FFFFFF;
  background: #186f0e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #FFFFFF;
  background-color: #333333;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.login {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #FFFFFF;
}

.login .login-form {
  width: 443px;
  height: 628px;
  border-radius: 12px;
  padding: 44px 34px;
  background: #fff;
}

.login .login-form .input {
  width: 100%;
  height: 52px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #eff1f999;
  display: flex;
  align-items: center;
}

.login .login-form .input .img-box {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .copy-right {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.flex.h-column {
  flex-direction: column;
}


.flex.h-center {
  align-items: center;
}

.flex.w-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex, [flex=""] {
  display: flex;
}
