.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background-color: red;
    padding: 10px 0;
    color: green;
}
.fixed-header{
    top: 0;
}
.fixed-footer{
    bottom: 0;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: green;
    text-align: center;
}
.footerLoginInfo{
    font-size: large;
    text-align: left;
    color: blue;
    text-align: center;
}
