/*--FORM INGRESAR---------------*/
span.icon-users-key {
    background-image: url("../images/icon-users-key-chico.png");
    background-position: 110px 0;
    background-repeat: no-repeat;
    padding: 4px 40px;
}
form#frm-login input[type="text"], form#frm-login input[type="password"]{
    width: 173px;
    margin-bottom: 5px;
}
form#frm-login input.btn-ingresar{
    margin-left: 50px;
    margin-top: 10px;
}
.forgot-pass{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
/*.forgot-pass a:hover{
    color: #D33334;
}*/
/*--FIN FORM INGRESAR-----------*/