@import url('fonts.css');

/* body */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Gotham', sans-serif !important;
	font-weight: 400 !important;
	position: relative;
}

body.login { 
	margin:0 auto;
	padding:0;
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	display:block;
}

a:focus {
	outline: 0;
	box-shadow: none;
}

.login form{
	box-shadow:none;
	padding:20px;
	border: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#login {
	margin: 50px auto;
	padding: 40px 20px;
	width: 400px;
}

#login h1 a, .login h1 a {
	background-image: url('../../../uploads/logo-hirschgasse.svg') !important;
	height:108px;
	width:280px;
	background-size: 280px 108px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	outline: none !important;
	content: '' !important;
}

.login #backtoblog a:focus, .login #nav a:focus, .login h1 a:focus {
	color: #004c38;
}

.login label {
	color: #000;
	font-size: 14px;
	width: 100%;
}

.login form .forgetmenot{
	float:none;
}

#login form p.submit{
	margin-top:15px;
}

.login.wp-core-ui .button-primary {
	background: #004c38;
	border-color: #004c38;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.2) !important;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2) !important;
	color: #fff;
	text-shadow: none;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	border-width: .0625rem;
	padding: .1875rem .3125rem;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.login.wp-core-ui .button-primary:hover {
	background: #bf9f2e;
	border-color: #bf9f2e;
	color: #fff;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	border-color: #004c38;
	box-shadow: 0 0 0 1px #004c38;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a, .login #backtoblog a, .login #nav a {
	color: #004c38;
}

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

a, a img {
	outline: none;
}