/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}

body{
	color: #333333;
	padding:0px;
	margin:0px;
	background-color:#1E98D5;
	font-family:"Source Sans Pro" !important;
}
input{
	width: 164px;
	height: 20px;
	font-size: 14px;
	color: #000000;
	padding-left:5px;
}
.formelement{
	margin-bottom:5px;
}
button#btnSignIn{
  font-size: 14px;
  width: 173px;
  border: 1px solid #999;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  background: none repeat scroll 0 0 #1F9BDE;		  
}
a#forgotpassword, a#forgotusername {
	 text-decoration: none;
	 color:#999;
	font-size: 11px;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 6px 2px #4F4D4D;
	   -moz-box-shadow: 0px 0px 6px 2px #4F4D4D;
			box-shadow: 0px 0px 6px 2px #4F4D4D;
}
h3{
	font-weight:400;
	margin:5px 0px 0px 0px;
}
h3 strong{
	font-weight:700;
	font-size:125%;
}
p{
	margin-top:5px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#divOuter{
	width:450px;
	background-color:#F6F6F6;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding:20px 10px 10px 10px;
}
@media (max-height: 560px){
	#divOuter{
		margin-top:50px;
	}
}
#divTop{
	padding:0px 20px 10px 10px;
	overflow:auto;
}
#divBottom{
   padding-top:5px;
   padding-left:20px;
   height:205px;
   clear:both;
   background: #25cbd3 url('../images/login/collab2.png') no-repeat right bottom;
    border: 1px solid #999;
}

#divBottom p{
   width:190px;
   margin-top:20px;  
}

#divForm{
	float:right;
}
#divLogo{
	float:right;
	padding-right:40px;
}

.footer{
	font-size:12px;
	width:100%;
	text-align:center;
	padding-top:5px;
}

.footer a, #footer a:hover, #footer a:visited{
	color:#3382C5;
	text-decoration:none;
}