.login-street-sentence{
	text-align: center;
	color: white;
	letter-spacing: 5px;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	padding-top: 10px;
}

.login-street-language{
	float: left;
}

.login-street-sentence-thin{
	text-align: center;
	margin-top: 2em;
	color: white;
	font-size: 52px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	letter-spacing: 5px;
}

.login-street-logo-truck{
	font-size: 52px;
	letter-spacing: 5px;
	text-align: center;
	color: white;
	font-family:museo700;
	font-style: normal;
	
}
.login-street-logo-online{
	color: #36a7e9;
}

.login-street-logo-driving{
	color: #36e953;
}

.login-street-logo-online,
.login-street-logo-driving{
	font-size: 52px;
	letter-spacing: 5px;
	text-align: center;
	font-family:museo300;
	font-style: normal;
}

#eco-driving-logo{
	display: none;
}
/*
.login-street-form{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 450px;
	background: white;
	margin-top: 0px;
	text-align: center;
	float: right;
}
*/
.login-powered-by{ 
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-top: 0px;
	text-align: center;
	font-family: museo100;
	font-size: 21px;
	color: white;
	text-shadow: 1px 1px 0.5px #333;
}

.login-street-form .ui-selectbooleanbutton.ui-state-default{
	background: #36a7e9;
	height: 30px;
	text-shadow: 1px 1px 0.5px #333;
	width: 100%;
}

.login-street-form button.ui-button.ui-state-default{
	width: 100%;
	border: none;
	text-shadow: none;
}

.login-mobile-buttons{
	position: fixed;
	left: 10px;
	bottom: 100px;
}

.login-version-info{
	position: relative;
    left: 15px;
    bottom: 0px;
    font-size: 8px;
    color: #8a8a8a;
    text-align: left;
}

.login-street-logo{
	background-image:  url("/javax.faces.resource/images/layout/truckonline-logo.png.xhtml?ln=default");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
	margin-left: -180px;
	width: 350px;
	height: 60px;
}

.layout-eco-driving-logo {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
    margin-left: -227px;
    width: 100%;
    height: 65px;
	background-image:
		url("/javax.faces.resource/images/ecoDriving/truckonline-ecodriving-logo.png.xhtml?ln=default");
}

td > a:link {
    color: #36a7e9;
}

.cards-view{
	margin-top: 100px;
}

.cards-navigation {
}

.cards-navigation .cards-selected-card {
    font-family: museo700;
    background: none !important;
}

.cards-navigation .cards-navigation-case {
    padding-top: 10px;
    width: 220px;
    height: 64px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: none;
}

.cards-navigation {
    border-bottom: none;
    font-family: museo100;
    position: relative;
}

.ajax-loading-login{
	position: absolute;
	top: 60px;
	width: 328px;
	z-index: 3005;
	height: 5px;
	left: 50%;
	margin-left: -179px;
	overflow: hidden;
}

.login-street-top {
    height: 45px;
    background:none;
    background-position: top;
    background-repeat: repeat-x;
}

#resolutionInfo{
	display: none; 
}

.cards-navigation-selection {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    background: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 220px;
}

.login-street-container{
    background-image: url("/javax.faces.resource/images/layout/login-new-bg.jpg.xhtml?ln=default");
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px !important;
  bottom: 10px !important;
  left: 20px !important;
  font-size: 11px !important;
  opacity: 1 !important;
}

.login-street-form input{
  border: 1px #cecece solid;
  border-radius: 0px;
  background: white;
  box-shadow: none !important;
  color: #8a8a8a;
  width: 90%;
}

@media screen and (max-width: 600px){
	.login-street-form input{
		width: 90%;
	}
}

input::placeholder { 
    color: #bdbdbd;
    opacity: 1; 
}
/* 
input:focus::placeholder { Chrome, Firefox, Opera, Safari 10.1+
    color: red;
    font-size:5px;
    opacity: 1; Firefox
} 
*/

.email-confirm-panel {
    color: black;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    padding: 0px;
    background: white;
    font-size: 12px;
}

.grid-container {
	height: 100%;
	display: grid;
	background-color: transparent;
	grid-template-columns: 75% 25%;
	grid-template-rows: 20px calc(100% - 40px) 20px;
	display: -ms-grid;
	-ms-grid-columns: 75% 25%;
	-ms-grid-rows: 20px calc(100% - 40px) 20px;
}

.grid-container > div {
	background-color: transparent;
	text-align: center;
	font-size: 30px;
}

.grid-container > div.grid-header{
	grid-column-start: 1;
	grid-column-end: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
}
.grid-container > div.grid-header,
.grid-container > div.grid-footer{
	background-color: black;
	height:10px;
}

.grid-container > div.grid-header{
	height: 20px;
    width: 100%;
    bottom: 0px;
    color: white;
    font-size: 14px;
}

form#language-form{
	float: right;
	margin-right: 50px;
}

img.flag-icon{
	height: 20px;
}

.grid-container > div.grid-main{
	height: 100%;
	margin-top: 3em;
}

.grid-container > div.grid-footer{
	height: 20px;
	width: 100%;
	bottom: 0px;
	color: white;
	font-size: 14px;
}

.powered-by-container{
	top: -5px;
	position: relative;
}

.grid-container > div.grid-login{
	background: white;
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
}
.grid-login-box{
	min-height: 310px;
	background-color: #ececec;
	padding: 25px;
}

.mobile-apps-container{
	height: 90px;
	margin-top: 15px;
}

.contact-container{
	text-align: left;
	color: #737373;
	font-weight: 600;
	margin-left: 35px;
	margin-top: 3em;
	margin-bottom: 3em;
}

span.phone-number-info {
	font-size: 12px;
}