*{
	margin : 0;
	pading: 0;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1)
}

.bg-img{
	background: url('images/Background_Desktop.jpg');
	height: 100vh;
	background-size: cover;
	background-position:center;
}

.errorMsg{
	
    width: 300px;
    margin: auto;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	padding-top: 10px;
    height: 14px;
}
#errorMsgText{
	color: rgba(251, 220, 21, 1);
	font-size:14px;
}

.content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: center;
	padding: 0px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 100%;
	height: 636px;
	width: 322px;
	border-radius: 10px 10px 10px 10px;
}

.header{
	position: relative;
	width : 100%;
	display: flex;
	height: 66px;
	width: 322px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px 10px 0px 0px;
}
.logo{
	padding: 16.4px 81.35px 16.4px 81.35px;
	background-size: cover;
	background-position:center;
}

form{
	padding-top:45px;
	align:center;
}

.Form{
	margin-left: 2px;
	margin-right: 8px;
	width : 100%;
	
}

.field
{
	position: relative;
	width:250px;
	height:50px;
	display: flex;
	background: rgba(0, 0, 0, 0.6);
	margin: 10px 10px 10px 4px;
	left: 20px;
	right: 38px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
	display: block;
}

.field input
{
	height: 90%;
	width : 100%;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(255, 255, 255, 1);
	padding: 1px 5px 5px 16px;
	background: transparent;
	border: none;
	outline: none;
	vertical-align: bottom;
	position: relative;
	display: block;
}

#DealerCodeInput{
	padding: 15px 5px 5px 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
#UserIDInput{
	padding: 15px 5px 5px 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
#PasswordInput{
	padding: 15px 5px 5px 18px;
	font-family: 'Roboto Condensed', sans-serif;
}

input::placeholder {
	font-family: 'Roboto Condensed', sans-serif;
}
input:-webkit-autofill {       
transition: all 0s 50000s;   
-webkit-text-fill-color: #FFFFFF !important;  
}

.remembermeRow{
	margin-left: -24px;
	padding: 8px 10px 4px 0px;
}
	
.my-custom-input-label-box input[type="checkbox"] {
	display:none;
}

.my-custom-input-label-box input + label {
	display: inline-block;	
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url('images/checkbox-unchecked.png');
}
.my-custom-input-label-box input[type="checkbox"]:checked + label {
	background-image: url('images/checkbox-checked.png')
}

.rememberme
{
	display: inline-block;
}
.rememberMeText{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	display: inline-block;	
	vertical-align: top;
	padding: 5px 5px 10px 6px;
	text-align:left;
	width:100px;
	height:44px;	
}

.SubmitBtn{
	height: 50px;
	width:260px;
	border-radius: 10px 10px 10px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: rgba(31, 30, 28, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 255, 255, 1);
}
.SubmitBtn:hover {
  background-color: rgba(251, 220, 21, 1);
  color: rgba(31, 30, 28, 1);
}
#btnLogin{
	padding: 10px 5px 10px 0px;
	margin-left: -10px;
}
.TextContent{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	text-align: center;
	padding: 5px 10px 0px 10px;
	width : 100%;
	height:60px;
	line-height: 16px;
	text-align-last:center;
}
.line{
	background-color:rgba(112, 112, 112, 1);  
	width:90%;
	height:1.9px;
	border: none;
	margin-top: -5px;
	margin-left: 15px;
	margin-right: 15px;
}
#Text1{
	bottom: 10px;
}
#Text2{
	padding-top: 5px;
}


.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

/* Change under sprint 98 and userstory : STRY0514569  */
#dropdowncontent{
	color: rgba(251, 220, 21, 1);
	}
  
  /* Addition under sprint 98 and userstory : STRY0514569  */
  #dropdowncontentnextlang:hover{
	  color: rgba(251, 220, 21, 1);
  }


.icon:hover{
  filter: url(#colorFilter);
        }

#navigation{
	padding: 0px; 
	left: 65px; 
	width: 170px;
	position: absolute; 
	pointer-events: none; 
	display: none; 
	bottom: 85px; 
	text-align: left; 
	background-color: rgb(31, 30, 28); 
	opacity: 1;
	border-radius: 10px; 
	border: 0px;
}
.smallfrench{
	font-size:11px; 
	font-family: 'Roboto Condensed'; 
	padding: 10px 0px 0px 10px; 
	position:absolute; 
	pointer-events: auto;
}
#smallfrenchlink{
	text-decoration: none; 
	color:#626466;
}
.languagelist{
	display:block; 
	padding-inline-start: 0px; 
	height: 105px;
}
.frenchlist{
	border-bottom:solid 1px grey;
	padding: 20px 20px 5px 10px; 
	font-size: 24px; 
	font-family: 'Roboto Condensed', sans-serif; 
	line-height:30px; 
	pointer-events: auto;
}
.frenchlistlink{
	text-decoration: none;
	vertical-align:bottom;
}
.englishlist{
	padding: 15px 20px 10px 10px; 
	font-size: 24px; 
	font-family: 'Roboto Condensed', sans-serif; 
	line-height:25px; 
	width:80px; 
	pointer-events: auto;
}
.englishlistlink{
	text-decoration: none; 
	vertical-align: top;
}
.preferredlanguage{
	width:60px;
	height:50px;
	margin-left:74px; 
	font-family:'Roboto Condensed', sans-serif;
}
#globeicon{
	cursor: pointer;
}
.togglearrow{
	padding-top: 10px;
	height: 17px;
	text-decoration: none; 
	position:relative; 
	padding-left:10px;
}

.rotate {
    -moz-transition: all .4s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.languagetoggle{
	display: flex;
	}
	
#navigation{
overflow:hidden;
display:none;
font-size:25px;
font-colour:#FFFFFF;
opacity: 1;

/* Change under sprint 98 and userstory : STRY0514569 */

/* animation: fade 0.7s linear;
-moz-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s ease-in-out; */
}


@keyframes fade {
  0% { opacity: 0 }50% { opacity: 0.5 }
  100% { opacity: 1 }
}
	ul {
  list-style-type: none;
}

@media only screen and (max-width: 700px) {
	body{
		width: 100%;
		max-height:100vh;
	}
}
@media only screen and (max-width: 540px) {
	body{
		width: 60%;
		max-height:150vh;
	}
}
@media only screen and (max-width: 1024px) {
	body{
		width: 100%;
		max-height:40vh;
	}
}


