/*! ds styles */
body {
	background: #443E39;
	min-width: 0;
	color: #737170;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.4em;
}

.login a{color: #E59419;}

.login h1 a{
	background:url(../images/logobachmann.svg) no-repeat top;
	width: 250px;
	height: 39px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:15px;
	display:block
}

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

.login label {
	color: #E59419;
	font-size: 14px;
}

.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #E59419;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #E59419;
	text-decoration: underline;
}

.wp-core-ui .button-primary {
	background: #E59419;
	border-color: #fff;
	box-shadow: none;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	font-family: "Noto Serif SC";
	font-weight: 14px;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background: #E59419;
	border-color: #E59419;
	color: #ffffff;
	opacity: 0.7;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 0px;
	white-space: nowrap;
	box-sizing: border-box;
}

.login #login_error, .login .message, .login .success {
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	box-shadow: none;
	text-align: center;
}
