/*body {
	background: url(../images/login.jpg) top center no-repeat #fff;
	background-size: cover;
	text-align: center;
}
*/	
#Logo {
	top: 20px;
	left: 20px;
	width: 100%;
}
	@media only screen and (min-width: 768px) 
	{
		#Logo {
			position: fixed;
		}	
	}

.login-logos {
	display: flex;
	align-items: center;
}

.login-form {
	padding-top: 20%;
}

form {
	margin: 40px auto;
	display: block;
	width: 100%;
}

label {
	text-transform: uppercase;
	font-weight: bold;
}

input {
	border: 1px solid #ccc;
	width: 92%;
}

.btn, .btn-user-action {
	text-transform: uppercase;
	background: #666;
	color: #fff;
	border: none;
	padding: 7px 20px;
	margin-right:2px;
}

.btn:hover, .btn-user-action:hover {
	background: #FFA368;
}

.btn-user-action {
	width: 2em;
}

.login-button {
	width: 20.4%;
}

section {
	padding-left: 10%;
	padding-right: 10%;
}
	@media only screen and (min-width: 768px) 
	{	
		section {
			padding-left: 20%;
			padding-right: 20%;
		}	
	}
	
#ColourBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

	#ColourBar .colour-bar-third {
		width: 33.33333%;
		float: left;
		height: 100%;
	}
	
#ResetLink {
	font-size: 12px;
	text-transform: uppercase;
}