/* ===================== */
/* ESTILOS GLOBALES */
/* ===================== */

body {
    font-family: 'Encode Sans Semi Condensed' !important;
    background: url('../Images/background/3.png'), linear-gradient(to right, #5c7d4f, #ffeb69);
    background-blend-mode: soft-light, normal;
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
}

.logo_app {
    z-index: 9999;
}

.grua {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    z-index: 1;
}

.modal-header h1 {
    color: #222 !important;
}

.modal-header img {
    width: 260px;
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff);
}

.form-group {
    padding: 20px 0 0;
}

.soporte_login {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    background: linear-gradient(to right, rgb(81 126 82 / 85%), rgb(255 235 105 / 85%));
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all ease-in-out 0.3s;
}

    .soporte_login:hover {
        filter: brightness(130%)
    }

    .soporte_login:active {
        filter: brightness(90%)
    }

    .soporte_login img {
        width: 100%;
        display: block;
    }

.form-wrap.bg_contratistas {
    background: url(../Images/background/1.png) left bottom / 160px no-repeat, url(../Images/background/2.png) right bottom / 160px no-repeat, url(../Images/background/bg_contratistas.jpg) center / cover no-repeat, linear-gradient(45deg, rgb(255 235 105 / 50%), rgb(81 126 82 / 50%));
    background-blend-mode: soft-light, soft-light, multiply, normal;
    display: table-cell;
    vertical-align: middle;
}



    .form-wrap.bg_contratistas h1 {
        color: #fff !important;
    }

    .form-wrap.bg_contratistas .modal-header {
        color: #fff;
        text-shadow: 0 0 30px rgba(255,255,255,0.5);
        padding: 61% 0 !important;
        font-size: 25px;
    }

.login_logo {
    vertical-align: middle;
    text-align: center;
    margin-top: 25px;
}

    .login_logo img {
        width: 268px;
    }

.columnas_login {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 20px 10px rgb(0 0 0/ 20%);
    border-radius: 5px;
}

.form-wrap {
    width: 50% !important;
    margin: 0 !important;
}

.label_see_password {
    color: #222;
    font-size: 16px;
}

.link_documentacion {
    font-size: 16px;
}

/* ===================== */
/* ESTILOS DE #LOGIN */
/* ===================== */

#login {
    padding: 55px 235px;
    border-radius: 5px;
    z-index: 9999;
}

    #login .form-wrap {
        margin: 0 auto;
        background-color: #fff;
        padding-left: 28px;
        padding-right: 28px;
        min-width: 250px;
        position: relative;
    }

    #login h1 {
        font-size: 30px;
        font-weight: 600;
        padding: 0;
    }

    #login .form-group {
        margin-bottom: 33px;
    }

    #login .checkbox {
        margin-bottom: 15px;
        margin-top: 0;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-align: left;
    }

        #login .checkbox.show:before {
            content: '\e013';
            color: #517e52;
            font-size: 14px;
            margin: 2px 0 0 3px;
            position: absolute;
            pointer-events: none;
            font-family: 'Glyphicons Halflings';
        }

        #login .checkbox .character-checkbox {
            width: 20px;
            height: 20px;
            cursor: pointer;
            border: 1px solid #ccc;
            vertical-align: middle;
            display: inline-block;
        }

        #login .checkbox .label {
            color: #6d6d6d;
            font-size: 13px;
            font-weight: normal;
            padding: 10px 16px;
        }

    #login .form-control {
        background: rgba(255,255,255,0.5);
        border: none;
        border-bottom: 2px solid rgb(0 0 0 / 40%);
        box-shadow: none;
        font-size: 18px;
        height: 40px;
        margin: 15px 0;
    }

        #login .form-control::focus-visible {
            outline: none !important;
        }

        #login .form-control::placeholder {
            color: #bbb;
        }

    #login .btn.btn-custom {
        background: #5c7d4f;
        transition: all ease-in-out 0.3s;
        font-size: 14px;
        margin-bottom: 0px;
    }

        #login .btn.btn-custom:hover {
            background: #859e7b;
        }

    #login .forget {
        font-size: 13px;
        text-align: center;
        display: block;
    }

/* ===================== */
/* MEDIA QUERIES BOOTSTRAP */
/* ===================== */

@media (max-width: 575.98px) {
    .form-wrap.bg_contratistas {
        background: url(../Images/background/1.png) left bottom / 70px no-repeat, url(../Images/background/2.png) right bottom / 70px no-repeat, url(../Images/background/bg_contratistas.jpg) center / cover no-repeat, linear-gradient(45deg, rgb(255 235 105 / 50%), rgb(81 126 82 / 50%));
    }

    .grua {
        display: none;
    }

    .columnas_login {
        flex-direction: column;
        box-shadow: none;
        border-radius: 0;
    }

    .form-wrap {
        width: 100% !important;
    }

        .form-wrap.bg_contratistas .modal-header {
            padding: 15% 0 !important;
            font-size: 20px;
        }

    .login_logo {
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        padding-top: 25px;
    }

        .login_logo img {
            width: 260px;
        }

    .soporte_login {
        width: 50px;
        height: 50px;
        padding: 6px;
        bottom: 10px;
        right: 10px;
    }

    #login {
        padding: 30px 20px;
    }

        #login h1 {
            font-size: 24px;
            padding: 0;
        }

        #login .form-wrap {
            padding-left: 15px;
            padding-right: 15px;
            padding: 0;
        }

        #login .form-group {
            margin-bottom: 20px;
            padding: 0;
        }

        #login .btn.btn-custom {
            font-size: 13px;
        }

        #login .forget {
            font-size: 12px;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .columnas_login {
        flex-direction: column;
    }

    .form-wrap {
        width: 100% !important;
    }

        .form-wrap.bg_contratistas .modal-header {
            padding: 35% 0 !important;
            font-size: 22px;
        }

    .login_logo img {
        width: 200px;
    }

    #login {
        padding: 40px 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .columnas_login {
        flex-direction: column;
    }

    .form-wrap {
        width: 100% !important;
    }

        .form-wrap.bg_contratistas .modal-header {
            padding: 45% 0 !important;
            font-size: 24px;
        }

    .login_logo img {
        width: 240px;
    }

    #login {
        padding: 50px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .columnas_login {
        flex-direction: row;
    }

    .form-wrap {
        width: 50% !important;
    }

    .login_logo img {
        width: 232px;
        margin-top: 25px;
    }

    #login {
        padding: 55px 160px;
    }
}

@media (min-width: 1200px) {
    .columnas_login {
        flex-direction: row;
    }

    .form-wrap {
        width: 50% !important;
    }

    .login_logo img {
        width: 237px;
    }

    #login {
        padding: 55px 235px;
    }
}
