/** 登录页面样式 */

body {
    background-position: center 110px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #015293;
}
.login-wrapper, body, html {
    height: 100%
}
.layui-container{
	width: 100%;
}
.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.login-box{
	margin: auto;
	margin-top: 70px;
	height: 625px;
}
.login-form{
	width: 100%;
    height: 625px;
    text-align: center;
    position: relative;
}
.login-form button{
	background-color: #015293;
	color: #ffffff;
}
.login-picture{
	float: right;
	width: 850px;
	height: 625px;
	text-align: center;	
}
.login-picture .picture1{
	text-align: center;
}
.login-picture .picture2{
	position: absolute;
	top: 118px;
    left: 59px
}
.login-content{
	position: absolute;
    top: 16%;
	left: 4%;
	width: 450px;
	height: 410px;
	background-color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
}
.login-header{
    height: 45px;
    line-height: 40px;
    padding: 40px 5px 20px 5px;
}
.login-header h4{
	font-family: "inherit";
	font-size: 22px;
	color: #015293;
}
.login-content .layui-form-item{
	padding: 0px 60px;
}
.login-box .layui-form-pane .layui-input-block {
	position: relative;
    margin-left: 0px;
	border-radius: 10px;
}
.layui-form-pane input{
	padding-left: 40px;
} 
.layui-form-item .iconfont{
    position: absolute;
    top: 7px;
    left: 12px;
	font-size: 18px;
    color: #666666;
}
.layui-form-item .ico-lrt{
	float: right;
	position: absolute;
	top: 7px;
	left: 298px;
}
.login-captcha{
	float: right;
	position: absolute;
	top: 9px;
	left: 220px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background-color: #F6F6F6;
	padding: 0px 15px;
}
.login-body .login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}
/** 底部样式 */
.login-footer {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 20px;
}
/** 移动设备样式 */
@media screen and (min-height: 590px) {
    .login-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-height: 670px) {
    .login-body {
        padding: 110px 10px 40px 10px;
    }
}

/** 辅助样式 */
.layui-link {
    color: #b3b3b3 !important;
}

.layui-link:hover {
    opacity: .8;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.login-header {
    color: rgba(0, 0, 0, .85) !important;
}

.login-footer {
    color: rgba(255, 255, 255, 0.7) !important;
}