﻿


/*******************
LOGIN FORM
*******************/
.user-login {
width:85%;
margin: 20px auto;
position: relative;	
}
.user-login  h3{
font-family: Arial, Helvetica, serif;
}
.user-login .lead{
	font-size:2em;
	margin-left:25px;
}
.login-form {
	width: 100%;
	position: relative;	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .header {
	padding: 10px 20px 20px 20px;
}

.user-login .nav-pills{
font-size:1em;
}
.user-login .nav-pills a{
	color:#000;
}
.user-login .nav-pills li.active a{
	color:#fff;
}
.login-form .header span  {
	font-size: 0.9em;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}
.login-form .content span {
	font-size: 1em;
	line-height: 16px;
	color: #678889;
	text-shadow: 2px 1px 0 rgba(256,256,256,1.0);
}
/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input {
	width: 188px;
	padding: 15px 25px;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 15px;
}

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.content input:focus + div{
	left: -46px;
}



/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 15px 20px 30px 20px;
	overflow: auto;	
	background: #dedede;
	border-top: 1px solid #fff;	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 11px 25px;	
	font-family:  Arial, Helvetica, serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
	background: #61b1f6;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;	
	background: #56c2e1;	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}


.announcements{
	font-size:1em;
	height:100%;
	padding:10px;
	border: 1px solid #ddd;
	background:#fafafa;
	margin-top:-15px;
}
.announcements a{
	color: #61b1f6;
	font-weight:800;
	}
	
.announcements p{

}
.announcements  .header {
	font-family: 'Bree Serif', serif;
	padding-left:20px;		
}


