html {height:100%;}
body {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003890+1,b1cfff+100 */
background: rgb(0,56,144); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(0,56,144) 1%, rgb(177,207,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(0,56,144) 1%,rgb(177,207,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(0,56,144) 1%,rgb(177,207,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003890', endColorstr='#b1cfff',GradientType=0 ); /* IE6-9 */





}


#logo {
	background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/300/logon_page_image.png");
	background-repeat: no-repeat;
	background-color: transparent;
	clear: none;
	float: left;
        margin-bottom: 30px;
	text-indent: -9999px;
        width: 400px;
	height: 203px;
	margin-right:500px;
}
.success, .fail, .information, .attention {
	clear:both;
}
.login_custom_html{
margin-top:10px;
font-size: 12px;
}
.login_custom_html a {
text-decoration:none;
color: #666;
font-weight:bold;
}
.forgot_password p a {
color: #222;
}

#admin_wrapper {
background-color: transparent;
border: none;
}

form label {
color: #FFFFFF;
text-shadow: none;
}

h2 {
text-shadow: none;
}
#admin_wrapper > h2{
    font-size: 0px;
}
#admin_wrapper > h2:before{
    font-size: 16px;
    display: block;
    content: "Please enter you email address below to retrieve your password. Your username is your email address. If you have forgotten your email address please contact the office.";