@charset "UTF-8";

body,
html {
	height: 100%;
	display: block
}

.login-container,
body {
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: background-image 1s linear;
	-o-transition: background-image 1s linear;
	-moz-transition: background-image 1s linear;
	-webkit-transition: background-image 1s linear
}

.login-container {
	height: 100%
}

.login-container .header {
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	position: absolute;
	text-shadow: #000 .1em .1em .1em
}

.login-container .header .title {
	color: #fff;
	float: left;
	font-size: 18px;
	line-height: 48px;
	text-indent: 40px;
	letter-spacing: 1px
}

.login-container .header .title span {
	font-size: 10px;
	padding-left: 5px
}

.login-container .header a,
.login-container .header a:focus,
.login-container .header a:hover {
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none
}

.login-container .header ul {
	float: right
}

.login-container .header ul li {
	float: left;
	line-height: 47px;
	margin-left: 10px
}

.login-container form {
	top: 50%;
	left: 50%;
	width: 300px;
	position: absolute;
}

.login-container form h2 {
	color: #fff;
	padding: 20px 0;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
	text-shadow: #000 .05em .05em .05em
}

.login-container form ul li {
	margin-top: 20px;
	text-shadow: #000 .1em .1em .1em
}

.login-container form ul li.verify label {
	width: 255px
}

.login-container form ul li.verify input.layui-input {
	text-transform: uppercase
}

.login-container form ul li.verify img {
	width: 140px;
	height: 56px;
	cursor: pointer;
	position: absolute;
	margin-left: 5px;
	border-radius: 3px;
}

.login-container form ul li i.layui-icon {
	color: #90999b;
	font-size: 22px;
	position: absolute;
	padding: 16px 15px 13px 16px;
}

.login-container form ul li input {
	color: #000;
	height: 45px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1em;
	text-indent: 35px;
	border-radius: 3px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, .12);
	text-shadow: #000 .1em .1em .1em;
	-webkit-text-fill-color: #90999b !important;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important
}



.login-container form ul li span {
	letter-spacing: 1px;
	color: orangered !important
}

.login-container form ul li button {
	color: #fff !important;
	height: 56px !important;
	line-height: 56px !important;
	border: none !important;
	background: #5bb3bb !important;
	border-radius: 3px !important;
	letter-spacing: 1px !important;
}

.login-container form ul li button:hover {
	opacity: 1
}

.login-container .footer {
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 30px;
	padding-bottom: 10px;
	text-shadow: #000 .1em .1em .1em
}

.login-container .footer a,
.login-container .footer span {
	color: #fff
}

.login-container .footer a:hover {
	color: #ccc
}

/*# sourceMappingURL=login.css.map */