#logo {
    background: url("http://static.activecarrot.net/images/650/SLLC-transparent.png");
    width: 80px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 80px 70px;
    float:left;
}


#admin_wrapper {
    width: 600px;
    margin: 80px auto 0;
    padding: 25px 20px 15px;
    border: 1px solid #CCC;
    min-height: 350px;
}

#admin_wrapper form
{
margin-left:auto;
margin-right:auto;
width:270px;
}

.customer_login_message {
margin-bottom: 50px;

}