﻿html, body {
    background: url(image/bg2.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

span{
    color:#fcfcfc !important;
}

a{
    text-decoration:none;
    color:#fcfcfc !important;
    font-size:12px;
}

.loginbg {
    width: 1000px;
    height: 550px;
    background: url(image/loginbg.png) no-repeat center center;
    
}

.login_div {
    width: 800px;
    height: 440px;
    background: url(image/loginbg.png) no-repeat center center;
    margin: 0 auto;
    position: relative; /*设置position属性*/
    top: 50%; /*偏移*/
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.login_div_left{
    height:440px;
}
.login_div_leftbg {
    /*background: url(image/loginleft.png) no-repeat center center;*/
    /*width: 243px;*/
    text-align:center;
    height: 60px;
    margin: 0 auto;
    position: relative; /*设置position属性*/
    top: 50%; /*偏移*/
    transform: translateY(-50%);
}

.login_div_right {
    height: 440px;
}
.login_title {
    text-align:center;
    /*width: 100%;*/
    height: 60px;
    /*background: url(image/project_title.png) no-repeat center center;*/
}
.wechat_login{
    background:url(image/wechat.png) no-repeat center center;
}

.layui-layer-btn1
{
    color:#000000 !important;
}