﻿@charset "utf-8";
/* 登录界面用CSS */

#wrapper {
    width: 100%;
    height: 100%;
    
}

.imgWrap {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.loginWrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.logo {
    position: absolute;
    top: 50%;
    margin-top: -240px;
    width: 100%;
    height: 80px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.loginWrap h1 {
    font: 28px/28px "microsoft yahei";
    color: #ffffff; /*系统名称颜色*/
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 4.2em;
    text-align: center;
}

.loginForm {
padding-left: 80px;margin-bottom: 110px;
}
.loginForm h3{
    text-transform: uppercase;height: 60px;font: 24px/60px "microsoft yahei";color: #000; padding-bottom: 30px;
    }
    .loginForm h2{
        background: url(../logologin.png) no-repeat center 0;
        width: 350px;
        height: 84px;
        background-size: cover;
        margin-bottom: 30px;
        }

span#LB_Copyright {
    display: block;
}

.loginForm p {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.loginForm p em {
    display: inline-block;
}

.loginForm p a.language {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    font: 12px/25px "microsoft yahei";
    color: #ebebeb;
}

.loginForm p a:hover.language {
    color: #fefefe;
}

.loginForm .text {
    width: 255px;
    height: 34px;
    padding: 0 15px;
    font: 14px/34px "microsoft yahei";
    color: #9CABC1;
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #E1E7ED;

}

.loginForm .textcode {
    width: 85px;
    height: 25px;
    padding: 0 10px;
    font: 12px/25px "microsoft yahei";
    color: #abadb3;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e3e4e8;
    float: left;
    margin-right: 5px;
}



.loginForm a.codea {
    display: inline-block;
    padding-left: 10px;
}

    .loginForm a.codea img {
        height: 34px;
    border-radius: 5px;
    }

.loginForm .btn {
    height: 40px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    font: 16px/40px "microsoft yahei";
    color: #fff;
    background: #7ca3dc;
    border-radius: 6px;
    display: inline-block;
    padding: 0 25px;
    background: linear-gradient(90deg, #D73E53 0%, #057BFA 100%);
    opacity: 1;
    width: 352px;
}

    .loginForm .btn:hover {
        opacity: 0.7;
    }

.loginForm em, .loginForm em a {
    font: 12px/24px "Arial";
    color: #9CABC1;
    text-align: left;
}

    .loginForm em a:hover {
        color: #65676b;
    }


.footer {
    display:none;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    z-index: -1;
    text-align: center;
    color: #f2f2f2  
}
