@charset "UTF-8";
/* CSS Document */

.login h1 a {
    background-image:url(images/Meerkat_small.png);
    background-size: 150px 150px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #999;
    height: 150px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0px auto 25px;
    padding: 0px;
    text-decoration: none;
    width: 150px;
    text-indent: -9999px;
    outline: 0px none;
    overflow: hidden;
    display: block;
}
.wp-core-ui .button.button-large, .wp-core-ui .button-group.button-large .button {
   background:none;
	background-color: #245786;
	color: #fff;
	font-weight: 600;
	outline: none;
	border: 0px;
	
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	opacity:.9;
}
.wp-core-ui .button.button-large:active, .wp-core-ui .button-group.button-large .button:active {

		background:none;
	background-color: #245786;
	color: #fff;
	font-weight: 600;
	outline: none;
	border: 0px;
	
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	opacity:.9;
}