/*
* @Author: 
* @Date:   2017-09-07 22:04:13
* @Last Modified by:   
* @Last Modified time: 2017-09-07 22:42:01
*/

.bg-img {
  background: url(/static/img/login-bg.jpg) fixed center center;
  background-size: 100% 100%;
}

body {
  overflow: hidden;
}
.layer_notice {
  background: #5fb878 none repeat scroll 0 0;
  float: left;
  height: 75px;
  overflow: hidden;
  padding: 10px;
  width: 330px;
}
.layer_notice ul li {
  color: #fff;
}
.video-player {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}

.video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.3);
}

.login {
  /* height: 270px; */
  width: 360px;
  padding-bottom: 16px;
  background-color: rgba(128, 64, 0, 0.7);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -180px;
  z-index: 99;
  box-shadow: 0 -4px 4px rgba(255, 165, 0, 0.6),
    4px 0 4px rgba(255, 165, 0, 0.6), 0 4px 4px rgba(255, 165, 0, 0.6),
    -4px 0 4px rgba(255, 165, 0, 0.6);
}
.login .layui-form {
  padding: 0px 32px;
}
.login .header {
  border-bottom: rgba(128, 128, 128, 0.5) 1px solid;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(128, 64, 0, 0.3);
}
.login .header h1 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 12px 8px;
  margin-right: 24px;
}

.login .header .login-icon {
  margin-top: 16px;
  margin-left: 16px;
  float: left;
}

.login .header .login-icon img {
  width: 18px;
  height: 18px;
}

.login .footer,
.login .footer a {
  text-align: center;
  color: #ddd;
  font-size: 10px;
  line-height: 24px;
}
.form_code {
  position: relative;
}

.form_code .code {
  position: absolute;
  right: 0;
  top: 1px;
  cursor: pointer;
}

.login_btn {
  width: 100%;
}
.sendCode_btn{
  width: 100px;
}
