﻿.h-120 {
    height: 120% !important;
}

/* Simulando BS 5 */
.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.title-image {
    background-image: url("../../img/gob-home.svg");
    background-repeat: no-repeat;
    width: 186px;
    height: 52px;
}

.error-en-campo {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.error-en-campo-form {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: .875em;
    color: #dc3545;
}

/* Login */
.loginBody {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin input[id="rut"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[id="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

/* Fin Login */


.loader {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.loader-light {
    background: rgba(255, 255, 255, 0.5) !important;
}

.loader .loader-container {
    position: fixed;
    z-index: 99999;
    top: 50%;
    width: 100%;
}

    .loader .loader-container .lds-ripple {
        position: fixed;
        left: 50%;
    }

    .loader .loader-container .loader-text {
        text-align: center;
        color: white;
        max-width: 400px;
        margin: 30px auto 0px auto;
    }

.loader-light .loader-container .loader-text {
    color: rgb(48, 46, 46) !important;
}

.loader .loader-container .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-light .loader-container .lds-ripple div {
    border: 4px solid rgb(48, 46, 46) !important;
}

.loader .loader-container .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

footer {
    min-height: 0px !important;
}

.btn-normal {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
}

@keyframes lds-ripple {
    0% {
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -36px;
        left: -36px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
