body {
	background-image: url(../images/bg.jpg);
	
	font-family: 'Open Sans', sans-serif;
}
label {
	font-weight:300;
	font-size:13px;
	text-align:left;
	display:block;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif !important;
	font-weight:700;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-weight: normal;
}
li {
	list-style: none;
}
a {
	outline: 0 !important;
}
.no-pad-left {
	padding-left:0;
}
.no-pad-right {
	padding-right:0;
}
.no-pad{
	padding-left:0;
	padding-right:0;
}
header {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content {
	background: url(../images/content-bg.jpg);
	padding-bottom:150px;	

}
.social {
	margin-top: 15px;
}
.social li {
	float: left;
	vertical-align: middle;
	line-height: 32px;
	margin-right: 6px;
}
.social li a i {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #333;
	color: #fff;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}
.social li .fa-facebook {
	background: #3b5998;
}
.social li .fa-linkedin {
	background: #007bb6;
}
.social li .fa-twitter {
	background: #55acee;
}
.social li .fa-google-plus {
	background: #333;
}
.content h1 {
	text-align: center;
	color: #fff;
	line-height: 52px;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logins {

	background: rgba(0,0,0,0.6);
	border-radius: 75px;
	margin-top:30px;
	padding-top:50px;
	padding-bottom:50px;
}
.logins h2 {
	text-align: center;
	font-size: 25px;
	margin: 0;
	
	
	font-weight: 700;
}
.logins h2 span {
	font-size: 14px;
	font-style: italic;
	display: block;
	padding-top: 15px;
	font-weight: 300;
	color:#fff;
}

.logins h2 a:hover {
	text-decoration: none;
	color:#fff;
}
footer .copy {
	text-align: center;
	font-size: 13px;
	color: #333;
	margin-top: 10px;
}
.staff {
	color:#f1710d;
}
.student {
	color:#a8ce26;
}
.associate {
	color:#65c5f6;
}
.modal-dialog {
  margin: 200px auto 30px auto;
}
.modal-body {
  padding: 0px;
}
.login h3 {
  margin: 15px 0 5px 0;
}
.form-group {
  margin-bottom: 10px;
}
button.close {
  margin-right: 5px;
}
