@CHARSET "UTF-8";

* {
	color: #666;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-image: url(../imgs/bg-img.png);
	background-repeat: no-repeat;
	background-color: #30afff;
	background-position: center;
	background-size: 100%;
}

img {
	display: block;
	border: none;
}

a {
	text-decoration: none;
}

input {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

input::-moz-input-placeholder {
	color: #999;
	font-size: 16px;
}

input::-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}

.l-container {
	width: 1201px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -325px 0 0 -600px
}

.l-top {
	background-image: url(../imgs/login/l-top.jpg);
	background-repeat: no-repeat;
	background-size: 1095px 100%;
	width: 100%;
	height: 180px;
}

.l-bottom {
	background-image: url(../imgs/login/l-bottom.jpg);
	background-repeat: no-repeat;
	background-size: 1095px 100%;
	background-position-x: 106px;
	width: 100%;
	height: 180px;
}

.l-center {
	height: 290px;
	background-color: white;
	margin: 0px 106px;
}

.c-left {
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0;
}

.c-right {
	position: absolute;
	width: 45%;
	height: 70%;
	top: 0;
	right: 0;
	margin-top: 170px;
}

.lef-top {
	width: 100%;
	height: 60px;
	padding-left: 200px;
	margin-top: 50px;
}

.lef-bottom {
	width: 100%;
	height: 450px;
	margin-top: 10px;
	background-image: url(../imgs/login/l-m.png);
	background-repeat: no-repeat;
	background-position-x: 170px;
	background-size: auto 100%;
}

.lt-logo {
	background-image: url(../imgs/login/l-logo.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	float: left;
	background-size: 60px;
	background-position: center;
	border-radius: 30px;
}

.lt-text {
	line-height: 60px;
	height: 60px;
	color: #30afff;
	float: left;
	font-size: 20px;
	margin-left: 10px;
}

.cr-box {
	float: left;
	width: 305px;
	height: 70px;
}

.cr-icon {
	float: left;
	height: 100%;
	font-size: 28px;
	padding-bottom: 10px;
	padding-top: 30px;
	width: 28px;
}

.cr-icon>i {
	color: #888;
}

.cr-input {
	float: left;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 30px;
}

.cr-input>input {
	height: 30px;
	font-size: 22px;
}

.cr-title {
	font-size: 24px;
	color: #30afff;
	height: 60px;
	line-height: 60px;
}

.cr-username {
	border-bottom: 1px solid #eee;
}

.cr-password {
	border-bottom: 1px solid #eee;
}

.cr-other {
	padding-top: 25px;
}

.cr-error {
	color: red;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.cr-login {
	
}

.co-1 {
	width: 150px;
	float: left;
	padding-left: 20px;
}

.co-2 {
	width: 150px;
	float: left;
	padding-left: 20px;
}

.co-2>a {
	font-size: 18px;
	color:#666;
}
.co-2>a:hover,a:VISITED,a:FOCUS{
	text-decoration:unset;
	color:#666;
}
.o-1 {
	float: left;
}

.o-2 {
	float: left;
	font-size: 18px;
}

.login-btn {
	color: rgb(255, 255, 255);
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-width: 2px;
	border-color: rgb(48, 176, 255);
	border-style: solid;
	border-radius: 7px;
	background-color: rgb(48, 176, 255);
	width:100%;
}

#testButton:hover {
	color: #ffffff;
	background-color: #78c300;
	border-color: #c5e591;
}