body {
    font-family: 'Encode Sans Semi Condensed' !important;
    background: url('../Images/background/2.jpg') center / cover, linear-gradient(to right, #931f24, #EDCBA8);
    background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
}

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

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

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

.soporte_login {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    background: #5C258D; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4389A2, #5C258D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B68A79, #931f24); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    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;
    }

.bg_contratistas {
    background-blend-mode: normal;
    background: linear-gradient(45deg, #67383ee3, #edcba8d6), url(../Images/background/bg_contratistas.jpg) center / cover;
}

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

.login_logo {
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .login_logo img {
        width: 190px;
        height: 190px;
        left: 10px;
        top: -35px;
        position: absolute;
    }

.login_logo_burgundy {
    text-align: center
}

    .login_logo_burgundy img {
        width: 140px;
        height: 140px;
        margin-top: 20px;
    }

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

#login {
    z-index: 9999;
}

    #login .form-wrap {
        min-width: 250px;
        position: relative;
    }

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

    #login h1 {
        /* color: #fff; */
        margin: 5px 0;
        padding: 0;
    }

    #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: #931f24;
        margin: 20px 0;
    }

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

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

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

.label_see_password {
    color: rgb(23,22,145);
    font-size: 16px;
}

.link_documentacion {
    font-size: 16px;
}

#login {
    padding: 60px 250px;
    border-radius: 5px;
}

@media (max-width: 576px) {

    #login {
        padding: 60px 50px;
        border-radius: 5px;
    }

    .form-wrap {
        width: 100%;
    }

        .form-wrap.bg_contratistas .modal-header {
            padding: 10% 0;
            font-size: 25px;
        }
}

@media (max-width: 768px) {
    #login {
        padding: 60px 50px;
        border-radius: 5px;
    }

    .form-wrap.bg_contratistas .modal-header {
        padding: 10% 0 !important;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
