[form-login], [form-login] * {
	padding:0;
	margin:0;
	text-decoration:none;
	border:0;
	list-style:none;
	outline:none;
	font-size:calc(14px + 2px);
}
.form-login, .form-register {
	z-index:99999999999;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	top:0;
	left:0;
	display:none;
}
@media (max-width: 768px) {
	.form-login, .form-register {
		z-index:99999999999;
		position:fixed;
		width:100%;
		height:calc(100% - 40px);
		background:rgba(0,0,0,0.3);
		top:0;
		padding-top:40px;
		left:0;
	}
}
.wap-l {
	width:calc(100% - 30px);
	max-width:600px;
	margin:20px auto 15px auto;
	border-radius:5px;
	background:white;
	overflow:hidden;
	padding:15px;
}
.bg-login {
	min-height:350px;
	background:url(../images/website/bg-login.png?t=123) right top no-repeat;
	background-size:100% auto;
	margin:-15px 0 -15px -15px;
}
@media (max-width:600px) {
	.bg-login {
		display:none !important;
	}
}
.gg-login {
	background-color:#4285f4;
}
.first-s {
	text-align:center;
}
.first-s .s-s {
	height:30px;
	line-height:30px;
	display:inline-block;
	padding:5px 15px;
	border-radius:21px;
	border:1px solid #4fa444;
	color:#4fa444;
	margin:0 4px;
	cursor:pointer;
}
.first-s .s-s.here {
	background:#4fa444;
	color:white;
}

.form-l .login-css {
	background:#f9f9f9;
	border:1px solid #e0e0e0;
	height:38px;
	line-height:28px;
	padding:5px 20px;
	border-radius:20px;
	width:100%;
}
.form-l .login-css:focus {
	box-shadow:0 0 3px #4fa444;
	border:1px solid rgba(0,0,0,0);
}
.form-l .login-btn {
	border:1px solid white;
	background:#4fa444;
	color:white;
	height:38px;
	line-height:28px;
	padding:5px 20px;
	border-radius:20px;
	width:100%;
	font-size:calc(14px + 2px);
	font-weight:500;
	cursor:pointer;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
.form-l .login-btn:hover {
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}
[f-login] {
	display:block;
}
[f-register] {
	display:none;
}

.spacing {
	height:15px;
}
.fb-login {
	width:100%;
	height:40px;
	background:#385e98 url(../images/website/login-fb.png?t=12) left top no-repeat;
	background-size: 283px 38px;
	cursor:pointer;
	border:1px solid #385e98;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
.fb-login:hover {
	box-shadow:0 0 5px #385e98;
}
.fb-login div {
	width:245px;
	margin-left:40px;
	height:40px;
	line-height:40px;
	color:white;
	font-weight:400;
	font-size:calc(14px + 2px);
	text-align:center;
}
.gg-login {
	width:100%;
	height:40px;
	background:#f3f3f3 url(../images/website/login-gg.png?t=12) left top no-repeat;
	background-size: 283px 38px;
	cursor:pointer;
	border:1px solid #385e98;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
.gg-login:hover {
	box-shadow:0 0 5px #f3f3f3;
}
.gg-login div {
	width:245px;
	margin-left:40px;
	height:40px;
	line-height:40px;
	color:black;
	font-weight:400;
	font-size:calc(14px + 2px);
	text-align:center;
}
[result-lg-rs] {
	padding:10 15px;
	color:red;
	font-weight:bold;
	font-size:calc(13px + 2px);
}