body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

.container { 	
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	width: 100%;
	vertical-align: middle;	
}

.header {
	margin: 0 0 40px;
	padding: 0;
	display: block;
}

.header a {
	text-decoration: none;
}

.logo {
	margin: 0; 
	padding: 0;
	height: 116px;
	vertical-align: middle;
	width: 450px;
}

	.logo a {
		display: block;
	}
	
.content {
	margin-bottom: 20px;
}

.content:after {
	content:"";
	display: table;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center !important;
}

.footer {
	margin: 0;
	padding: 35px 0px;
	text-align: center;
	font-size: .7em;
	color: #ccc;
	font-weight: normal;
	background: #111;
}

.footer a {
	color: #4ca9b4;
}




.green {
	color: #4ca9b4;
}

.blue {
	color: #5e6b83;
}
.blue-dark {
	color: #133579
}
.gray {
	color: #999;
}

h2 {
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

h3 {
	font-weight: normal;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	margin: 40px 0 20px;
	color: #1c808c;
}
h5 {
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul {
	margin-bottom: 40px;
}

strike {
	color: #888;
}

a {
	color: inherit;
	border: none;
}

a:hover {
	color: #4ca9b4;
}

hr {
	margin-bottom: 20px;
	border: none;
	width: 100%;
	background-color: #8e98ac;
	height: 1px;
	clear: both;
}




.column {
	width: 42%;
	float: left;
	padding: 2% 4%;
}


.login {
	margin: 0 0 20px;
	padding: 5% 2% 2%;
	width: 100%;
	border: 3px solid #8e98ac;
	float: left;
	box-sizing: border-box;
	box-shadow: 0px 0px 80px rgba(94, 107, 131, .65);
}

.input {
	margin-bottom: 10px;
}

.input input[type='text'], .input input[type='password'] {
	font-size: 16px;
	background: #fff;
	border: 1px solid transparent;
	height: 36px;
	width: 60%;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-indent: 15px;
	line-height: 36px;
	transition: .3s;
}

.input input:focus {
	border-color: #4ca9b4;
}

::placeholder, -moz::placeholder {
	color: #ccc;
}

.input label {
	display: inline-block;
	width: 26%;
	text-align: right;
	margin-right: 3%;
	font-size: 14px;
}

input[type='text'], input[type='text']:focus, input[type='password'], input[type='password']:focus {
	outline: 0;
}

.submit {
	text-align: center;
	margin: 20px auto 0;
}
.submit input {
	background: #1c808c;
	border: 2px solid #1c808c;
	outline: none;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.submit input:hover {

}


.login.ohs {
	
}
.ohs .submit input {
	border-color: #133579;
	background: #133579;
}
.ohs .submit input:hover {

}
.ohs .input input:focus {
	border-color: #a38b3a;
}
.ohs h4 {
	color: #006acd;
}

.details {
	font-size: 16px;
}

.link {
	text-decoration: underline;
	font-size: 80%;
}
.gfont {
	font-family: 'Allura', cursive;
}
.year {
	color: #fff; 
	font-size: 72px !important; 
	position: relative; 
	bottom: 30px;
}
.button {
	padding: 10px 20px;
	background: #e38601;
	color: #fff;
	font-weight: normal;
	border-radius: 6px;
	border: 1px solid #333;
	font-size: 18px !important;
	text-decoration: none !important;
}
.button:hover {
	color: #fff !important;
	background: #c57502;
}
.fullwidth {
	display: block;
	text-align: center;
}


@media screen and (max-width: 800px) {
	body {
		line-height: 1.3em;
	}
	.column {
		width: 92%;
		float: none;
		display: block;
		margin-bottom: 50px;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	
	.header {
		margin-bottom: 20px;
	}
	
	.input label, .input input {
		display: block !important;
		width: 100% !important;
		text-align: left;
	}
	
	.footer span {
		display: block !important;
		width: 100% !important;
	}
}