@charset "UTF-8";
/* CSS Document createtd by the A5 Plugin Framework */

/* CSS portion of the A5 Custom Login Page */

html body {
	background-color: #a6d684;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a6d684), to(#c8e9f4));
	background-image: -webkit-linear-gradient(top, #a6d684, #c8e9f4);
	background-image: -moz-linear-gradient(top, #a6d684, #c8e9f4);
	background-image: -ms-linear-gradient(top, #a6d684, #c8e9f4);
	background-image: -o-linear-gradient(top, #a6d684, #c8e9f4);
	background-image: -linear-gradient(top, #a6d684, #c8e9f4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#login h1 a {
	background-image: url(http://www.riverviewpoa.com/wp-content/uploads/2015/02/Untitled.bmp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 250px 150px;
	width: 250px;
	height: 150px;
	text-indent: -9999px;
	display: block;
}
p.message {
	background-color: #ddbaba !important;
	color: #000000 !important;
	border-color: #81d742 !important;
}
#login_error {
	background-color: #bababa !important;
	color: #dd3333 !important;
	border-color: #3118f2 !important;
}
#wp-submit.button-primary {
	background: transparent !important;
	background-color: #2528ea !important;
	border: solid 1px #26ef3d !important;
}
