*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
    background-size: cover;
}
a{
    color:#1ab394;
    text-decoration:none;
    cursor:pointer;
}
.login{
    margin: 150px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    /*background-color: #ffffff;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    box-shadow: 0 -15px 30px #3a4043;
}
.fadeInDown{
    animation-name: fadeInDown;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #1ab394;
    position: relative;
    color: #fff;
    font-size: 16px;
}
#darkbannerwrap {
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
    border-style: solid;
    border-width: 0px 18px 10px 0;
    border-color: transparent #000 transparent transparent;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #1ab394;
}


input[type=submit],
input[type=button],button{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #1ab394;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    display:block;
    position:absolute;
    bottom:15px;
    right:15px;
}
.loginbm {height: 50px;line-height: 50px;text-align: center;background: #1ab394;position: absolute;bottom: 0;width: 100%;color: #fff;}
.forgot{float: right;}
/*滑块验证*/
#verify_box{width: 100%;height: 38px;text-align: center;line-height: 38px;font-size: 14px;color:#787878;position: relative;background-color: #dae2d0;}
#verify_xbox{width: 46px;height: 38px;text-align: center;line-height: 38px;font-size: 14px;color:#fff;position: absolute;background: #1ab394;}
#btn{cursor: pointer;width: 46px;height: 38px;float: right;line-height: 33px;border: 1px solid #cccccc;background: #fff;z-index: 3;color: #ff9e77;font-size: 16px;font-weight: 900;border-radius: 3px;}

/*错误提示*/
.form-error {
    position: absolute;
    top: -22px;
    display: none;
    max-height: 32px;
    padding: 4px 6px 4px 12px;
    border: 1px solid #ffddbc;
    background: #fffceb;
  }
  .form-error i {
    position: absolute;
    top: 6px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/member.png) -124px 0 no-repeat;
  }
  .form-error .text {
    display: block;
    max-width: 258px;
    padding-left: 22px;
    line-height: 16px;
    font-family: "Microsoft YaHei";
    color: #666;
  }
  .form-login{
    position: relative;
  }



/* 登录框 动态效果 */
@-webkit-keyframes fadeInDown {
  1% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  1% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* 错误提示 */
.alert-error{
    display: none;
    background:#d7578f;
    height: 40px;
    width: 100%;
    margin-bottom: 12px;
    margin-top: -17px;
    padding: 11px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.login-bg{
  width:100%;
  height:100%;
  filter:blur(5px);
  text-align:center;
}
.login-bg img{
  width:100%;
  height:100%;
}
.login-container{
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
