@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v11/l1cOQ90roY9yC7voEhngDLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/qs_6LdoYjCitupC9judWT-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

body.login a {
    color: #4C97DA!important;
	font-weight: 400 !important;
}

body.login a:hover,
body.login a:focus,
body.login a:active {
	color: #aaa !important;
	text-decoration: none !important;
}

body.login div#login h1 a {
	background-image: none;
	background-size: 0 0;
	height: auto;
	margin: 0 auto 0;
	width: auto;
	text-indent: 0;
	clear: both;
	color: #333 !important;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	font-weight: 300 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
input#wp-submit.button.button-primary {
    background-color: #074E8D;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
}

input#wp-submit.button.button-primary:hover {
	opacity: 0.85;
	color: #fff;
}
input#wp-submit.button.button-primary:active {
	background-color: #e6e6e6;
	color: #666;
}
