body.login {
	background: #ffffff;
	color: #000000;
}
a {
	color: #538f38 !important;
}
.login h1 a {
	background-image: url('https://webinar.vcs-ate-ata.ch/wp-content/uploads/webinar_favicon.png');
	background-size: 320px 56px;
	width: 320px;
	height: 56px;
}
.login .message {
	font-family: 'Arial', sans-serif;
	background: #e4e4e4;
	border: #b7dd4e;
	color: #000000;
}
.login #login_error {
	border-left: #b7dd4e 5px solid;
	background-color: #e4e4e4;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.login form {
	color: #000000;
	border: 1px solid #e4e4e4;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-family: 'Arial';
}
#user_login:focus, #user_pass:focus {
	border: 1px solid #e4e4e4;
}
.login label {
	/*...*/
}
.login input, .login #language-switcher-locales, .login #rememberme {
	border: 1px solid #e4e4e4;
	border-radius: 0px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.login input:focus, .login #language-switcher-locales:focus, .login #rememberme input:focus {
	color: #000000;
	border: 1 px solid #e4e4e4 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#user_login input:focus {
	border: 1 px solid #e4e4e4 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
select#language-switcher-locales {
	color: #000000;
}
.login .forgetmenot label {
	/*...*/
}
.login input.button-primary, .login input.button {
	font-family: 'Arial', sans-serif;
	background-image: none;
	background-color: #e75667;
	border:1px solid #ffffff;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: ease-in-out 0.3s;
	border-radius: 0px;
}
.login input.button-primary:hover,.login input.button-primary:focus {
	background-color: #e4e4e4;
	color: #1f431e;
	border: 1px solid #e75667;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: ease-in-out 0.3s;
}
.login #nav,.login #backtoblog {
	/*...*/
}
button.wp-hide-pw, button.wp-hide-pw:hover, button.wp-hide-pw:focus {
	color: #000000;
	border: 1px solid #e4e4e4 !important;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.dashicons {
	color: #000000
}

.forgetmenot {
	display: none !important;
}