body{
	background:#b0dffd url(../images/bg.jpg) no-repeat center top fixed;
	font-family:'Open Sans';
}

.prime-div{
	background:#fff;
	background-size:100% 100%;
	padding: 15px 30px;
	-moz-border-radius: 20px;
	border-radius: 20px;
 	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border:8px solid #fff;
	margin-bottom:20px;
 }

.logo{
	background:#0072bc;
	padding:10px 0;
}

.btn-primary{
	font-weight:700;
	text-transform:uppercase;
}
 
		
h1{
	font-size:35px;
	color:#0071bb;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	text-shadow: 0 0 4px #FFFFFF;
 }
 
 p {
 	text-align:center;
}

h2{
	margin:10px 0;
}

h5{
	font-weight:800;
	padding:0 10px;
	color:#0071bb;
	margin:20px 0;
	font-size:20px;
}

.tip_h2{
	text-align:center;
	font-weight:800;
	color:#f4761f;
	margin-top:30px;
}

