.ui-widget {
    font-size: 12px !important;
}


.formularioInput{
    font-size: 20px;
    width: 100%;
}

.textoAcceso{
    font-size: 20px !important;
    color: darkgrey;
}

.nombreProyecto{
    font-size: 10px !important;
    color:dimgrey;
}
.footer{
    position: fixed;
    bottom: 2px;
    font-size: 15px !important;
    text-align: center;
    width: 100%;
}
/*==================================================================*/
* {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.limiter {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ebeeef;
}

.wrap-login100 {
    width: 370px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 20px 50px #888888;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);*/
}

.login100-form-title {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;

    padding: 0px 0px 70px 0px;
}


body .ui-selectonelistbox .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item.ui-state-highlight, body .ui-selectmanymenu .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item.ui-state-highlight {
    background-color: #66bb6a;
}
