@charset "utf-8";
/* CSS Document */
.clearfix { zoom: 1; }
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	content: '';
}
body{
	margin:0;
	padding:0;
	font-size:14px;
    font-family:"Microsoft YaHei","微软雅黑","Hiragino Sans GB",tahoma,arial,simhei !important;
	display:block;
	color:#666;
	background-color:#eee;
	}
a{
	text-decoration:none;}
/*主要内容开始*/
.main-container{
	width:100%;
	margin:0px auto;
	background:#eeeeee;
	}
/*右面内容开始*/	
.cloud_right{
	background:#fff;
	border:#dbdbdb solid 1px;
	margin-top:20px;
	}
	/*
.cloud_right_con{
	width:90%;
	margin:20px auto;;
	}
	*/
.register{
	width:380px;
	margin:60px auto;
	}
.register h2{
	text-align:center;
	font-size:32px;
	color:#1d8dfa;
	font-weight: bold;
	}
.register h5{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#545454;
	margin-top: 30px;
	}
.form-control{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    background-color: #FFF;
    border: 1px solid #C0C1C2;
    border-radius: 3px;
	}	
.btn-block {
    display: block;
    width: 100%;
	height:50px;
	border:1px #888888 solid;
	border-radius:5px;
	text-align:center !important;
	line-height:50px;
	margin-top:40px;
	font-size:18px;
	color:#999 !important;
	padding:0px;
    }
.login-page .btn {
    margin-top: 16px;
    height: 50px;
    font-size: 18px;
}
.text-right{
	text-align:right;
	}
.login-page .find-pwd {
    font-size: 14px;
    margin-top: 8px;
	}
.nemo-gray{
	font-size:14px;
	color:#8E8E8E;
	line-height:3px;
	}
.text-right a{
	color:#fb5a00;
	}
#btnLogin{
	display:block;
	height:50px;
	background-color:#1d8dfa;
	border-radius:5px;
	width:100%;
	margin-top:40px;
	}
.btn-primary {
    color: #FFF;
    border: none;
	font-size:18px;
    background-color: #1d8dfa;
	}
.mima{
	margin-top:15px;
	}
.yanzheng{
	width:100%;
	margin-top:40px;
	}
#verificationCode{
	clear:both;
	width:200px;
	float:left;
	}
.randImage{
	float:right;
	position:relative;
	left:40px;
	top:10px;
	}
#username{
	clear:both;
	width:65%;
	}
.username{
	width:100%;
	clear:both;
	}
.username #sendvcode{
	clear:both;
	width:32%;
	height:50px;
	background-color:#1d8dfa;
	color:#FFFFFF;
	display:block;
	float:right;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	font-size:15px;
	position:relative;
	top:-50px;
	padding:0px;
	}
.username p{
	width:100%;
	display:block;
	margin-top: 10px;
	}