html, body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    background-color: #f8f8f8;
    color: #4d4d4d;
}
.logPage {
    background-image: url('../img/background.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    min-height: 100%;
    height: auto;
}
.card-header p{
    font-size: 18px;
}
.card-header svg{
    fill: #86bc25;
}
/*** footer ***/
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #f8f8f8;
}
footer a {
    color: #86bc25;
}
footer a:hover {
    color: #496714;
}
footer p {
    margin-right: 60px;
    margin-bottom: 0;
}