@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700,600,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,500,700);
body {
width:100%; margin:0 auto; text-align:center; color:#666; 
background:url(https://secure.activecarrot.com/media/dynamic/static_images/984/ta_background.jpg);
font-family: "myriad-pro", Arial, sans-serif;
}

p, li {

line-height: 1.4em;
color: #142F4A;

}
p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 300;
}

#logo {
	background:url(https://secure.activecarrot.com/media/dynamic/static_images/984/logo.png);
	width: 127px;
	height: 130px;
	margin-bottom:-100px;
}
#admin_wrapper {
    max-width: 600px;
    background:white;
    border:0px;
    margin-top:10px;
    width:100%;
    margin-top:10%;
    padding:10px;
    border-style: solid;
    border-width: 5px;
    border-color:grey;
   
}
form {
    margin-top: 170px;

}
h3 {
    margin-top: 120px;
    color:#218ec5;
    font-size: 22px!important;
}
h2 {display:none}
.customer_login_message ~ form {
    margin-top: 40px!important;
}


.login_custom_html {
    font-size: 14px;
    color: #142f4a;
    margin-top: 50px;
}
h3, h4 {text-transform:uppercase;}
.forgot_password a {
    display: block;
    width:200px;
margin:auto;
}
form .button {
border:0px;
padding:15px;
    background-color: #29ABE2;
    background-image: none;
    background-origin: padding-box;
    border-radius: 0px;
    color: #fff;
    min-width: 200px;
    top:10px;
    position:relative;
}