body {
    /*
	background-color: #3C3C3C;
    */
    background-color: #131313;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.hidden {
    display: none;
}
.content {
    position: relative;
    overflow: hidden;
}

.section {
    background-color: #131313;
}
.section.left {
    padding-right: 485px;
    position: fixed;
    z-index: -1;
}
.section.right {
    float: right;
    width: 485px;
}
.section.right .inner {
    margin: 0 auto;
    height: 1050px;
    max-width: 400px;
}
.footer {

    position: fixed;
    bottom: 0px;
    right: 0px;

    padding-right: 4px;
    padding-bottom: 4px;

    text-align: right;
    font-size: 10px;
}

.section.right .container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section.right .message-container {
    font-size: 12px;
    float: right;
    background-color: #4b0201;
    color: #FFFFFF;
    padding-left: 1em;
    margin-top: 1em;
    width: 65%;

    display: none;
}
.section.right .message-container .header {
    font-weight: bold;
}
.section.right .message-container .message {
    width: 17em;
}

.section.right .header-container {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* change header layout under error conditions */
.section.right .header-container.error .logo-container {
    padding-left: 30px;
}
.section.right .header-container.error .logo-container .ami-logo {
    margin: 0;
}
.section.right .header-container.error .message-container {
    display: block;
}


.section.right .form-group {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 12px;
}

.login-form-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.login-form-header .errorMessage {
    color: #FF9595;
}
.login-form-header .actionMessage {
    color: #A7FFA7;
}

#ami-logo {
    margin: 0 auto;
    height: 100px;
    width: 101px;
    display: block;
}

#nsm-logo {
    margin: 0 auto;
    height: 100px;
}

.controls-container {
    text-align: left;
}

.promo-img-div {
    width: auto;
    height: 1080px;
    display: flex;
}

.promo-img-lg {
    height: auto;
    margin: auto;
    max-width: 100%
}

.promo-img-sm {
    margin: 0 auto;
    width: 400px;
    height: 100px;
    color: #000000;
    background-position: 0px 0px;
	background-color: #3C3C3C;
    background-repeat: no-repeat;
}
.promo-img-sm.promo-admgr {
    background-image: url('../images/login/banner-admgr_400x100.jpg');
}
.promo-img-sm.promo-parts {
    background-image: url('../images/login/banner-parts_400x100.jpg');
}

.emphasis {
    font-weight: bold;
}
.contact-lbl {
    /* keep as em as this should change with font size */
}
.contact-info {
    color: #abb4d9;
}

.txt-control {
    max-width: 382px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding-left: 18px;

    color: #AEAEAE;
    background-color: #29292c;
    border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.login-btn {
    width: 100px;
    height: 40px;
    font-size: 18px;

    color: #FFFFFF;
    background-color: #877550;
    border: 0;
}
.section.right .promo-container.promo0 {
    margin-top: 80px;
}
.section.right .promo-container.promo1, .section.right .promo-container.promo2 {
    margin-bottom: 4px;
}

a.promo-link {
    color: #2a62ac;
}


/* fix for ie8 */
.email-container {
    clear: both;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .section.left {
        display: none;
    }
    .section.right {
        width: 100%;
        padding-bottom: 50px;
    }
    .section.right .inner {
        margin: 0 auto;
        max-width: 400px;
        height: auto;
        overflow: hidden;
    }
    .section.right .container {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 400px;
        width: 95%;
        padding: 0;
        position: relative;
    }
    .txt-control {
        max-width: 400px;
        width: 95%;
    }
    .section.right .form-group {
        width: 100%;
        margin-top: 7px;
        margin-bottom: 12px;
    }

    .section.right .header-container.error .message-container {
        width: 600px;
        float: left;
        margin-left: 155px;
        margin-top: 1em;
    }

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .promo-img-sm {
        width: 300px;
    }

    .promo-img-sm.promo-admgr {
        background-image: url('../images/login/banner-admgr_300x100.jpg');
    }
    .promo-img-sm.promo-parts {
        background-image: url('../images/login/banner-parts_300x100.jpg');
    }

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
@media only screen and (max-height : 720px) {
    .footer {
        position: absolute;
    }
}





