﻿html, body, .pageContainer {
    height: 100%;
}

.header {
    background-image: none;
    background-color: #5eb5e6;
    border: none;
    padding: 0;
    position: relative;
}

main.homepage {
    height: calc(100% - 124px);
}

.header .home-link { display: block; height: 124px; line-height: 124px; }
.header .pullNav {
    padding: 30px;
}
.header .pullNav .validation-summary-errors {
    float: left;
}
.appLogo {
    width: auto;
    vertical-align: middle;
    display: inline;
    margin-left: 60px;
    margin-bottom: 0;
}


.footer {
    background-image: none;
    background-color: #5eb5e6;
    border: none;
    height: auto;
    position: relative;
    margin: 0;
}

.web-deprecation-notice {
    height: 100%;
    background: url("/files/background.png") center bottom no-repeat;
    color: #414042;
}

.web-deprecation-notice-text, .account-validation-result {
    padding-top: 50px;
}

.web-deprecation-notice h1, .account-validation-result h1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.web-deprecation-notice p, .account-validation-result p {
    width: 50%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.web-deprecation-notice p a {
    font-weight: bold;
    text-decoration: underline;
}

.web-deprecation-notice-links {
    width: 50%;
    margin: 50px auto;
}

.web-deprecation-notice-links a {
    float: left;
    width: 48%;
    text-align: center;
}

.account-validation-result .account-validation-error {
    color: #f00;
}

@media only screen and (max-width: 992px) {
    main.homepage {
        height: auto;
    }
    .web-deprecation-notice {
        background: none;
        margin-top: 40px;
    }
    .web-deprecation-notice-text {
        padding: 0;
    }

    .web-deprecation-notice-links {
        text-align: center;
    }

    .web-deprecation-notice-links a {
        float: none;
    }

    .header .pullNav {
        padding-top: 0;
    }

    .header #loginForm .stackList {
         padding-top: 0;
    }

    .header .isVisibleSmall #LogoImage {
        padding: 30px;
    }

    .footer {
        margin-top: 40px;
    }
}

