body{
    font-family: 'Poppins', 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-------------------*/

.login{
    background: white;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.9);
    padding: 5% 8%;
    border-radius: 10px;
}

.sectionLogin{
    margin-bottom: 50px;
    margin-top: 50px;
}

.divLogin{
    width: 80%;
}

.titleLogin{
    font-size: 1.1em;
    font-weight: 600;
    color: #2e2d2d;
}

.subtitleLogin{
    font-size: 1em !important;
    font-weight: 500;
    color: #2e2d2d;
    margin-bottom: 30px !important;
}

.labelLogin{
    font-size: 1em;
    color: #000 !important;
}

.pLogin{
    font-size: 0.8em;
    font-weight: 300;
    color: #2e2d2d;
    margin-bottom: 10px !important;
}

.aLogin{
    color: #171a90 !important;
}

.aLogin:hover{
    background-color: #f0f0f0 !important;
}

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

.form-control{
    border: 1px solid rgb(220, 220, 220) !important;
    border-bottom: 1px solid rgb(150, 150, 150) !important;
    border-radius: 0 !important;
    font-size: 0.9em !important;
}

.form-control:active{
    border: 1px solid #171a90  !important;
    box-shadow: none !important;
}

.form-control:focus{
    border: 1px solid #171a90 !important;
    box-shadow: none !important;
}

.btn-primary{
    background: linear-gradient(1200deg, #171a90, #4e4edf);
    color: #fff !important;
    font-size: 0.8em !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 8px 30px !important;
    cursor: pointer !important;
}

.btn-primary:hover{
    box-shadow: 3px 0px 10px #4e4edf9a !important;
}

.btn-enviar{
    background-color: #232323 !important;
    color: #fff !important;
    font-size: 0.8em !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 8px 30px !important;
    cursor: pointer !important;
}

.btn-secondary{
    background-color: #fff !important;
    color: #171a90 !important;
    font-size: 0.9em !important;
    border: 1px solid #171a90 !important;
    border-radius: 0 !important;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}

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

.btnPlus{
    background-color: #fff !important;
    color: #171a90 !important;
    font-size: 0.9em !important;
    border: 1px solid #171a90 !important;
    border-radius: 100px !important;
    padding: 8px 30px !important;
    cursor: pointer;
}

.btnPlus:hover{
    background: linear-gradient(120deg, #171a90, #4e4edf);
    box-shadow: 3px 0px 10px #4e4edf9a !important;
    color: #fff !important;
    border: none !important;
}

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


.btn-light{
    background-color: #fff !important;
    color: #171a90 !important;
    font-size: 0.9em !important;
    border: 1px solid #171a90 !important;
    border-radius: 100px !important;
    padding: 8px 30px !important;
}

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

.btn-light:hover{
    box-shadow: 3px 0px 10px #4e4edf60 !important;
}

.help-block{
    font-size: 0.8em !important;
    color: #171a90;
}

.form-check-input {
    border-radius: 0px !important;
}

.form-check-input:hover {
    background-color: #f0f0f0;
}


.form-check-input:focus {
    box-shadow: none !important;
    border-color: #aaa !important;
}

.form-check-input:checked {
    background-color: #171a90 !important;
    border-color: #171a90 !important;
}

.fa-ban{
    font-size: 5em;
    color: #171a90 !important;
}

.text-permiso{
    font-size: 1.1em;
    color: #2e2d2d !important;
    margin-top: 30px;
}

.alert-warning{
    font-size: 0.9em !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
  
/*-------------------------TABLET VERTICAL (MD 900 px)-------------------------*/

@media (max-width:991px) {
    .sectionLogin{
        width: 100%;
    }
}

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

@media (max-width:767px) {
    .sectionLogin{
        width: 100%;
    }
}

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

}