body{
    font-family: 'VWHeadRegular', sans-serif;
}

ul, ol {
    list-style: none;
}

.ingresar{
    color: white;
}

a:visited, a:link, a:focus, a:hover, a:active {
    list-style: none;
    text-decoration: none; 
}

/*-------------------SECTORES-------------------*/
.contenedorimg{
    height: 100vh;
    width: 48%;
    float: left;
}

.logoSectores{
    width: 60%;
    height: auto; 
}

.sombraMenuSectores{
    position: absolute;
    width: 50px;
    height: 100vh;
    background: white;
    margin-left: 48vw;
    top: 0;
    box-shadow: 3px  0px 30px rgba(0, 0, 0, 0.2);
}

.login{
    position: absolute;
    z-index: 1000;
    width: 50vw;
    height: 100vh;
    margin-left: 50vw;
    background: white;
    top: 0;
}

.formulario{
    width: 40vw;
    height: auto;
}

.labelLogin{
    font-family: 'VWHeadRegular' !important;
    font-size: 1.3em;
    color: #192f52;
}

.labelLoginCheck{
    font-size: 1em;
    font-weight: 400;
    color: #3a3a3a;
    margin-top: 5px !important;
}

.form-control{
    border: none !important;
    border-bottom: 1px solid rgb(180, 180, 180) !important;
    border-radius: 0 !important;
    font-family: 'VWTextRegular' !important;
}

.form-control:active{
    border: none !important;
    border-bottom: 1px solid #1263e6 !important;
    box-shadow: none !important;
}

.form-control:focus{
    border: none !important;
    border-bottom: 1px solid #1263e6 !important;
    box-shadow: none !important;
}

.form-check-input{
    border-radius: 0 !important;
    border: 1px solid rgb(180, 180, 180) !important;
    margin-top: 10px !important;
}

.btn-primary{
    background-color: #192f52 !important;
    color: #fff !important;
    font-family: 'VWHeadLight' !important;
    font-size: 1em !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 8px 30px !important;
}

.btn-secondary{
    background-color: #fff !important;
    color: #192f52 !important;
    font-family: 'VWHeadLight' !important;
    font-size: 1em !important;
    border: 1px solid #192f52 !important;
    border-radius: 0 !important;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}

.btn-secondary:focus{
    box-shadow: none !important;
}

.error{
    font-family: 'VWHeadLight' !important;
    font-size: 1em !important;
    color: rgb(207, 21, 21);
    margin-top: 20px;
}

/*-------------------------TABLET VERTICAL (MD 900 px)-------------------------*/

@media (max-width:991px) {

    body{
        display: block;
    }

    .contenedorimg{
        width: 100vw;
        height: 40vh;
    }

    .formulario{
        width: 80vw;
    }
    
    .sombraMenuSectores{
        width: 100vw;
        height: 50px;
        margin-top: 40vh;
        box-shadow: 3px  0px 30px rgba(0, 0, 0, 0.2);
        margin-left: 0;
    }
    
    .login{
        z-index: 1000;
        width: 100vw;
        height: 40vh;
        margin-top: 42vh;
        margin-left: 0;
    }
    
    .labelLogin{
        font-size: 1.5em;
        padding-bottom: 5px;
    }

    .form-control{
        height: 5vh !important;
    }

    .form-check-input{
        margin-top: 8px !important;
    }

    .btn-primary{
        height: 5vh !important;
        padding: 0 30px;
    }

}

/*-------------------------MOVIL HORIZONTAL (SM 576 px)-------------------------*/

@media (max-width:767px) {

    .contenedorimg{
        height: 100vh;
        width: 48vw;
        float: left;
    }
    
    .logoSectores{
        width: 100%;
        height: auto; 
    }
    
    .sombraMenuSectores{
        position: absolute;
        width: 50px;
        height: 100vh;
        background: white;
        margin-left: 48vw;
        top: 0;
        margin-top: 0;
    
    }
    
    .login{
        position: absolute;
        z-index: 1000;
        width: 50vw;
        height: 100vh;
        margin-left: 50vw;
        background: white;
        top: 0;
        margin-top: 0;
    }
    
    .formulario{
        width: 40vw;
        margin-top: 9vh;
    }
    
    .labelLogin{
        font-size: 0.7em;
        font-weight: 400;
        color: #707070;
    }

    .form-control{
        height: 6vh !important;
    }

    .form-check-input{
        margin-top: 5px !important;
    }

    .btn-primary{
        height: 7vh !important;
        font-size: 0.8em;
    }
}

/*-------------------------MOVIL VERTICAL (320 px)-------------------------*/
@media (max-width:500px) {

    body{
        display: block;
    }

    .contenedorimg{
        width: 100vw;
        height: 40vh;
    }

    .formulario{
        width: 90vw;
        margin-top: 0;
    }
    
    .sombraMenuSectores{
        width: 100vw;
        height: 50px;
        margin-top: 38vh;
        box-shadow: 3px  0px 30px rgba(0, 0, 0, 0.2);
        margin-left: 0;
    
    }
    
    .login{
        z-index: 1000;
        width: 100vw;
        height: 60vh;
        margin-top: 40vh;
        margin-left: 0;
    }
    
    .labelLogin{
        font-size: 1.2em;
        padding-bottom: 10px;
    }

    .form-control{
        height: 5vh !important;
    }

    .form-check-input{
        margin-top: 8px !important;
    }

    .btn-primary{
        height: 5vh !important;
        padding: 0 30px;
    }
}