body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.title-header-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
}

.notice-header-text {
    font-size: 18px;
    margin: 10px 0;
}

.form-signin {
    /* max-width: 330px;*/
    padding: 15px;
    margin: 0 auto;
}

.form-signin-options {
    padding: 0;
    margin: 0 auto;
    font-size: 110%;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin-heading {
    margin-top: 0px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.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;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group.required .control-label:not(.required-ignore):after {
    color: #d00;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 12px;
    content: "*";
    margin-left: 8px;
}

svg.login-gov {
    vertical-align: middle;
    padding: 0 5px;
}

.btn-epa-text-logo{
    width: 55px;
    vertical-align: text-top;
}

/*///////////////////////////////////*/

.sign-in-container {
    margin-top: 45px;
}

.aside {
    background-color: #3e6d9b;
    margin-top: -15px;
    margin-bottom: -15px;
    min-height: 270px;
    color: #ffffff;
}

.aside > .heading-group {
    display: block;
    min-height: 60px;
}

.aside > .heading-group > .title {
    margin-top: 38px;
}

.aside > .heading-group > .logo {
    margin-top: 30px;
    /*float: right;*/
}

.aside > .content {
    display: block;
    margin-top: 20px;
}

.navbar-toggle {
    margin-left: 10px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
    .aside > .heading-group > .logo {
        float: left !important;
        margin-right: 15px;
        width: 100%;
    }

    .aside > .heading-group > .title {
        display: block;
        margin-top: 20px;
        width: 100%;
    }

    .aside {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .sign-in-container {
        margin-top: 75px;
    }

    .logo.epa-logo {
        float: left !important;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .aside {
        min-height: 100px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .logo.epa-logo {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .aside {
        min-height: 280px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 30px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #f5f5f5;
}

#footer-navigation {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    padding-top: 10px;
}

#footer-navigation li {
    display: inline;
}

#footer-navigation li:after {
    content: " | ";
}

#footer-navigation li:last-child:after {
    content: "";
}

.navbar-header {
    width: 100%;
}

.sign-in-button {
    background-color: #3e6d9b;
    margin-top: 10px !important;
}

@media only screen and (max-width: 340px) {
    .logo.epa-logo {
        display: none;
    }
}