﻿* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

body {
    background: #ddd url(/Content/Img/bs登录-东岳集团_01.png) no-repeat top center;
    background-size: 100%;
    height: calc(100% - 34%);
}

.big-box {
    position: absolute;
    top: 33%;
    width: calc(60% - 30px);
    height: calc(45% - 30px);
    min-height:310px;
    background: #fff;
    border-radius: 10px;
    left: calc(20% - 15px);
    padding: 20px;
    padding-left: 40px;
}

.big-box .left-img {
    float: left;
    background: #fff url(/Content/Img/bs登录-东岳集团_03.png) no-repeat left center;
    background-size: 100%;
    height: 100%;
    width: 60%;
}

.right-text {
    width: 33%;
    height: 90%;
    float: right;
    margin: 15px;
    position: relative;
}

.right-text:after {
    position: absolute;
    content: "";
    height: 88%;
    width: 1px;
    background-color: #ddd;
    top: 20px;
    left: -35px;
}

footer {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 124px);
}

footer p {
    color: #727171;
    text-align: center;
}

.input-text h3 {
    font-weight: normal;
    color: #666;
    text-align: center;
    margin-bottom: 10%;
    font-size: 1.8em;
}

.input-text input[type="text"], .input-text input[type="password"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 42px;
    padding-left: 10px;
    margin-bottom: 5%;
    font-size: 16px;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.input-text > li {
    position: relative;
}

.input-text > li span {
    height: 24px;
    width: 24px;
    background-image: url(/Content/Img/icon_08.png);
    position: absolute;
    right: 15px;
    top: -1px;
}

    .input-text > li span.mi-ma {
        background-image: url(/Content/Img/icon_11.png);
    }

.input-text > li input.bottom20 {
    margin-bottom: 15%;
}

.input-text button {
    width: 99%;
    border: 1px solid #00346e;
    border-radius: 4px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    margin-top: 5%;
    cursor: pointer;
    background: -webkit-linear-gradient(#0062ce, #00448f);
    background: -o-linear-gradient(#0062ce, #00448f);
    background: -moz-linear-gradient(#0062ce, #00448f);
    background: linear-gradient(#0062ce, #00448f);
}

.input-text button:hover {
    background: -webkit-linear-gradient(#00448f, #0062ce );
    background: -o-linear-gradient(#00448f, #0062ce);
    background: -moz-linear-gradient(#00448f, #0062ce);
    background: linear-gradient(#00448f, #0062ce);
}

.checkbox-text {
text-align: left;
color: #666;
font-size: 14px;
padding-right: 10px;
}

.checkbox-text label {
float: left;
padding-right: 10px;
white-space: nowrap;
}
.checkbox-text label input{
float: left;
margin: 4px 5px 0 0;
}
.login-box .box .errorBox{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.1);
    z-index:10;
    border-radius:5px;
}
.login-box .box .checkError{
    position:absolute;
    top:50%;
    left:50%;
    display:table;
    transform:translate(-50%,-50%);
    z-index:10;
    width:50%;
    padding:30px 10px;
    border-radius:5px;
    background-color:rgba(0,0,0,0.1);
    color:#f00;
    text-align:center;
}
.login-info li {
    width:97%;
}
.login-info li input.empty:-moz-placeholder{
    font-weight:bold;
    color:#ff0000;
}
.login-info li input.empty::-webkit-input-placeholder{
    font-weight:bold;
    color:#ff0000;
}
.login-info li input.empty::-moz-placeholder{
    font-weight:bold;
    color:#ff0000;
}
.login-info li input.empty:-ms-input-placeholder{
    font-weight:bold;
    color:#ff0000;
}
.login-info li.yzm:after{
    content:"";
    display:table;
    clear:both;
}
.login-info li.yzm input{
    float:left;
    width:calc(100% - 110px);
}
.login-info li.yzm .images{
    float:right;
    width:100px;
    height:38px;
    border-radius:3px;
}
.login-info li input:focus{
    border-color:#a71f5e;
}            