/* @override 
	https://de.uniscon.com/wp-content/themes/JointsWP-master/eigenes-login/eigenes-login.css
	https://de.idgard.de/content/wp-content/themes/idgard_toolbox/eigenes-login/eigenes-login.css */

/* Custom Login Styles */
 
body
{background-color:#ffffff!important;}	/* Page background. Can't use the body tag for this! */

.login h1 a
{	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
	background:url(idgard-nur-box.svg) 0 0 no-repeat;
    background-image: url(idgard-nur-box.svg);
    background-image: none,url(idgard-nur-box.svg);
	background-size: 100px;
	background-position: center;
	width:  140px;
	height: 120px;
} 
 
.login form
{
	box-shadow:none
}

.login #nav,
.login #backtoblog
{
	text-align: right;
}

.login .submit input
{
	background: #2da942;
	border:  none;
	box-shadow: none;
	text-shadow:none;
	border-radius: 0;
}