body {
	font-family: 'poppinsregular', sans-serif !important;
}

a, .login #nav a,
.login #backtoblog a {
	color: #48B7AA;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus,
.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover,
.login #nav a:focus,
.login #backtoblog a:focus,
.login h1 a:focus {
	color: #4a4a4a;
	text-decoration: none;
}

.login .message,
.login .success,
.login #login_error {
	border-left: 4px solid #48B7AA;
}

.login .success {
	border-left-color: #48B7AA;
}

.login h1 a {
	background: url('./img/logo-oreag.png') center top no-repeat;
	color: #444;
	height: 95px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 319px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

.wp-core-ui.login .button-primary {
	background: #FBC14D;
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: #fff;
	float: none;
	font: 18px/1em 'poppinsbold', sans-serif;
	font-weight: bold;
	height: auto;
	margin-top: 20px;
	padding: 16px 30px;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
}

.wp-core-ui.login .button-primary:hover {
	background: #48B7AA;
}
