@charset="UTF-8";
html,body{
	margin:0;
	padding:0;
	text-align: center;
}
body{
	background-image: url(further_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 300%;
}
header{
	width: 100%;
	height: 80px;
	padding:60px 0 0 0;
}

span{
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	height: 80px;
	padding-left: 40px;
	font-size: 24px;
	color: white;
}
header p{
	font-size: 16px;
}
#downLoad{
	margin:0;
	padding-top: 40px;
	width: 100%;
}
input{
	width:200px;
	height: 60px;
	border-radius: 5px;
	display: block;
	margin:50px auto;
	font-size: 24px;
	font-weight: bold;
	outline: none;
	-webkit-appearance:none;
	box-shadow: none;
	background-color: #31a4eb;
	border-color: #31a4eb;
	color: white;
}
#iOS{
	background-image: url(apple_icon.png);
	background-size: 50px 50px;
	background-repeat:no-repeat;
	background-position: 10px;
	padding-left:50px;	
}
#andriod{
	background-image: url(andriod_icon.png);
	background-size: 50px 50px;
	background-repeat:no-repeat;
	background-position: 10px;
	padding-left:50px;
}
.bottom{
	position: absolute;
	bottom: 10px;	
	width: 100%;
	text-align: center;
}