body {
	background: #232830;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 100%;
	z-index: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover
}
[class*=button_type_]:not(.bg_cs_hover):hover {
	background: #34495E
}

.error_msg {
	width: 280px;
	border: 1px solid #c00;
	background-color: #ffe8ec;
	color: #c00;
	margin-bottom: 15px;
	padding: 6px;
	text-align: center
}

.login-container {
	width: 380px;
	margin: 0 auto;
	margin-top: 90pt;
	margin-bottom: 90pt
}

.login-wrapper {
	width: 20pc;
	background: #fff;
	padding: 20px;
	border-top: 1px solid #E74C3C;
	position: relative;
	z-index: 999;
	border-left: 1px solid #666872;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.3),0 6px 3px 0 rgba(0,0,0,.23)
}

.login-container .r_corners {
	width: 100%;
	display: block;
	height: 100%;
	border: none;
	padding-left: 30px
}

.input-prepend {
	position: relative;
	margin-top: 5px;
	width: 280px;
	height: 34px
}

.input-prepend .add-onin {
	position: absolute;
	padding: 6px 0 0 11px;
	font-size: 16px;
	color: #E74C3C;
	z-index: 99
}

.right {
	float: right
}

.login_l {
	padding-left:5px
}

.login_tr {
	text-align:right
}

.clearfix {
	display: block
}

h1,h2,h3,h4,h5,li,ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.logo {
	margin-top: 50px;
	margin-left: 50px
}

.contact-us {
	margin-top: 50px;
	margin-right: 50px;
	color: #fff
}
.contact-us a {
	color: #fff
}

.contact-us a:hover {
	color:#E74C3C
}
.contact-us li {
	display: inline-block;
	margin-left: 20px
}

.contact-us li i {
	display: inline-block;
	padding-right: 5px
}

.footer {
	color: #fff;
	font-size: 9pt;
	position: absolute;
	width: 100%;
	height: 35px;
	background: url(/templates/images/footer/footer_bg.png) repeat-x;
	z-index: 3;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0
}

.footer li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 10px;
	padding-left: 5px
}

.footer .right li {
	border: none!important;
	color: #fff
}

@media only screen and (min-height:800px) {
	.footer {
		bottom: 0
	}
}

@media only screen and (max-width:760px) {
	.right {
		float: left
	}
}

.login-wrapper h3 {
	color: #E74C3C;
	font-weight: 700
}

.login-container .r_corners {
	text-indent: 15px;
	line-height: 20px
}