body {
    color: #c7c7c7;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
}

td {
    color: white;
    font-size: 9pt;
    font-family: sans-serif;
}

a {
    color: white;
}

html {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(../image/bg-gmab-pro-login.jpg) no-repeat center center fixed;
}

#container-login {
    background-color: rgba(0,0,0,.7);
    bottom: 89;
    height: 356px;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 930px;
}

#container-newpassword {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    height: 400px !important;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 930px;
}

#banding {
    display: inline-block;
    padding: 0 0 20px 0;
    width: 100%;
}

#content {
    display: inline-block;
    width: 100%;
}

div.gmab-image {
	width: 100%;
	height: 240px;
	background-image: url(../image/imge-cars-gm.png);
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
    float: left;
    
}

div.gmab-image div.error-box {
	background: #ff8080 url(../image/error.png) no-repeat top left;
	border: 1px solid red;
	width: 250px;
	opacity: .95;
	border-radius: 5px;
	padding: 20px;
	font-family: Tahoma,Geneva,Arial,sans-serif;
}

div.gmab-image div.notice-box {
	background: #e3f7fc url(../image/notice.png) no-repeat top left;
	border: 1px solid #8ed9f6;
	width: 250px;
	opacity: .95;
	border-radius: 5px;
	padding: 20px;
	font-family: Tahoma,Geneva,Arial,sans-serif;
	color: #555;
}

div.gmab-image div.success-box {
	background: #e9ffd9 url(../image/success.png) no-repeat top left;
	border: 1px solid #a6ca8a;
	width: 250px;
	opacity: .95;
	border-radius: 5px;
	padding: 20px;
	font-family: Tahoma,Geneva,Arial,sans-serif;
	color: #555;
}

#gmab-login {
    float: right;
    width: auto;
}

#footer {
    display: inline-block;
    font-size: 11px;
    padding: 35px 0 0;
    width: 100%;
}

div.footer-text {
    float: left;
    width: 450px;
}

div.footer-logo {
    float: right;
    height: 29px;
    width: 139px;
    margin-right: 50px;
    margin-top: -20px;
}

img#login-box-banner {
    margin-left: 33px;
}

img#login-box-content {
    margin-left: 33px;
}


#disclaimer {
    width: 987px;
    margin: 12px auto auto;
}

#disclaimer td {
    font-size: 7pt;
    vertical-align: top;
}

#disclaimer img#powered-by {
    margin-left: 50px;
}

a.login {color: #c7c7c7;}

a.login:hover {color: #ffffff;}

.spacer-txt {padding: 0 0 0 30px;}

.img-opacity {opacity: .8;}

.login-field {padding: 10px 0 0 0;}

.txt-field {
    color: #1893c0;
    font-size: 10px;
    text-transform: uppercase;
}

#forgotPassword {
    font-size: 12px;
    float: left;
    padding: 0 0 0 4px;
}

#eulaAcceptanceText {
    width: 170px;
    font-size: 10.5px;
    text-align: right;
    line-height: 140%;
    margin: 0;
    padding: 7px 15px 7px 0;
    float: right;
}

#loginButton {
    width: 75px;
    background-color: #00b0e9;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 13px !important;
    margin: 4px 0 0 0 !important;
    padding: 7px 15px;
    text-decoration: none;
}

.txt-box-login {
    background-color: #ffffff;
    border: solid 1px #acacac;
    color: #444444;
    display: block;
    font-size: 16px;
    margin: 3px 0 0 0;
    padding: 8px;
    width: 300px;
}

.btn-login {
    background-color: #00b0e9;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 7px 15px;
    text-decoration: none;
}

.gmabp-login {
    width: 1%;
    margin-left: 0;
    margin-top: 5px;
}

.login-box-reset{
    margin-left: 600px;
    margin-top: -185px !important;

}

.btn-login-cancel {
    background-color: #00b0e9;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 15px;
    padding: 7px 15px;
    text-decoration: none;
}

.btn-login-submit {
    background-color: #00b0e9;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    /*margin: 15px;*/
    padding: 7px 15px;
    text-decoration: none;
}

.btn-login:hover {background-color: #0061aa;}

.btn-login:active {
    position: relative;
    top: 1px;
}

.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 36px;
    margin:auto;
    bottom: 0;
    height: 95px;
    left: 0;
    position: absolute;
    right: 310px;
    top: 0;
    width: 300px;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec url('../image/error.png') no-repeat top left;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../image/success.png') no-repeat top left;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../image/warning.png') no-repeat top left;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../image/notice.png') no-repeat top left;
    border:1px solid #8ed9f6;
}


table#login-box-form {
    width: 1%;
    margin-left: 0px;
    margin-top: 5px;
}

table#login-box-form td {
}

table#login-box-form td#instructions {
    padding-bottom: 8px;
    white-space: normal;
}

table#login-box-form td#example {
    font-size: 8pt;
}

table#login-box-form td input {
    width: 270px;
    border: 1px solid black;
    margin: 0px 0 5px 0px;
    padding: 8px;
    font-size: 16px
}

table#login-box-form button {
	background-color: #00b0e9;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 7px 15px;
    text-decoration: none;
   
}


table.link-box {
    margin: 8px 0 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.link-box td.content {
    background: url( ../image/box_filler.jpg ) center repeat-y;
}

table.link-box td.content img {
    border: 0;
    vertical-align: middle;
    margin: 10px 5px 10px 10px;
}

table.link-box td {
	padding: 0px;
}

table.link-box td.content a {
    color: #336699;
}

table.link-box td.content a:hover {
    color: #0066ff;
}

div.version {
    float: right;
    padding-right: 5px;
    font-size: 10px;
}