@CHARSET "UTF-8";
*{
	padding:0;
	margin:0;
	font-size:14px;
}
body{
	background-image: url(../../images/background.jpg);
	/*background-image: url(../../images/background-1.jpg);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size:100% 100%;
	background-position:0 100px;
}
.head{
	width:100%;
	min-width:1024px;
	background-color:white;
	height:100px;
}
.hcontent{
	width:1024px;
	margin:0 auto;
	height:75px;
	padding-top:25px;
}
.hcontent li{
    list-style: none;
    height:40px;
    float:left;
    color:#3a393a;
    font-size:18px;
    line-height:40px;
    padding-left:15px;
}
.logo{
    padding-right:20px;
	border-right:1px solid #7c7c7c;
}
.center{
	width:100%;
	min-width:1024px;
	min-height:600px
}
.center-content{
	width:1024px;
	margin:0 auto;
	position: relative;
	height:85%;
}
.center-content-left{
	float:left;
	width:60%;
	position: relative;
	height:100%;
	line-height:100%;
	text-align:center;
}
.center-content-left img{
	width:100%;
	position:relative;
}
.center-content-right{
	float:right;
	width:40%;
	position: relative;
	height:100%;
}
.center-content-right_c{
	width:350px;
	height:420px;
	background-color:white;
	border-radius:5px;
	overflow: hidden;
	-moz-box-shadow:1px 1px 8px #9E9E9E;
	-webkit-box-shadow:1px 2px 8px #9E9E9E;
	box-shadow:1px 1px 8px #9E9E9E;
	margin-left: 80px;
	position:relative;
}
.center-content-right_c_h{
	width:100%;
	height:40px;
	background-color:#f3f7fa;
	border-bottom:1px solid #bfdae3;
	line-height:40px;
	font-size:16px;
}
.center-content-right_c_h ul li{
	list-style: none;
	float:left;
	width:50%;
	height:40px;
	padding-left:5%;
	font-size:14px
}
.center-content-right_c_h ul .register{
	text-align:right;
	width:40%;
	padding-right:5%;
}
a{
	text-decoration:none;
	color:#0093dd;
	font-size:12px;
}
.center-content-right_c_c{
	padding:30px 0;
}
.center-content-right_c_c *{
	/* margin-bottom:20px; */
}
.center-content-right_c_c .input{
	font-size:12px;
	width:96%;
	padding:0 2%;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;
}
.grille-rl{
	width:280px;
	height:30px;
	clear: both;
	margin:auto;
	padding-top:15px;
}
.grille-rl .grille-r{
	font-size:12px;
	float:right;
}
.grille-rl .grille-l{
	font-size:12px;
	float:left;
}
.grille-l input[type='checkbox']{
	position:relative;
	top:2px;
	margin:2px;
}
.login_btn{
	width:280px;
	height:35px;
	margin:auto;
	background-color:#0093dd;
	border-radius:5px;
	line-height:35px;
	text-align:center;
	color:white;
	font-size:12px;
	margin-bottom:10px;
	cursor:pointer;
}
.login_btn:active{
	background-color:#21abf1;
}
.tel{
	font-size:12px;
	margin:auto;
	width:280px;
	padding-top:20px;
}
.footer{
	width:100%;
	min-width:1024px;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:12px;
	color:#454545;
	border-top:1px solid #bfbfbd;
}
.sf-component-group {
	margin-bottom:12px;
}

.select2-container .select2-selection--single{  
  height:27px;  
  line-height: 27px;  
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 27px;
}

#getSmsButton {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #7a7676;
	background-color: #fff;
}

#getSmsButton[disabled] {
	background-color: #ccc;
	border-color: #dee5e7;
}
