body, html {
	width: 100%;
	height: 100%
}
body {
	font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #757D75;
	background-color: #666
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-color: #ccc
}
.head {
	margin-bottom: 15px
}
.head img {
	width: 101%
}
.welcome {
	color: #333;
	font-size: 20px
}
.login-text {
	color: #333;
	font-size: 15px;
	line-height: 14px !important;
	display: inherit;
	margin-bottom: 10px
}
.wi5-container {
	text-align: center;
	position: relative;
	z-index: 2
}
.wi5-container .wi5-box {
	background: rgba(255,255,255,0.85);
	overflow: hidden;
	display: inline-block;
	width: 88%;
	min-width: 280px;
	margin-top: 5vh;
	margin-bottom: 1vh;
	min-height: 80vh;
	position: relative;
	padding-bottom: 50px;
	border-radius: 2px
}
.wi5-container .login {
	max-width: 320px;
	margin: 0 auto
}
.wi5-container .login img {
	width: 100%
}
.wi5-container .btn {
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: left;
	border-radius: 3px
}
.wi5-container .btn .ic {
	font-size: 20px;
	margin-right: 10px;
	margin-left: -10px;
	color: #e4e4e4;
	vertical-align: middle
}
.wi5-container .btn .arr {
	float: right;
	font-size: 18px;
	color: #fff;
	opacity: 0.2
}
.wi5-container .btn:hover .arr {
	opacity: 1
}
.wi5-scroller {
	width: 100%;
	overflow: hidden
}
.wi5-scroller .wi5-scbody {
	text-align: center;
	margin-left: 0px;
	transition: margin-left 0.3s ease
}
.wi5-scroller .wi5-scbody .wi5-col {
	width: 100%;
	max-width: 400px;
	vertical-align: top;
	text-align: center;
	display: none
}
.wi5-scroller .wi5-scbody .wi5-col.active {
	display: inline-block
}
.wi5-scroller .wi5-scbody .form label {
	font-size: 12px
}
.footer {
	padding: 10px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center
}
.footer a {
	font-size: 13px;
	color: #4d13d1
}
.btn-block+.btn-block {
	margin-top: 0px !important
}
#about .modal-dialog {
	margin: 0 auto;
	margin-top: 1rem;
	width: 82%;
	min-width: 280px
}
.vip_card {
	background: url(/assets/img/vip_card_bg.jpg) no-repeat center center;
	height: 340px;
	color: #fff;
	padding: 20px;
	padding-top: 120px;
	overflow: hidden
}
.vip_card h4 {
	margin-bottom: 16px;
	font-size: 1.4rem;
	font-family: 'Bad Script', cursive;
	font-weight: bold
}
.vip_card span {
	font-size: 14px;
	color: #ecf0f1
}
.vip_card .helper {
	font-size: 11px
}
.vip_card_btn {
	display: inline-block;
	width: calc(50% - 12px);
	text-align: center;
	padding: 20px;
	margin: 6px;
	cursor: pointer;
	height: 62px;
	border-radius: 3px;
	box-shadow: 0px 0px 1px #000;
	text-shadow: 1px 1px 1px #fff
}
.vip_card_btn.btn-cancel {
	float: left;
	background-color: #d2d7d3;
	color: #6c7a89;
	font-size: 13px;
	font-weight: bold
}
.vip_card_btn.btn-validate {
	float: right;
	background-color: #90c695;
	color: #1e824c;
	font-size: 16px;
	font-weight: bold
}
.error .form-control{    border: 1px solid red !important;}