﻿body.account.logon {
    padding-top: 40px;
    padding-bottom: 0px;
}

    body.account.logon .logo img {
        display: block;
        margin: auto;
    }

    body.account.logon .logo.top-left {
        position: absolute;
        margin-top: -175px;
        margin-left: 25px;
    }

    body.account.logon .sign-in-container {
        background: #efefef;
        opacity: 0.8;
        width: 60%;
        padding-top: 80px;
        padding-bottom: 35px;
        margin-left: 20%;
        margin-top: 5%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    body.account.logon .form-signin {
        max-width: 347px; /* Re-Captcha matched size for input fields */
        padding: 15px;
        margin: 0 auto;
    }

    body.account.logon p,
    body.account.logon h3,
    body.account.logon li,
    body.account.logon ul {
        color: #777777;
        padding-top: 20px;
    }

    body.account.logon .form-signin .form-signin-heading,
    body.account.logon .form-signin .checkbox {
        margin-bottom: 10px;
    }

    body.account.logon .form-signin .checkbox {
        font-weight: normal;
    }

    body.account.logon .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        body.account.logon .form-signin .form-control:focus {
            z-index: 2;
        }

    body.account.logon .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    body.account.logon .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body.account.logon .form-signin .top {
        margin-bottom: -1px !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }

    body.account.logon .validation .hide-until-validated {
        display: none;
    }

    body.account.logon .validation .validation-summary-errors + .hide-until-validated {
        display: block;
    }

    body.account.logon .validation .center {
        text-align: center;
    }

    body.account.logon .validation .validation-summary-valid {
        display: none;
    }

    body.account.logon .validation .validation-summary-errors ul {
        padding-left: 0;
        list-style-type: none;
    }

    body.account.logon.sign-in-container p {
        font-size: 18px;
    }

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}

#footer {
    background: #000000;
    opacity: 0.8;
    color: #ffffff;
}

    #footer .container {
        /* Move disclaimer down a bit */
        padding-top: 0px;
        height: 60px;
    }
