/*Registration and Login Page v1
------------------------------------*/
.reg-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px #eee;
}

.reg-header h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
    .reg-header h2 {
        font-size: 18px;
        line-height: 25px;
    }
/*Reg Forms*/
.reg-page label {
	color: #777;
}