body {

 background: white url(/wp-content/uploads/2019/12/bg-porsche-coming-soon.jpg) center bottom no-repeat; 
 background-size: contain; 
 box-sizing: border-box; 
 text-align: center; 
 overflow-x: hidden;
 }

#login {
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}


#logo {
	
    margin: 0 auto !important;
    padding: 5% 30px 25px !important;
	height: auto; 
    padding: 0;
    display: block;
    width: 100%; 
	max-width: 495px;
	box-sizing: border-box; 
}

#logo img { width: 100%; height: auto; display: block; margin-top: 30px; }

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 0px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
	border: none;
	box-shadow: none;
}

p.submit { text-align: center; }
.login .button-primary { float: none; margin: 0 auto; }

/* Change Autofill style in FF */
input {
  filter: none;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.login form .input, .login input[type="password"], .porsche-button-submitt {  background:  #efefef !important; border: 1px solid #ddd !important; text-align: center; width: 240px; margin-top: 10px; border-radius: 0;  }
.login form input[type="password"]:focus, .porsche-button-submit:focus { box-shadow: none; outline: 0px solid transparent; } 

#loginform label {	
	text-transform: uppercase; 
	color: #191F22;
	font-size: 12px;
	font-family: 'porschenext';
	margin-bottom: 6px;
	letter-spacing: 2px; 
} 

::placeholder {
    color: #191F22;
    opacity: 1;
    letter-spacing: 5px; 
	line-height: 40px; 
}

.porsche-button-submit {  
	color: #494E51; 
	font-size: 18px; 
	font-weight: 400;  
	background: transparent; 
	transition: all 0.6s; 
	border: 0px solid transparent;
	font-family: 'porschenext';
}

.porsche-button-submit:hover { cursor: pointer; border: 0px solid #494E51; color: rgb(213, 0, 28);   }
.porsche-button-submit i { margin-right: 6px; font-size: 16px; }

.login #login_error {
    border: none;
	color: #191F22;
	font-size: 12px;
	font-family: 'porschenext';
	margin-bottom: 16px;
	letter-spacing: 2px; 
	box-shadow: none;
	background: transparent; 
}

