.acel-expense-form-box{
    border: solid 0.5px #dddddd;
    border-radius: 5px;
    height: 37px;
}

.em-logo-header{
    width: 180px;
    margin-top: 0;
    margin-left: 0;
}
.em-txt-red{
    color: #f21662;
}
.nav-link{
    font-size: 0.9rem;
}
/** ANTI-SPAM **/
.ccc-hp{
    max-height: 0px;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background-color: #ffffff !important;
    border: transparent !important;
}
.em-footer-img{
    height: 80px;
    width:auto;
}
.em-txt-footer{
    font-size: 0.6rem;
}
/**  FONTS **/

/** BREADCRUMBS **/
.acel-breadcrumbs{
    font-size: 0.8rem;
    margin-top: -5px;
    margin-left: -9px;
}
/**  FOOTER **/

@media screen and (min-width: 450px) {
    .em-txt-footer{
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 576px) {
    .em-txt-footer{
        font-size: 0.9rem;
    }
    .em-logo-header{
        width: 230px;
        margin-top: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) {
    .em-txt-footer{
        font-size: 1.1rem;
    }
    .em-logo-header{
        width: 270px;
        margin-top: 0;
        margin-left: 0;
    }

    .acel-breadcrumbs{
        font-size: 0.9rem;
        margin-top: 1rem;
    }

}
@media screen and (min-width: 992px) {


}
@media screen and (min-width: 1200px) {


}
@media screen and (min-width: 1920px) {


}
@media screen and (min-width: 2592px) {
      body{
          max-width: 2594px;
          border: solid 1px #000000;
      }
}
/**  FONTS **/




