.icon-white {
    width: 2.5rem;
    height: 2.5rem;
}

footer .link-light {
    color: #f8f9fa;
}


/** fixes */
.glyphicon.glyphicon-user:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0e7";
}