/*
Login page - login.css
Voting platform - Hub Entrepreneurship and Innovation
19.12.2019
Nathan Sierro
*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color : #DEDEDE;
    text-align: center;
    z-index:10;
    padding:15px;
  }