body{
    background: #fff;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(255, 255, 255);
}
#admin_wrapper {
    border: none;
}
.alpha60 {
    background-color: rgba(255, 255, 255);
    box-shadow: 1px 1px 20px #000000;
}
#logo {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/1146/RALC_Primary_PNG.png) no-repeat top left;
    background-size: auto 100px;
    width: 600px;
    height: 110px;
    margin-top: -30px;
}
form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: #007dc3;
}
form .button {
    background-color: #007dc3;
}
form .button:hover {
    background-color: #13b5ea;
}