body {
    overflow-x: hidden;
}
div#container {
    min-height: 80vh;
}

/*LOGIN*/
.panel.box-login {
    background: rgba(255,255,255,0.8);
    top: 52px;
    left: 61px;
    width: 444px;
    height: 461px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.95;
    backdrop-filter: blur(undefined);
    -webkit-backdrop-filter: blur(undefined);
    transform: scale(0.85);
    float: left;
}
p.logo-login img {
    margin-top: 20px;
    margin-bottom: 10px;
}
.pad-all.border-bottom.divider {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #b9c4dd;
    width: 75%;
    margin: 0 auto;
    padding: 33px 0 0 0;
}
.custom-input-container {
    width: 75%;
    height: 33px;
    border: 2px solid #DBD7EC;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.icon-container {
    line-height: 35px;
    width: 35.5px;
    height: 29px;
    background: #5a78b1;
    float: left;
    border-radius: 4px;
}
.icon-container img {
    width: 15px;
    margin-top: 6px;
}
.custom-input {
    background: transparent;
    width: 78%;
    height: 33px;
    border: none;
    margin-left: 10px;
}
*:focus {
    outline: none;
}
.btn-ingresar {
    background: #5674AF;
    color: #fff;
    padding: 9px;
    text-transform: uppercase;
    width: 75%;
    margin: 40px auto;
    top: 379px;
    left: 127px;
    height: 45px;
    border-radius: 6px;
}
.btn-ingresar:hover, .btn-ingresar:focus {
    color: #fff;
    background: #5674AF;
}
.border-bottom {
    border-radius: 0 0 5px 5px !important;
}
.instruction {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #b9c4dd;
    width: 75%;
    margin: 0 auto;
    padding: 31px 0 0 0;
}
.text-form {
    margin: 0px;
    font-size: 13px;
}
/*FOOTER*/
footer {
    height: 20vh;
}

.row.div-footer {
    height: 100%;
    background: #fff;
    width: 100%;
}

.bottom-border-colors {
    top: -2px;
    position: relative;
}

.footer-bottom-border-colors {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 34px;
}
.color-1 {
    width: 25%;
    background: yellow;
    height: 17px;
    position: relative;
    border-radius: 0px 0 0px 6px;
    float: left;
}

.color-2 {
    width: 25%;
    background: #bb98c7;
    height: 17px;
    position: relative;
    border-radius: 0px 0 0px 0px;
    margin: 0;
    float: left;
}

.color-3 {
    width: 25%;
    background: #103890;
    height: 17px;
    position: relative;
    border-radius: 0px 0 0px 0px;
    margin: 0;
    float: left;
}

.color-4 {
    width: 25%;
    background: #e85117;
    height: 17px;
    position: relative;
    border-radius: 0px 0 6px 0px;
    float: left;
}

.color-5 {
    width: 25%;
    background: #0033a0;
    height: 17px;
    position: relative;
    float: left;
}

.color-6 {
    width: 25%;
    background: #5674af;
    height: 17px;
    position: relative;
    float: left;
}

.color-7 {
    width: 25%;
    background: #b8c3dd;
    height: 17px;
    position: relative;
    float: left;
}

.color-8 {
    width: 25%;
    background: #b5bd00;
    height: 17px;
    position: relative;
    float: left;
}


.top-border-colors {
    top: 0px;
    width: 100%;
}
.top-border-colors .color-1, .top-border-colors .color-2, .top-border-colors .color-3, .top-border-colors .color-4 {
    border-radius: 0;
    height: 5px;
}

.footer-bottom-border-colors .color-5, .footer-bottom-border-colors .color-6, .footer-bottom-border-colors .color-7, .footer-bottom-border-colors .color-8 {
    height: 5px;
}

.footer-container-text {
    height: 100%;
    width: 100%;
    padding: 5vh 0;
    background: #fff;
}


.video video {
    /* float: right; */
    /* width: 50vw; */
    width: 55vw;
    height: 64vh;
    margin: 41px auto;
    cursor: pointer;
}



.video video, .video iframe {
    outline: none;
}

.scroll-top.in {
    bottom: 5px;
}

/*REMUEVE SOMBRA DE VIDEO*/
video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, #5d77ad) !important;
}



@media (max-width: 1010px) {
    .video video {
        width: 30vw;
    }
}

@media (max-width: 860px) {

    .div-footer {
        margin-top: 30px;
    }
}

@media (max-width: 770px) {

    .panel.box-login {
        background: rgba(255,255,255,0.8);
        width: 100%;
        height: 461px;
        border-radius: 10px 10px 10px 10px;
        opacity: 0.95;
        backdrop-filter: blur(undefined);
        -webkit-backdrop-filter: blur(undefined);
        transform: scale(1);
        float: none;
    }
    .bottom-border-colors {
        top: -20px;
    }
    .row {
        margin: 0;
    }

    .footer-bottom-border-colors {
        width: 100%;
        position: relative;
        bottom: 0;
        padding-top: 0;
    }

    .tienes-dudas {
        text-align: center;
    }

    .contactanos {
        text-align: center;
    }

    footer {
        height: 35vh;
        text-align: center;
    }

    .video video {
        width: 100vw;
        float: none;
        clear: both;
    }

}

@media (max-height: 400px) {
    .row.div-footer {
        height: auto;
    }
}