﻿header {
    background-color: steelblue;
    font-family: Arial;
}

body {
    background-image: url("/C3Login.jpg");
    padding: 5px;
    font-family: Arial;
    font-size: 15px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: steelblue;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    /*padding-bottom: 5%;*/
}
