@font-face {
	font-family: 'Bellota-LightItalic';
	src: url('../fonts/Bellota-LightItalic.otf');
}
@font-face {
	font-family: 'Bellota-BoldItalic';
	src: url('../fonts/Bellota-BoldItalic.otf');
}
@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url("../fonts/HelveticaNeue-Light/HelveticaNeue-Light.eot");
}


html, body {
	height: 100%;
	min-height: 100%;
}

form {
	text-align: center;
	font-family: 'HelveticaNeue-Light'; 
	color: #193B68;
}

body{
	margin: 0;
	padding: 0;
	background-color: #002644;
}

a {
	text-decoration: none;
	color: #193B68;
}

.wrapper {
	background-image: url("../images/image-asset-bg-black-overlay.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;

}

.login_box {
	font-family: 'HelveticaNeue-Light';
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 100;
	bottom: 0;
	width: 35%;
	background-color: #ffffff;
	border: 1px solid #EDEDED;
	border-radius: 7px;
	padding: 5px;
	opacity: 0.98;
}

.login_box form {
	margin-top: 2%;
}

.login_header {
	font-family: 'HelveticaNeue-Light';
	width: 100%;
	height: 35%;
	background-color: #193B68;
	color: #fff;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.login_header img {
	max-width: 100%;
	max-height: 65%;
	margin-left: auto;
	margin-right: auto;
}

.login_header h2 {
	font-family: 'HelveticaNeue-Light';
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
}

input[type="submit"] {
	background-color: #193B68;
	border: 1px solid #193B68;
	border-radius: 3px;
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 100%;
}

input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 70%;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 5px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
	border-color: #3498db;
}

#second {
	display: none;
}


@media (max-width: 980px) {
	.login_box {
		width: 75%;
	}
	
}













