@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body {
width:100%; margin:0 auto; text-align:center; color:#666; 
background: white;
font:12px Arial, Sans-Serif; 
    font-family: lato;
}

p, li {

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

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

#logo {
	background:url(https://static.activecarrot.net/images/397/URaccount.jpg);
    width: 160px;
    height: 153px;
}
#admin_wrapper {
    width: 980px;
    background:transparent;
    border:0px;
    margin-top:10px;
}
form {
    margin-top: 170px;

}
h3 {
    margin-top: 70px;
color: #e6773f!important;
    font-size: 22px!important;
}
.login_custom_html {
    font-size: 14px;
    color: #142f4a;
}
h2 {display:none}
.customer_login_message ~ form {
    margin-top: 40px!important;
    
}


.login_custom_html {
    font-size: 14px;
    color: #142f4a;
    margin-top: 50px;
}
form label {
    text-transform:uppercase;
    color: #e6773f;
}
form .button {
    padding: 5px 15px;
    background: transparent;
    color: #e6773f;
    font-size: 14px;
    border-radius: 7px;
    border-color:#e6773f;
        font-family: lato;
        text-transform:uppercase;
        font-weight: 900;
            cursor: pointer;
    -webkit-appearance: none;
    outline: none;
        border-width: 1px;
    border-style:solid;
}

form .button:hover {
    color: #c05119;
}
.forgot_password p a {
    display:block;
    margin-bottom:15px;
}
a {
    color: #e6773f;
    text-transform:uppercase;
text-decoration:  none;

}
a:hover{
    color: #c05119;
}