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: 3px  0px 30px rgba(0, 0, 0, 0.2);
    padding: 5% 8%;
}

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

.divLogin{
    width: 80%;
}

.titleLogin{
    font-size: 1.3em;
    font-weight: 600;
    color: #2e2d2d;
    margin-bottom: 30px !important;
}

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

.labelLogin{
    font-size: 0.9em;
    margin-top: 15px;
}

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

.aLogin{
    color: #50b847 !important;
}

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

.labelLoginCheck{
    font-size: 0.9em;
    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;
}

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

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

.btn-primary{
    background: linear-gradient(90deg, #50b847, #308828);
    color: #fff !important;
    font-size: 0.9em !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 8px 40px !important;
}

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

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

.btn-clientes{
    background-color: #58d1ff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 5px 20px !important;
}

.btn-clientes a {
    color: #fff !important;
    font-size: 0.9em !important;
}

.btn-success{
    background: linear-gradient(90deg, #50b847, #308828);
    color: #fff !important;
    font-size: 0.8em !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 3px 10px !important;
}
.help-block{
    font-size: 0.8em !important;
    color: #50b847;
}

.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: #50b847 !important;
    border-color: #50b847 !important;
  }

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

  .text-permiso{
        font-size: 1.1em;
        color: #2e2d2d !important;
        margin-top: 30px;
  }
  
/*-------------------------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) {

}