/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
	background: #f8f8f8;
	font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	overflow: hidden;
}

.page-container,
.qrcode {
	width: 320px;
	min-height: 450px;
	background: #FFFFFF;
	position: absolute;
	top: 45%;
	right: 86px;
	transform: translateY(-50%);
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	font-family: Source Han Sans SC;
	z-index: 10;
}

.corporate_info h3 {
	color: #626262;
	font-size: 28px;
	margin-top: 44px;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

form {
	position: relative;
	width: 350px;
	margin: 15px auto 0 auto;
	text-align: center;
}

input {
	height: 40px;
	margin-left: 10px;
	border: none;
	font-size: 13px;
	color: #A0A0A0;
	background: transparent;
}

input:-moz-placeholder {
	color: #A0A0A0;
}

input:-ms-input-placeholder {
	color: #A0A0A0;
}

input::-webkit-input-placeholder {
	color: #A0A0A0;
}

input:focus,
button:focus {
	outline: none;
}

button {
	cursor: pointer;
	width: 300px;
	height: 44px;
	margin-top: 25px;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ff730e;
	-moz-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .25) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .25) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .25) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	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;
}

.switch-login:hover {
	cursor: pointer;
}

.submit_button {
	background: #ef4300;
}

button:hover {
	-moz-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .15) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .15) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .15) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
}

button:active {
	-moz-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .15) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow:
		0 15px 30px 0 rgba(255, 255, 255, .15) inset,
		0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow:
		0 5px 8px 0 rgba(0, 0, 0, .1) inset,
		0 1px 4px 0 rgba(0, 0, 0, .1);

	border: 0px solid #ef4300;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.input-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 25px;
	border: 1px solid transparent;
	border-bottom: 1px solid #EEE;
	padding-left: 10px;
}

.connect {
	width: 305px;
	margin: 35px auto 0 auto;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.connect a {
	display: inline-block;
	width: 32px;
	height: 35px;
	margin-top: 15px;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.connect a.facebook {
	background: url(../img/facebook.png) center center no-repeat;
}

.connect a.twitter {
	background: url(../img/twitter.png) center center no-repeat;
}

.connect a:hover {
	background-position: center bottom;
}

/*－－－增加部份的CSS－－－*/
form,
input,
button {
	font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	width: 80%;
}

button.submit_button {
	font-size: 24px;
	background: #FB6637;
	border-radius: 20px;
	font-size: 19px;
	width: 100%;
}

/*****
 * 增加一个扫码微信登录样式
 * autr:彭韶峰
 *2017.9.19
 * *****************************************/
.richscan {
	margin: 25px auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	border: none;

}

.richscan i {
	width: 24px;
	height: 24px;
	margin: 0 30px 0 45px;
}

.richscan i img {
	width: 24px;
	height: 24px;
}

.richscan p {
	font-size: 24px;
	line-height: 44px;
}

/****
 * 遮罩层样式，点击微信扫码登录弹出
 * *******************************/
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.bedeck {
	width: 360px;
	height: 390px;
	border-radius: 8px;
	background: #EEE;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -180px;
	z-index: 11;
}

.qrcode-head {
	margin: 36px 0;
	width: 100%;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	color: #626262;
}

.qrcode-mid {
	width: 100%;
	height: auto;
}

.qrcode-pic {
	width: 284px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 10px;
}

.qrcode-pic img {
	max-width: 68%;
}

.qrcode-mid p {
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}

.qrcode-foot {
	width: 100%;
	height: 10px;
	display: flex;
}

.qrcode-foot li {
	width: 25%;
	height: 10px;
}

.green {
	background: #21C50E;
	border-bottom-left-radius: 8px;
}

.blue {
	background: #399EE4;
}

.yellow {
	background: #FED700;
}

.red {
	background: #F15F27;
	border-bottom-right-radius: 8px;
}

.qrcode-close {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	right: 5px;
	top: 0;
}

.footer {
	width: 100%;
	height: 80px;
	background: #212121;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	z-index: 10;
}

.refresh {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D2D2D2;
	font-size: 10px;
	margin-top: -20px;
}

@media screen and (max-width:980px) {
	.page-container,
	.qrcode {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
