﻿/*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;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.reg-header h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

/*Reg Forms*/
.reg-page label {
	color: #777;
}
.dorehamiImg {
    height: 700px;
    position: relative;
    padding-bottom: 150px;
    background-attachment: fixed;
    margin-top: -40px;
}
.dorehamiImgM {
    margin-bottom: 50px;
}
@media (max-width: 900px) {

	.logo-register-mobile {
		margin-right:66%;
	}
}

.CenterGreen{
	background-color:gainsboro;
	text-align:center;
}