body{
	background-color: #EFEFEF;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	color: black;
	font-size: 20px;
}

header{
	position: absolute;
	width: 100%;
	height: auto !important;
	left: 0;
	top: 0px;
}
.top{
	width:100%;
	height:25px;
	background-color: black;
}
.logo{
	width:100%;
	background-color: #308845;
}

footer {
    position: absolute;
    background-color: black;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: white;
    text-align: center;
    padding-top:10px;
}

.center{
	position: absolute;
	top: 20%;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #EFEFEF;
	overflow: hidden;
	left:0;
}

.container {
	max-width: 650px;
	padding: 50px 0;
	height: 450px;
	margin: 0 auto;
	text-align: center;
}

.section {
	max-width: 800px;
	padding: 50px 0;
	height: 450px;
	margin: 0 auto;
	text-align: center;
}

form {
	text-align: center;
}

.mail {
	float:left;
	margin-left:10px;
	width: 350px;
	text-align:right;
}

form label {
	float:left;
	margin-left:1px;
	width: 350px;
	text-align:right;
}

.emailAddress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 370px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}

form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 350px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}


form input:hover {
	background-color: white;
}


a {
	float:right;
	margin-top: 5px;
	margin-right:135px;
	color: black;
}
a:hover {
	color: #009251
}

.error {
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 20px;
	color: red;
	font-weight: bold;
}

.login {
	background-color: #FFFFFF;
	border-radius: 3px;
	border-color: #009251;
	border-style: solid;
	padding: 0;
	color: #009251;
	width: 382px;
	height: 45px;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;

}

.login:hover {
	background-color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
}
.login:focus {
	outline:none;
}

.sub {
	background-color: #009251;
	width: 140px;
	height: 45px;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
	border:0;
}

.sub:hover {
	background-color: #0650B5;
}

.btn {
	background-color: #009251;
	width: 140px;
	height: 45px;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
	border:0;
}

.btn:hover {
	background-color: #0650B5;
}

#loaderOverlay {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	animation: loader-circles 1s linear infinite;
}

@keyframes loader-circles {
	0% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.05), 19px -19px 0 0 rgba(255, 255, 255, 0.1), 27px 0 0 0 rgba(255, 255, 255, 0.2), 19px 19px 0 0 rgba(255, 255, 255, 0.3), 0 27px 0 0 rgba(255, 255, 255, 0.5), -19px 19px 0 0 rgba(255, 255, 255, 0.7), -27px 0 0 0 rgba(255, 255, 255, 0.9), -19px -19px 0 0 #fff;
	} 
	12.5% {
		box-shadow: 0 -27px 0 0 #fff, 19px -19px 0 0 rgba(255, 255, 255, 0.05), 27px 0 0 0 rgba(255, 255, 255, 0.1), 19px 19px 0 0 rgba(255, 255, 255, 0.2), 0 27px 0 0 rgba(255, 255, 255, 0.3), -19px 19px 0 0 rgba(255, 255, 255, 0.5), -27px 0 0 0 rgba(255, 255, 255, 0.7), -19px -19px 0 0 rgba(255, 255, 255, 0.9);
	} 
	25% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.9), 19px -19px 0 0 #fff, 27px 0 0 0 rgba(255, 255, 255, 0.05), 19px 19px 0 0 rgba(255, 255, 255, 0.1), 0 27px 0 0 rgba(255, 255, 255, 0.2), -19px 19px 0 0 rgba(255, 255, 255, 0.3), -27px 0 0 0 rgba(255, 255, 255, 0.5), -19px -19px 0 0 rgba(255, 255, 255, 0.7);
	} 
	37.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.7), 19px -19px 0 0 rgba(255, 255, 255, 0.9), 27px 0 0 0 #fff, 19px 19px 0 0 rgba(255, 255, 255, 0.05), 0 27px 0 0 rgba(255, 255, 255, 0.1), -19px 19px 0 0 rgba(255, 255, 255, 0.2), -27px 0 0 0 rgba(255, 255, 255, 0.3), -19px -19px 0 0 rgba(255, 255, 255, 0.5);
	} 
	50% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.5), 19px -19px 0 0 rgba(255, 255, 255, 0.7), 27px 0 0 0 rgba(255, 255, 255, 0.9), 19px 19px 0 0 #fff, 0 27px 0 0 rgba(255, 255, 255, 0.05), -19px 19px 0 0 rgba(255, 255, 255, 0.1), -27px 0 0 0 rgba(255, 255, 255, 0.2), -19px -19px 0 0 rgba(255, 255, 255, 0.3);
	} 
	62.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.3), 19px -19px 0 0 rgba(255, 255, 255, 0.5), 27px 0 0 0 rgba(255, 255, 255, 0.7), 19px 19px 0 0 rgba(255, 255, 255, 0.9), 0 27px 0 0 #fff, -19px 19px 0 0 rgba(255, 255, 255, 0.05), -27px 0 0 0 rgba(255, 255, 255, 0.1), -19px -19px 0 0 rgba(255, 255, 255, 0.2);
	} 
	75% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.2), 19px -19px 0 0 rgba(255, 255, 255, 0.3), 27px 0 0 0 rgba(255, 255, 255, 0.5), 19px 19px 0 0 rgba(255, 255, 255, 0.7), 0 27px 0 0 rgba(255, 255, 255, 0.9), -19px 19px 0 0 #fff, -27px 0 0 0 rgba(255, 255, 255, 0.05), -19px -19px 0 0 rgba(255, 255, 255, 0.1);
	} 
	87.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.1), 19px -19px 0 0 rgba(255, 255, 255, 0.2), 27px 0 0 0 rgba(255, 255, 255, 0.3), 19px 19px 0 0 rgba(255, 255, 255, 0.5), 0 27px 0 0 rgba(255, 255, 255, 0.7), -19px 19px 0 0 rgba(255, 255, 255, 0.9), -27px 0 0 0 #fff, -19px -19px 0 0 rgba(255, 255, 255, 0.05);
	} 
	100% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.05), 19px -19px 0 0 rgba(255, 255, 255, 0.1), 27px 0 0 0 rgba(255, 255, 255, 0.2), 19px 19px 0 0 rgba(255, 255, 255, 0.3), 0 27px 0 0 rgba(255, 255, 255, 0.5), -19px 19px 0 0 rgba(255, 255, 255, 0.7), -27px 0 0 0 rgba(255, 255, 255, 0.9), -19px -19px 0 0 #fff;
	} 
}


