﻿body {
    height: 100%;
    margin: 0;
    padding: 0;
    Xcolor: #a5a5a7;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #303030;
    background-repeat: repeat;
    background-image: url('/Images/PhishingBack.png')
}

.flex-container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .flex-container .header {
        flex: 0 1 auto;
        background: #7e8aa0;
    }

    .flex-container .content {
        flex: 1 1 auto;
        background: #dbdfe7;
    }

    .flex-container .footer {
        flex: 0 1 100px;
        background: #7e8aa0;
    }


.fixed {
    height: 80px;
    background-color: rgb(0, 255, 255);
    display: table-row;
}

.remaining {
    background-color: #6a9cff;
    display: table-row;
}
