body, html {
    background: url(../sci-images/sci-sign-in/sci-FondoLogin.png) center center no-repeat fixed;
    background-color: gray;
    background-size: cover;
    color: #333;
}

.contenedorLogin {
    
    width: 1200px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.colLeft {
    position: relative;
    max-width: 448px;
    padding: 0 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colRight {
    max-width: 438px;
    padding: 0 2.5em;
    background: white;
    display: flex;
    justify-content: center;
}

.welcom {
    position: relative;
    margin-bottom: 1.8em;
}

    .welcom::after {
        content: '';
        border: 1px solid #418EB1;
        height: 0;
        width: 100px !important;
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
    }

.logoprincipal {
    position: absolute;
    top: 0;
}

.inputcampologin {
    border: 0;
    border-bottom: 3px solid #D6D6D6;
    border-radius: 0;
    outline: none;
}

    .inputcampologin:focus, .inputcampologin:active, .form-control:focus, .form-control:active {
    }

.label-text-login {
    font-size: 16px;
    color: #A2A2A2;
}

input:focus, select:focus, select, input.form-control:focus {
    outline: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.text-copy {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 3em;
}

.welcom-eng {
    color: #41A4D1;
}

form {
    margin: 0;
}

.sci-lock-out-lock {
    display: inline-block;
    height: 162px;
    width: 119px;
    /* margin-top: 26px; */
    background-image: url(../../sci-images/sci-projects/lock-out/lockout-lockresponsive.png);
    background-repeat: no-repeat;
}

.sci-lock-out-lock-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
    width: 310px;
    text-align: center;
    border-radius: 18em;
    background-color: #0094ff;
}

.contenedorLoginV1 {
    display: flex;
    flex-direction: row;
    height: 100%;
}

    .contenedorLoginV1 div.leftV1, .contenedorLoginV1 div.rightV1 {
        width: 100%;
    }

    .contenedorLoginV1 div.leftV1 {
        display: flex;
        justify-content: center;
        background: url(../../sci-images/sci-sign-in/fondo-login.png) center center no-repeat fixed;
    }

    .contenedorLoginV1 div.rightV1 {
        background-color: white;
        justify-content: center;
        display: flex;
    }
.msgfloatlogin {
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .contenedorLogin {
        width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .contenedorLogin {
        width: 100%;
        flex-direction: column;
    }
    .colLeft, .colRight {
        width:100%;
    }
    .colRight {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text-copy, .logoprincipal {
        position: inherit;
    }
}

@media screen and (max-width: 800px) {
    .contenedorLoginV1 div.leftV1 {     
        justify-content: center;     
    }
    .contenedorLoginV1 div.rightV1 {
        display: flex;
        justify-content: center;
    }
    .contenedorLoginV1 {
        
        flex-direction: column;
        
    }
}