body{
    background: url(none) no-repeat top center #fff;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(255, 255, 255);
}
#admin_wrapper {
    border: none;
}
.alpha60 {
    background-color: rgba(0, 0, 0,0.01);
    box-shadow: 0px 0px 0px #000000;
}
#logo {
    background: url(http://static.activecarrot.net/images/714/anusport_primarylogo_reversed.png) no-repeat top left;
    background-size: auto 100px;
    width: 600px;
    height: 110px;
    margin-top: -125px;
}
form label {
    background-color: #0076c0;
    color: #FFFFFF;
    padding: 10px;
    width: 247px;
    text-transform: uppercase;
    text-shadow: none;
}
form .button {
    background-color: #7794C2;
    min-width: 180px;
    border: none;
    border-radius: 0px;
    height: 30px;
    text-transform: uppercase;
}
form .button:hover{
    background-color: #000000;
}