html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.btn-unab {
    background-color: #A90429 !important;
    width: 100%;
}

    .btn-unab:hover {
        background-color: #A90429 !important;
        width: 100%;
    }

    .btn-unab:active {
        background-color: #38010d !important;
    }

.btn-unabfocus {
    background-color: #38010d !important;
}



.title {
    margin-bottom: 0;
    margin-top: auto;
}

.title-logo {
    text-align: right;
}

.rut-input {
    height: 3em;
    text-align: center;
    line-height: 7em;
    font-size: 30px;
    margin-bottom: 1em;
}

.unab-logo-container {
    text-align: center;
}

    .unab-logo-container > img {
        width: 200px;
    }

.error-label {
    color: red;
    font-weight: 600;
}

.custom-margin-top {
    height: 2em;
}

.unab-logo-access {
    width: 150px;
}


.access-title {
    display: inline-block;
}

.title-row {
    margin-bottom: 1em;
}
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }


.inp-cs{
    max-width:25vh;
    display:inline;
}