﻿/**!
 * 中国许昌-登录页
 * author: wangkai;
 */


body {
    background: none;
    background-color: #eef6f9;
}

/* 登录页头部 */

.ewb-login-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 140px;
}

.ewb-login-header img {
    float: left;
    margin-top: 29px;
    width: 308px;
    height: 78px;
}

.ewb-reg-btn {
    float: right;
    margin-top: 64px;
    padding-left: 27px;
		margin-right:350px;
    font-size: 15px;
    color: #525252;
    background: url(../images/reg_ico.png) left center no-repeat;
}

.ewb-reg-btn:hover {
    color: #f00;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-login-header img {
        margin-left: 10px;
    }
    .ewb-reg-btn {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .ewb-login-header {
        position: static;
    }
    .ewb-login-header img {
        float: none;
        display: block;
        margin: 20px auto 0;
    }
    .ewb-reg-btn {
        margin: 15px 10px 0 0;
    }
}

/* 登录 */

.ewb-login-bg {
    position: fixed;
    top: 140px;
    bottom: 90px;
    width: 100%;
    background: url(../images/login_bg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.ewb-login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 105px;
    margin-top: -180px;
    padding: 39px 40px 0 40px;
    width: 235px;
    height: 321px;
    background: url(../images/login_mask.png) repeat;
}

.ewb-login-tt {
    height: 30px;
    line-height: 30px;
    padding-bottom: 9px;
    font-size: 22px;
    color: #0065b3;
}

.ewb-username,
.ewb-pwd,
.ewb-vcode{
    display: block;
    margin-top: 20px;
    padding-left: 57px;
    width: 176px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
}

.placeholder {
    color: #ababab;
}

.ewb-username {
    background: url(../images/user_ico.png) 15px center no-repeat #fff;
}

.ewb-pwd {
    background: url(../images/pwd_ico.png) 14px center no-repeat #fff;
}
.ewb-vcode {
    background: url(../images/vcode_icon.png) 14px center no-repeat #fff;
	width: 71px;
	float: left;
}
#imgclick{
	float: left;
	margin-top: 21px;
	margin-left: 5px;
}

.ewb-login-btn {
    display: block;
    margin-top: 27px;
    width: 235px;
    height: 46px;
    font-size: 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #0c7ac5;
}

.ewb-login-btn:hover {
    background-color: #015293;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-login-bg {
        background-size: auto 100%;
    }
    .ewb-login-box {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .ewb-login-bg {
        position: static;
        padding-bottom: 58px;
    }
    .ewb-login-box {
        position: static;
        float: none;
        display: block;
        margin: 58px auto 0;
        padding: 39px 20px 0 20px;
    }
}

/* 登录页尾部 */

.ewb-login-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.ewb-login-footer p {
    font-size: 15px;
    color: #525252;
}

@media (max-width: 767px) {
    .ewb-login-footer {
        position: static;
    }
}
