﻿.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font: Metric, Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted {
    margin: 10px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}


label {
    display: inline-block;
    margin-bottom: .33em;
}

.k-textbox {
    width: 100%;
}

/******** PRINCIPAL ********/
.fuente_pequeña {
    color: #808080;
    font-size: 1em;
    font-weight: bold;
}

.header_principal {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #176229;
}

    .header_principal img {
        height: 100%;
        margin: 10px;
    }

/**** LOGIN ***/

.contenedor_login {
    font: Metric, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    width: 30em;
    height: 30em;
    background-color: #dceeed;
    margin-left:5em;
    margin-right:5em;
    margin-top:1em;
}

.contenedor_centrado {
    align-items: center !important;
    padding:1.5em;
}

.contenedor_centrado input{
    width:100%;
    font-size:14pt;
    height:2.5em;
}

.k-button
{
    width: 150px;
}

.contenedor_principal{
    min-height:min-content;
}