html, body {
	height: 100%;
}

.login-container {
	background-size: 100% 100%;
}

.login-container .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    text-shadow: #000 0.1em 0.1em 0.1em;
}

img {max-width:100%;}
.layui-input {display: inherit;}

.avtar {
	width: 150px;
	margin: 0 auto 20px auto;
}
.login-form {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

input {
	letter-spacing: 1px;
	height: 40px;
	padding: 0 1em;
	color: #3D3E6A;
	font-size: 14px;
	background: #f5f6f7;
	border: none;
	font-weight: 100;
	border: 1px solid #A8AEC5;
	border-radius: .4em;
	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
}

input[name="verify"] {
	padding-right: 8em;
	text-transform: uppercase;
}

.captcha-image {
	vertical-align:none;
	position: absolute;
	width: 105px;
	top: 1px;
	right: 1px;
}

.captcha-image img {
	border-radius: 0.4em;
}

.verify span {
	right: 106px!important;
}

@media screen and (max-width: 500px) {
	.login-form {
	    top: 25%;
	}
	.avtar {
        width: 100px;
    }
	input[name="username"] {
		margin-bottom: 10px;
	}
	input[name="verify"] {
		padding-right: 1em;
		margin-bottom: 10px;
	}
	.captcha-image {
		position: unset;
	}
	.verify span {
		right: 10px!important;
	}
}

@media screen and (min-width: 1100px) {
	.full-width {
	    width: 60%!important;
	}
}

.login-container .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    text-shadow: #000 0.1em 0.1em 0.1em;
    letter-spacing: 1px;
    line-height: 50px;
}