﻿body {
    background-color: #32303e;
    width: 100%;
}

.header {
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    text-align: center;
    padding: 1%;
    position: relative;
    color: #696969;
    width: 100%;
    font-family: Quicksand;
}

p {
    color: black;
}

h1 {
    color: white !important;
    font-size: 25px;
}

.form-signin {
    font-family: 'Quicksand' !important;
    max-width: 380px;
    padding: 15px 35px 45px;
    background-color: white;
    color: #696969;
    border: 1px solid black;
    border-radius: 25px;
    position: relative;
    margin: 25px auto 0 auto;
}

wrapper {
    position: relative;
}


.logoParade {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 2%;
    background-color: white;
    height: 110px;
    border-radius: 25px;
}

#footer {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-size: 10px;
    float: left;
    bottom: 0;
    background-color: Black;
    position: absolute;
    width: 100%;
    height: 120px;
    margin-left: 0;
    left: 0;
}

    #footer a {
        font-size: 10px;
        color: #6f6f6f;
        font-weight: normal;
    }
