﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	font-family: '微软雅黑';
	box-sizing: border-box;
	outline: none !important;
}

body {
	background:  url(../images/loginbj.jpg) no-repeat center center;


}

/*  */


.login-register {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.login-register .back {
	position: absolute;
	left: 0px;

	color: #fff;
	height: 28px;
	width: 28px;

	border-radius: 50%;
	background: rgba(0, 0, 0, 0.26);
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 99;
}

.login-register .back .back-icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.login-box {
	/*position: relative;*/
    padding-top: 120px;
}

.logo {
	         width: 40%; 
    float: right;
    max-width:200px;
    padding-right:40px;
        padding-top: 20px;

}
.logo .img {
	width: 100%;
	vertical-align: middle;
}

.logo-name .system-name {
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}

.login1 {
	padding: 10px;
	margin: 50px;
	margin-bottom: 0;
	background: #92236b;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    
}
.cs {
    text-align: center;
    color: #fff;
}
.love {
    height: 30px;
    margin:0 auto;
    /*padding-top:10px;
    padding-left:60px;*/
}
.login {
	padding: 10px;
	margin:0px 50px 15px 50px;
	margin-bottom: 0;
	background: #fff;
	/*border-radius: 10px;*/

   
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
}


.login .login-groud {
	margin: 10px auto ;
	position: relative;
	border-radius: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	background-color: rgba(255, 255, 255, .25);
	font-size: 14px;
	caret-color: #fff;
	color: #000;
}

.login .logo_icon {
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, .15);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
	padding-top: 8px;
}

.logo_icon .icon {
	width: 30px;
	height: 30px;

}

.form-control {
	background: transparent;
	width: 100%;
	padding: 0 5px;
	height: 40px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	border: none;
	outline: none;
}

.login.reg .logo_icon {
	width: 70px;
	height: 30px;
	background: rgba(255, 255, 255, .15);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
	padding-top: 10px;
	display: inline-block;
	position: absolute;
	left: 0px;
	font-size: 14px;
	top: 0px;
}
.login .login-groud.reg-groud {border: none;}
.login .login-groud.reg-groud .form-control{border: 1px solid #eee;}
.login .login-groud.reg-groud .form-label{ line-height: 30px; font-size: 14px;}
.line {
	background: #fff;
	width: 1px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.btn-code {
	background: transparent;
	width: 30%;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -23px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #1734f8;
	text-decoration: none;
}

.btn-code .codepic_img {
	width: 100%;
	height: 38px;
}

.forget-reg {
	padding: 10px 0;
	overflow: hidden;
	position: relative;font-size: 14px;
}

.forget-reg .link_a {
	width: 50%;
	color: #239290;
	font-size: 14px;
}

.forget-reg .link_a.reg {
	float: right;
}

.login-submit {
	width: 100%;
	clear: both;
	padding: 15px 0;
}

.login-submit-btn {
	width: 100%;
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	display: block;
	background: #92236b;
	text-decoration: none;
	color: #fff;
}

/* 复选框 */
.checkbox {
	position: relative;
	width: 60%;
	float: left;
	border-bottom: 0;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
}

.checkbox input[type='checkbox'] {
	position: absolute;
	top: 4px;
	left: 0px;
	right: 10px;
	display: inline-block;
	width: 28px;
	height: 26px;
	border: 0;
	outline: 0 !important;
	background-color: transparent;
	-webkit-appearance: none;
}

.checkbox input[type='checkbox'] {
	top: 5px;
	background: url(../images/check.png) no-repeat center center;
	background-size: 80%;
	height: 20px;
	width: 20px;
}

.checkbox input[type='checkbox']:checked {
	background: url(../images/checked.png) no-repeat center center;
	background-size: 80%;
}

.ad-bottom {
	margin: 10px;
}

.ad-bottom img {
	width: 100%;
	vertical-align: bottom;
}

::-webkit-input-placeholder {
	color: #8a8a8a;
}

::-webkit-input-placeholder {
	color: #8a8a8a;
}

::-moz-placeholder {
	color: #8a8a8a;
}

:-moz-placeholder {
	color: #8a8a8a;
}
