/* your styles go here */

.message{
	padding: 3%;
	color: #fff;
	background-color: #579ED2;
	opacity: 0.9;
}

.font{
	font-family: 'Oxygen', sans-serif;
}

.img-logo {
	/*-webkit-filter: drop-shadow(5px 5px 5px #222);*/
	/*filter:         drop-shadow(5px 5px 5px #222);*/
}

/* Set a background image by replacing the URL below */
body {
	background: url('../img/main.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Preloader_2.gif') center no-repeat #fff;
}

.btn-primary{
	background: goldenrod;
}
.btn-primary:hover{
	border: none;
	background: gainsboro;
	color:black;
}
