.login-street-sentence-thin{
	/* display: none; */
	margin-top: 0px;
	position: absolute;
	top: 10%;
	left: 20px;
	font-size: 2em;
}

.login-street-sentence{
	/* display: none; */
	position: absolute;
	top: 18%;
	left: 20px;
	font-size: 2em
}

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

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

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

.login-version-info{
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 11px;
	color: black;
	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");
}

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

.cards-navigation {
	display: none;
}

.cards-navigation .cards-selected-card {
    font-family: museo700;
    background: rgba(0,0,0,0.2) !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: rgba(0,0,0,0.1);
    border-radius: 15px;
}

.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: none ;
  border-bottom-style: solid;
  border-color: #00a1e8;
  border-bottom-width: 1px;
  background: transparent;
  box-shadow: none !important;
  text-shadow: 1px;
  color: #00a1e8;
}

input::placeholder { 
    color: rgba(0, 161, 232, 0.4);
    opacity: 1; 
}
/* 
input:focus::placeholder { Chrome, Firefox, Opera, Safari 10.1+
    color: red;
    font-size:5px;
    opacity: 1; Firefox
} */
