/* Custom Login Styles */
body.login {
	background-color: #FFF;	
	height:100%;
}

#login{
	position: relative !important;
	}
/* logo */
h1 {
	width: 100%;
	height: auto;
}
.login h1 a {
	background: url("img/elos-educacional.svg") no-repeat scroll center center transparent;	
    height: 90px;
    margin: 0 auto;
    width: 100%;
}
/* messages */
.message {
	background:#fff !important;
	border: none !important;
	 bottom: -135px;
    color: #666666;
    position: absolute;
    right: 0;
    text-align: center;
    width: 300px;
}
.login #login_error {
	background-color:#fff;
	border-color:#c00;
	color:#c00
}
/* login form */
.login form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none !important;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3) !important;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3) !important;
	font-weight: normal;
	padding: 25px !important;   
}
.login label {
	color:#000
}
.login input {
	border: 1px solid #000;
    color: #000;
    transition: all 200ms ease-in;	
}
.login input:focus{
	border: 1px solid #7F53A5;
	box-shadow: none;
	outline: none;
}
.login .button-primary {
	background: #7F53A5;
	border: 1px solid #7F53A5;
	border-radius: 4px;
	height: 30px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 30px !important;
	box-shadow: none;
	text-shadow: none;
    font-weight: bold;
    transition: all 200ms ease-in;	
}
.login .button-primary:hover{
	background: #A586BF;
	border: 1px solid #A586BF;		
}
	
/* links below login forms */
.login #nav, .login #backtoblog {
	float: none;
	padding: 2px;
	margin: 20px auto 0;
	text-align: center;
}
.login #nav a, .login #backtoblog a {
	color:#000!important;
	text-decoration:none;
    text-shadow: none !important;
    transition: all 200ms ease-in;	
}
.login #nav a:hover, .login #backtoblog a:hover {
	color:#7F53A5!important;
}
.login #nav, .login #backtoblog {
    text-shadow: none !important;
}

