*{
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
 html,body{
    width:100%;
}
 body{
    background:url(../img/reg.png) no-repeat;
    background-size: 100%;
}

.gyl{
	width:510px;
	height: 237px;
	color: #FFFFFF;
	font-size: 48px;
	position:absolute;
    left:10%;
	text-align: center;
    top:11%;
    
    bottom:0px;
    margin:auto;
}
.gy2{
	color: #fff;
	margin-left: 6px;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.bg{
	width: 260px;
	height: 320px;
	background: #fff;
    padding:10px;
    margin:auto;
    z-index: 1;
    border-radius: 5px;
}

.img{
	width: 100%;
	position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
    z-index: -1;
}
.wel{
	width: 375px;
	height: 35px;
	color: #347ebc;
    font-size: 1.5rem;
    position: absolute;
    top: 2rem;
    text-align: center;
}






.signup-footer{border-top: solid 1px rgba(255,255,255,.3); position:absolute; bottom:0px;margin:20px 0;padding-top: 15px; color:#fff;left:20%}
