/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/07/2017, 01:21:06 PM
    Author     : Juan Antonio Pacheco
*/

.red{
    color: red!important;
}
.oculta{
    display: none;
}
.sele_login{
    margin-bottom: 15px;
    border-radius: 4px;
    border: none;
    background: #222224;
    box-shadow: none;
    font-size: 13px;
    color: #fff;
    padding: 10px;
}

/* Mario Serna */
.login_image{
    max-width:400px;
}
@media (max-width:400px) {
    .login_image{
        max-width:100%;
    }
}