.forgot-password {
	padding-top:8px;
}

body {
	position: relative;
	padding-top:150px;
	background-color: #444;		
}

body:before {
	content: "";
	z-index:-1;
	background: url("../images/celerity.jpg"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0.7;
}

html, body {
	height:100%;
}

.login-details {
	width: 35%;
	margin: auto;
}

.welcome-message {
	text-align: center;
	margin: 0px;
	padding: 0px 5px 15px 0px;
	font-weight: 300;
	color: #919191;
	font-size: 32px;
}

.sign-submit {
	font-size: 18px;
}

input:focus {
	outline: none;
	border-color: #61B2A7;
	box-shadow: 0 0 5px #61B2A7;
}