
.login form{
	padding-top: 20px;
	border:1px solid #e0e3e3;	
	box-shadow: none;
    border-top: 3px solid #14041d;
	padding-bottom: 20px;
}

p#nav, p#backtoblog, .language-switcher {
	display: none;
}

.login h1 a {
  background-image: url('img/P.png');
	margin-bottom: 0;
}

body.login {
	background-color: #f0f0f0;
	border: #14041d 25px solid;
	max-height: calc(100vh - 50px);

}
.wp-core-ui .button-primary{
	background-color: #14041d;
	border: none;
}
