/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
body {
	background: #f8f8f8;
	/*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑,
		STHeiti, MingLiu;
	text-align: center;
	color: #fff;
}

.img-logo {
	font-size: 30px;
	width: 250px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

form {
	width: 300px;
	position: absolute;
	right: 300px;
	z-index: 1;
}

.class_cover {
	width: 100%;
	height: 100%;
	padding-left: 5px;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	font-size: 26px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}

.fa {
	color: #A1B7F0;
}

.h1 {
	font-size: 20px;
	font-weight: 600;
	color: #666666;
	margin-top: 20px;
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: 30px;
	padding-top: 30px;
}

.item {
	margin-left: 30px;
	width: 240px;
	border: 1px solid #A1B7F0;
	position: relative;
	margin-top: 25px;
}

.item label {
	position: relative;
	border-right: 2px solid #A1B7F0;
	padding-right: 10px;
}

.item label img {
	position: absolute;
	margin-top: 10px;
	margin-left: -15px;
}

.item-submit {
	margin-left: 30px;
	width: 240px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

input {
	width: 160px;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	/* browsers that don't support rgba */
	*background-color: transparent;
	border: 1px solid #FFFFFF;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

input:-moz-placeholder {
	color: #A1B7F0;
}

input:-ms-input-placeholder {
	color: #A1B7F0;
}

input::-webkit-input-placeholder {
	color: #A1B7F0;
}

input:focus {
	outline: none;
}

.item-submit a {
	cursor: pointer;
	width: 240px;
	height: 44px;
	padding: 0;
	background: #F19601;
	border: 0px;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 15px 105px;
	text-decoration: none;
}

.item-submit a:hover {
	background: #EF7E03;
}

.login-title {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 220px;
}

.login-foot {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}

.login-foot p {
	font-size: 14px;
	margin-top: 20px;
}

.login-foot a {
	text-decoration: none;
	color: #ffffff;
}

.login-foot span {
	margin-left: 20px;
}

.login {
	margin-top: 15px;
	background-color: #FFFFFF;
}