
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/7aC-Y4V2UPHQp-tqeekgkA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	color: #646464;
	background: url(images/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}
body a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

@media (min-width: 768px) {
	h1 {
		font-size: 50px!Important;
	}
	h3 {
		font-size: 24px!Important;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px!Important;
	}
	h3 {
		font-size: 16px!Important;
	}
}

#nav .navbar-custom {
	background-color: rgba(34, 34, 34, 0.93);
}
#login-form>.form-group {
	margin-bottom: 0;
}

#content {
	color: #FFF;
	text-align: center;
}
@media (max-width: 5000px) and (min-width: 2200px) {
	#welcome-box {
		padding: 20% 0;
	}
}
@media (max-width: 2200px) and (min-width: 1920px) {
	#welcome-box {
		padding: 15% 0;
	}
}
@media (max-width: 1920px) and (min-width: 1400px) {
	#welcome-box {
		padding: 10% 0;
	}
}
#welcome-box > h1 {
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}
#welcome-box > h3 {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}
#welcome-logo img {
	width: 100%;
}
#welcome-divider {
	width: 44%;
}
#login-box {
	text-align: left;
}
#login-box form {
	opacity: 0.96;
}
#login-box .panel {
	border: 10px solid transparent;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	background-color: rgba(0, 0, 0, 0.66);
}
#login-box-head {
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.85); /*#222*/
}
#login-box-head p, #login-box-head h4 {
	margin: 0;
}
#login-box-body {
	color: #222;
	padding: 20px;
	background: rgba(0, 0, 0, 0.26); /*background: #F4F4F4;*/
}
#login-box-body .input-group {
	margin-bottom: 10px;
	float: left;
	padding: 0 5px;
}
#login-box-body .fa, #login-box-body .glyphicon {
	width: 16px;
}
#login-box-foot {
	margin-top: 10px;
	border-top: 1px solid #999;
	padding-top: 10px;
	font-size: smaller;
	color: #FFF;
}
label.remember-me {
	color: #FFF;
}
.control {
	margin-bottom: 0;
}


footer {
	color: #888;
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.93);
}

p.copyright {
	margin: 15px 0 0;
}