/*--------------------------------------------
PÁGINA DE RECUPERAR PASSWORD
----------------------------------------------*/
#form-recuperar-password .ar-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;
}

#form-recuperar-password .ar-error-msg span {
	color: #FFF;
}

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

#form-recuperar-password .button-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;
}

#form-recuperar-password .button-submit:hover { 
    background-color: #ffde0a;
    border-color: #f0ba00;
}

#form-recuperar-password .button-submit:disabled { 
    background-color: #a9a9a9 !important;
    border-color: #a9a9a9 !important;
}

#form-recuperar-password #password-strength { width: 100%; padding: 5px; text-align: center; margin-bottom: 15px; }
#form-recuperar-password #password-strength.short { color: #fff; background-color: #FF0000; }
#form-recuperar-password #password-strength.bad { color: #fff; background-color: #FF8C00; }
#form-recuperar-password #password-strength.good { color: #fff; background-color: #32CD32; }
#form-recuperar-password #password-strength.strong { color: #fff; background-color: #008000; }