/* EISI | Usuario | Registro | index.css
   Creado el 2015-03-25 por Romel Pérez, prhone.blogspot.com */

label {
    float: left;
    clear: left;
}

select,
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
    display: block;
    float: left;
    clear: left;
    width: 300px;
    margin-bottom: 10px;
}

.text-normal {
    font-weight: normal;
}

.select-container {
    overflow: hidden;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

.contenedor {
    max-width: 100% !important
}

@media (max-width: 768px) {
    .contenedor {
        width: 100% !important;
        margin: 0px auto !important;
    }
    .row-fluid {
        width: auto !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row-fluid .span5, .row-fluid .span10 {
        width: 100% !important;
        margin: 0px !important;
    }
    .contenedor div.row-fluid div.span5 {
        width: fit-content !important;
    }
}
