/*--------------------------------------------
PÁGINA DE LOGIN
----------------------------------------------*/
.login-remember { display: none; }

.ar-login-error-msg {
	line-height: 40px;
	background-color: #FF0000;
	margin-bottom: 40px;
	text-align: center;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ar-login-error-msg span {
	color: #FFF;
}

.ar-login-success-msg {
	line-height: 40px;
	background-color: #006000;
	margin-bottom: 40px;
	text-align: center;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ar-login-success-msg span {
	color: #FFF;
}

#loginform p { text-align: center; }
#loginform p label { display: block; font-weight: bold; }
#loginform p input { text-align: center; }

#loginform input#wp-submit {
	font-size: 18px;
    color: #fff !important;
	text-transform: uppercase;
	
    background-color: #81b748;
    border-style: solid;
    border-width: 2px;
    border-color: #5a8d23;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    padding-top: 16px;
    padding-right: 50px;
    padding-bottom: 16px;
    padding-left: 50px;
}

#loginform input#wp-submit:hover { 
    color: #fff !important;
    background-color: #ffde0a;
    border-color: #f0ba00;
}

#div-recuperar-password { text-align: center; }