@charset "UTF-8";
/**************************登录 start*********************************/
.login_box{
    width:100%;
    min-width:1200px;
    height:770px;
    background:url("../images/login_bg.jpg") no-repeat center;
}
.rtbox{
    background:transparent;
    color:#333;
}
#regist{
    background:#d92019;
    border-radius:20px;
    padding:5px 10px;
}

.layui-input,.layui-btn-primary{
    background:transparent;
    border:1px solid #ddd;
}
.login_nav{
    position:relative;
    width:1200px;
    height:670px;
    margin:0 auto;
}
.slogan{
    float:left;
    width:720px;
    height:200px;
    margin:180px 0 0 80px;
}
.layui-same{
    position:absolute;
    right:0;
    width:375px;
    min-height:400px;
    padding:30px;
    background:#fff;
    box-shadow:1px 1px 15px #f7cfcc;
    border-radius:8px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login{
    top:50%;
    margin-top:-225px;
}
.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:#d92019!important;
}
.layui-same .layui-form-item{
    margin-bottom:20px;
}

.re_pwd{
    width:100%;
    margin-bottom:10px;
    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:#d92019;
    font-weight:bold;
}
#login_btn{
    width:100%;
    height:50px;
    font-size:16px;
    background:#d92019;
    border-radius:5px;
}
/**************************登录 end*********************************/

/**************************注册 start*********************************/
#person{
    color:#333;
}
#signin,#signout{
    background:#d92019;
    border-radius:20px;
    padding:5px 10px;
}
#register{
    top:0px;
}
#register .yzm,#forget_password .yzm {
    float:left;
    width:180px;
}
#sendcode{
    float:right;
    width:120px;
    height:50px;
    border-color:#e6e6e6;
    cursor:pointer;
}
/**************************注册 end*********************************/

/**************************忘记密码 start*********************************/
#forget_password{
    top:80px;
}
/**************************忘记密码 end*********************************/
.carsi{
    display:inline-block;
    line-height:26px;
    font-size:12px;
    color:#999;
}
.carsi img{
    float:left;
    width:26px;
    margin-right:10px;
}
