    body {
	margin:0 auto
}
#bigBox {
	margin:0 auto;
	margin-top:100px;
	width:320px;
	height:300px;
	border-radius:10px;
	background-image:linear-gradient(to bottom right,#b721ff,#1565c0);
	text-align:center
}
#bigBox h1 {
	color:rgba(255,255,255,0.84)
}
#bigBox a {
	font-size:15px;
	margin-top:20px;
	color:LightGray
}
.l {
	float:left
}
.r {
	float:right
}
.btn {
	display:inline-block;
	margin-top:20px;
	width:100px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #ccc;
	background:white linear-gradient(180deg,#fff 0%,#f3f3f3 100%);
	border-radius:2px;
	color:#666;
	cursor:pointer;
	font-size:16px;
	line-height:40px
}
#bigBox .inputBox {
	margin-top:10px
}
#bigBox .inputBox .inputText {
	margin-top:20px
}
#bigBox .inputBox .inputText input {
	border:0px;
	padding:5px 5px;
	background-color:rgba(52,52,59,0.64);
	color:white
}
