@import url( 'reset.css' );

html, body {
	font-family: 'opensans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	position: relative;
	width: 100%;
	color: #666;
	min-width: 300px;
	min-height: 600px;
	background: #e9e9e9;
}

/*#bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 500px;
	background: #ccc;
	background-image: url(../../../images/img-home.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
}*/

a, button, input {
	outline: none;
}

h1, h2, h3, #login #submit-container input {
	font-family: "lobster";
	font-weight: normal;
}

::selection {color:#fff;background:#00739c;}
::-moz-selection {color:#fff;background:#00739c;}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
#logo {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#header {
	margin-top: 100px;
}
	
	#h1-container {
		border: 1px solid #CCC;
		margin: 10px auto 0 auto;
		width: 500px;
		width: 100%;
		max-width: 500px;
		padding: 30px;
		text-align: center;
		background: #fff;
	}
	/*#header .top {
		position: relative;
	}
	#header #h1-container{
		padding: 10px 0 0 0;
	}*/
	#header h1 {
		margin: 0;
		text-align: center;
	}
		#login {
			text-align: center;
			display: block;
			margin-bottom: 0;
			width: 100%;
			float: left;
		}
			#login h2 {
				display: none;
			}
			#login form {
				padding-top: 20px;
			}
			#login .input {
				margin-bottom: 10px;
			}
			
			#login label {
				display: none;
			}
			#login .input input {
				width: 100%;
				box-sizing: border-box;
				padding: 5px;
				font-size: 16px;
				border: none;
				margin: 0;
				outline: none;
				background: #e4e4e4;
				color: #000;
			}
			input:-webkit-autofill {
				-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
			}
			#login .input {
			}
			#login label span {
				display: none;
			}
			#login #submit-container {
				display: block;
				width: 100%;
				text-align: right;
			}
			#login #submit-container .submit {
				background: #004b64;
				font-size: 16px;
				border: none;
				margin: 0;
				outline: none;
				color: #fff;
				display: block;
				padding: 5px;
				cursor: pointer;
				width: 100%;
			}
			#login #submit-container .submit:hover {
				background: #00739c;
			}
			
		
		

::-webkit-input-placeholder {
    color: #c6c6c6;
}
::-webkit-input-placeholder:after {
    color: #c6c6c6;
}
:-moz-placeholder {
    color: #c6c6c6;
}
:-moz-placeholder:after {
    color: #c6c6c6;
}
:-ms-input-placeholder {
    color: #c6c6c6;
}
:-ms-input-placeholder:after {
    color: #c6c6c6;
}
		.message { 
			right: 0;
			text-align: center;
			background: #C00;
			padding: 5px;
			margin-bottom: 20px;
		}
		.message.blue { 
			background: #00739c;
		}
		
		.message .error {
			font-family: 'opensans', Helvetica, Arial, sans-serif;
			font-weight: normal;
			color: #fff;
		}
		
		#footer {
			width: 700px;
			margin: 10px auto;
			color: #999;
			font-size: 12px;
			text-align: center;
			line-height: 1.4;
		}
		#footer p {
			margin: 20px 0;
		}
		
@media screen and (max-width: 600px) {
	#bg-image{
		display: none;
	}
	#header {
		width: 100%;
	}
}