/*register form*/
html,body{
	width: 100%;
	height: 100%;
}
html{
	background: url("../img/register.jpg") no-repeat center;
}
body{
	background: rgba(0,0,0,0.4);
}
.center{
	width: 1152px;
	margin: 0 auto;
}
.register-top{
	max-width: 1920px;
	width: 100%;
	min-width: 1152px;
	background: #fff;
}

.register_logo{
	width: 190px;
	height: 60px;
	background: url(../img/youyuku.png) no-repeat 50% 100%;
	background-size: 80%;
	margin: 0 auto 10px;
}

.register_bg{
	width: 100%;
	min-width: 1152px;
	height: 700px;
	/*background: linear-gradient(90deg,#59b7ff, #5396e4);*/
}

.form-group{
	margin-bottom: 20px;
}

.padringht{
	float: left;
	width: 70%;
	padding-right:0; 
}

.padleft{
	float: left;
	width: 30%;
	margin-left: -1px;
	cursor: pointer;
}

.padleft span{
    border-radius: 6px;
}

#form1{
	width: 400px;
	padding: 36px;
	margin: 160px auto;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 30px #333;
}

.register_icon{
	width: 100px;
}
.btn-default:hover,.btn-default:focus,.btn-default:active{
	color: #fff !important;
	background: #3bb3c2 !important;
}
.btncss{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size:14px;
	background: #3bb3c2;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.subcss{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
}

.input-lg{
	border-radius: 0;
	font-size: 14px;
	height: 40px;
}


.goto a{
	color: #3bb3c2;
	margin-top: 10px;
}
.goto a:hover{
	color: #00a6bb;
}
.goto a.login{
	float: right;
}