﻿/*背景样式*/
html {
    position: relative;
    top: 0;
    z-index: 1000;
    background-image: url(../../Images/login_rectangle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
    overflow:auto;
}

/*placeholder改颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
   
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
/*头部*/
.login_header {
    position: absolute;
    background-image: url(../../Images/login_logo-word-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:121px;
    height:37px;
    margin-top:2%;
    margin-left:2%;
}

/*中部*/
.login_content_parent{
    position:absolute;
    width:100%;
}
.login_content_parent::before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.login_content_parent::after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.login_content{
    height: 400px;
    width: 900px;
    margin-top:13%;
    margin-left:auto;
    margin-right:auto;
}
.login_content_left1{
    float:left;
    background-image: url(../../Images/login_layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:358px;
    height:307px;
}
.login_content_left2{
    float:left;
    background-image: url(../../Images/login_ellipse.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:1px;
    height:300px;
    margin-top:20px;
    margin-left:80px;
}
.login_content_sign{
    float:left;
    width:358px;
    height:107px;
    margin-left:90px;
    color:#ffffff;
    text-align:center;
    font-family:Microsoft YaHei;
}
.large_max{
    font-size:35px;
    width:358px;
    font-weight:bold;
}
.large_min{
    font-size:20px;
}

.login_content_sign_cotent{
    height:32px;
    margin-top:25px;
    padding-left:20px;
}
.sign_left1{
    float:left;
    background-image: url(../../Images/login_E023.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:24px;
    height:28px;
    margin-right:14px;
    margin-left:10px;
}

.sign_left2{
    float:left;
    background-image: url(../../Images/login_E007.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:26px;
    height:28px;
    margin-right:12px;
    margin-left:10px;
}

.sign_left3{
    float:left;
    background-image: url(../../Images/login_Code.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:30px;
    height:24px;
    margin-right:8px;
    margin-left:10px;
}

.sign_bottom{
    background-image: url(../../Images/login_line-2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:95%;
    height:1px;
    margin-top:15px;
}
.sign_button{
    background-image: url(../../Images/login_fillet.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:300px;
    height:45px;
    margin-left:15px;
    font-size:20px;
    padding-top:6px;
}

/*底部*/
.login_bottom{
    position:absolute; 
    bottom:0px; 
    height: 80px;
    width: 100%;
    color:#7cf1ff;
    text-align:center;
    font-size:15px;
    font-family:Microsoft YaHei;
    line-height:30px;
}


