@font-face {
    font-family: "Roboto Condensed";
    src: url("/common/fonts/roboto_condensed/robotocondensed-regular.ttf");
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("/common/fonts/roboto_condensed/robotocondensed-bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("/common/fonts/roboto_condensed/robotocondensed-italic.ttf");
    font-style: italic;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}
#logo_header {
    background-color: #fefcfd;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#navistar_logo {
    margin-right: 12%;
}
#gpsi_logo {
}
#main {
    height: 65%;
	background-image: url("/common/images/login/navistar_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    padding: 5% 0;
    text-align: center;
}
/*#main:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 87%;
  vertical-align: middle;
  margin-left: -0.25em;
}*/
#login_container {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
	background-color: white;
	border-radius: 9px;
    padding-bottom: .5%;
}
#login_header {
    width: 78%;
    top: -21px;
	position: relative;
	background-color: #00355f;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 19px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
#login_header span {
	font-weight: bold;
}	
#login_form_container {
    padding-bottom: 5%;
    margin-bottom: 3%;
    height: 84%;
    width: 90%;
	display: inline-block;
	background-color: #F8F8F8;
    color: #505050;
	font-family: 'Roboto Condensed', sans-serif;
}
#login_form {
    overflow: hidden;
    margin-top: 10%;
}
#login_form label {
    margin-right: 47%;
}
#login_form input {
    padding: 2.5%;
    width: 60%;
    margin: 0 auto;
    border: 2px solid #E9E9E9; 
    display: block;
	box-shadow: none;
}
#login_submit {
    margin-top: 4% !important;
    width: 28% !important;
	border-style: none !important;
	box-shadow: none;
	background-color: #ef7b00;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 16px;
	text-align: center;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:active {
	color: inherit;
	text-decoration: none;
}
#login_forgot {
  cursor: pointer;
  text-decoration: underline;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  position: relative;
  font-size: 13px;
}
#footer {
  padding-top: 10%;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 10px;
  color: #fefcfd;
}
#footer a:link {
  text-decoration: underline;
}
#login_error {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  display: inline;
}

@media all and (max-width: 1000px) {
    #login_container {
        width: 46.5%;
    }
    #main {
        padding: 15% 0;
    }
}
@media all and (min-width: 1000px) {
    #login_container {
        width: 36.5%;
    }
}
@media all and (min-width: 1300px) {
    #login_container {
        width: 26.5%;
    }
}
