@charset "UTF-8";
/*******************登录 start***************/
.login_box{
    position:relative;
    width:100%;
    min-width:1280px;
    height:840px;
    overflow:hidden;
}
.login_bg{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:840px;
    background:url("../images/login_bg.jpg") no-repeat center;
    margin:0 auto;
    overflow: hidden;
}
.rtbox{
    background:transparent;
}
#regist,#signin,#signout{
    background:#1d4a9f;
    border-radius:5px;
    padding:5px 10px;
    color:#fff;
    margin-left:5px;
}
.layui-input,.layui-btn-primary{
    background:transparent;
    border:1px solid #ddd;
}
.login_nav{
    position:relative;
    height:800px;
    margin:0 auto;
}
.layui-same{
    position:absolute;
    right:0;
    top:50%;
    transform:translate(0,-50%);
    width:375px;
    min-height:400px;
    padding:30px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-form{
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.05);
}
.layui-same h2{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:20px;
    font-weight:300;
    text-align:center;
    margin-bottom:20px;
    overflow:hidden;
}
.layui-same .layui-input{
    height:50px;
    -webkit-text-fill-color: #666;
}
.layui-same .layui-input:focus{
    border-color:#1d4a9f!important;
}
.layui-same .layui-form-item{
    margin-bottom:20px;
}

.re_pwd{
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
.re_pwd input{
    float:left;
    color:#6b6d72;
}
.re_pwd a{
    float:right;
    color:#6b6d72;
}
.layui-same .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top:0;
}
.layui-same .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color:#d2d2d2;
}
.layui-same .layui-form-checked[lay-skin=primary] i {
    border-color:#d2d2d2!important;
    background-color:#fff;
    color:#1d4a9f;
    font-weight:bold;
}
#login_btn{
    width:100%;
    height:50px;
    font-size:16px;
    background:#1d4a9f;
    border-radius:5px;
}
#login .layui-form-item:last-child{ margin-bottom:0;}
/*******************登录 end***************/

/*******************注册 start***************/
#person{
    color:#333;
}
#register{
    padding:20px;
}
#register .yzm,#forget_password .yzm,
#forget_password .input-val{
    float:left;
    width:180px;
}
#sendcode{
    float:right;
    width:140px;
    height:50px;
    border-color:#e6e6e6;
    padding:0;
    font-size:14px;
    text-align: center;
    cursor:pointer;
}
#register .input-val{
    float: left;
    width: 180px;
}
#canvas {
    float: right;
    width: 140px;
    height: 50px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
#register h2{
    margin-bottom:10px;
}
#register .layui-form-item{
    margin-bottom:17px;
}
/*******************注册 end***************/

/*******************忘记密码 start***************/
#forget_password{
    padding:30px 20px;
}
/*******************忘记密码 end***************/