body, button, input, textarea{
	font-family: 'Roboto';
}
body{
	background: #eee;
}
#login{
	width: 400px !important;
}
#login h1{
	background: white;
}
#login h1 a, .login h1 a {
	background-image: url('http://c4.comstor360.de/wp-content/uploads/sites/2/2017/09/Westcon-Comstor_tagline_only-240.jpg');
	height: 100px;
	width: 280px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#loginform{
	padding: 40px 30px;
}
#loginform h2{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
#loginform p.note{
	color: #666;
	text-align: justify;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #999;
}
#loginform p.submit:after{
	clear: both;
	display: block;
	content: "";
}
.login #login form{
	background: white;
	box-shadow: none;
}
.login #login label{
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
.wp-core-ui #login .button-primary, .wp-core-ui #login .button.button-large{
	color: white;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	border: 1px solid rgba(0,0,0,0.4);
	height: 32px;
	line-height: 30px;
	box-shadow: none;
	text-shadow: none;
}
.wp-core-ui #login .button-primary:hover{
	opacity: 0.7;
}
