﻿body{
  height: 100vh;
  overflow: hidden;
  background: url(../image/bg.png) 0 0 no-repeat;
  background-size: cover;
}
.body{
  width: 100%;
  height: 100%;
}
.body-box{
  width: 100%;
  height: 100%;
  position: relative;
}
.body-left {
  position: absolute;
  bottom: 25px;
  left:50px;
  font-size: 12px;
  color: #fff;
}
.body-left a{
  color: #fff;
  margin: 0 5px;
}
.body-left a:last-child{
  margin-right: 0;
}
.body-right{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  width: 50%;
  min-width: 500px;
  display: flex;
  justify-content: center;
}
.login-box>a{
  color: #d2d8e7;
  font-size: 12px;
  text-align: right;
  display: block;
  margin: 10% 0 35%;
}
.body-login{
  width: 400px;
  height: 300px;
  padding: 25px 35px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.body-login h6{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e4e5;
}
.body-login form{
  background: transparent !important;
}
.body-login .form-input{
  position: relative;
}
.body-login .form-input i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 32px;
  background: url(../image/icon.png) -25px -23px no-repeat;
}
.body-login .password{
  margin-bottom: 5px;
}
.body-login .password i{
  background-position: -25px -53px;
}
.body-login .form-input input{
  height: 45px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #e3e4e5;
  text-indent: 27px;
}
.body-login .account_name input{
  border-bottom: none;
}
.body-login p{
  margin-bottom: 10px;
  text-align: right;
}
.body-login p a{
  font-size: 12px;
}
.body-login .ipt-b{
  border: 0;
  background: #3598db;
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
label.bui-checkbox-label{
  margin-right: 15px;
  font-size: 12px;
  cursor: pointer;
}
label.bui-checkbox-label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

label.bui-checkbox-label .bui-checkbox {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #979797;
  border-radius: 50%;
  vertical-align: -2px;
  background:  url(../image/icon.png) -25px -27px no-repeat;
}

label.bui-checkbox-label input:checked + .bui-checkbox:after {
  color: #FFFFFF;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
}

label.bui-checkbox-label input:checked + .bui-checkbox {
  background:  url(../image/icon.png) -6px -9px no-repeat;
}

label.bui-checkbox-label input:disabled + .bui-checkbox {
  background:  url(../image/icon.png) -6px -9px no-repeat;
}

label.bui-checkbox-label input:disabled:checked + .bui-checkbox:after {
  color: #c1c1c1;
}

label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox {
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
}
#err-wrapper{
  float: left;
  margin-top: 5px;
}
#err-wrapper td{
  font-size: 12px;
  color: red;
}