html, body {
    height:100%;
}

.row {
    display: contents;
}

.container-fluid {
    height:100%;
    padding: 0;
}

.logotipo {
   /* padding-top: 15%;*/
}

#logo {
    width: 60%;
}

#titulo {
    max-width: 40%;
}

.info {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 10%;
}

.info h3 {
    padding-bottom: 30px;
}

.formulario {
    /*height: 57%;*/
    /*padding-top: 5%;*/
}

.foot {
    height: 10%;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
}

.foot h5 {
    font-weight: bold;
}

.displaytable {
    display: table;
}

.fullheight {
    height: 100%;
    padding: 0px;
}

#alerta > .alert {
    width: 50%;
    text-align: center;
    display: none;
    margin: auto auto 10px;
}

#alerta {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1030;
    top: 15%;
}

.mt-2 {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20%
}

.mr-1 {
    margin-right: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.pt-5 {
    padding-top: 5%;
}

.bg {
    background-color: #388E3C;
}

.bs {
    border-right: 1px solid #999;
    box-shadow: 2px 0 5px -2px #888;
}

.text-black {
    color: #000;
    font-weight: 300;
}

.text-white {
    color: #fff;
}

.lineheight {
    line-height: 20px;
}

.form-group a {
    font-weight: bold;
}

.form-group a:hover {
    text-decoration: none;
    color: #388E3C;
}

.input-group-addon, .form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}
.btn-tema {
    color: #fff;
    background-color: #388E3C;
    border-color: #388E3C;
}
.btn-tema:focus,
.btn-tema.focus,
.btn-tema:hover,
.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
    color: #fff;
    background-color: #388E3C;
    border-color: #2E7D32;
}

.btn-tema:active:hover,
.btn-tema.active:hover,
.open > .dropdown-toggle.btn-tema:hover,
.btn-tema:active:focus,
.btn-tema.active:focus,
.open > .dropdown-toggle.btn-tema:focus,
.btn-tema:active.focus,
.btn-tema.active.focus,
.open > .dropdown-toggle.btn-tema.focus {
    color: #fff;
    background-color: #2E7D32;
    border-color: #1B5E20;
}

.btn-tema:active,
.btn-tema.active,
.open > .dropdown-toggle.btn-tema {
    background-image: none;
}

.btn-tema.disabled:hover,
.btn-tema[disabled]:hover,
fieldset[disabled] .btn-tema:hover,
.btn-tema.disabled:focus,
.btn-tema[disabled]:focus,
fieldset[disabled] .btn-tema:focus,
.btn-tema.disabled.focus,
.btn-tema[disabled].focus,
fieldset[disabled] .btn-tema.focus {
    background-color: #388E3C;
    border-color: #388E3C;
}

.btn-tema .badge {
    color: #66BB6A;
    background-color: #fff;
}


/* modificacion para pantalla movil */
@media (max-width: 767px) {
    .card {
        padding: 0;
    }

    .login-form {
        margin-top: 0;
    }

    .fullheight {
        height: auto;
    }

    .info {
        display: none;
        /*padding: 5% 0;*/
    }

    .info h3 {
        font-size: 16px;
    }

    .bs {
        border-right: none;
        border-bottom: 1px solid #999;
        box-shadow: 2px 0 5px -2px #888;
    }
}
