body{
    background: #fff;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(255, 255, 255);
}
#logo {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/1112/UCX_Fit_Logo_RGB_A_72ppi.png) no-repeat top left;
    background-size: auto 100px;
    width: 600px;
    height: 110px;
    margin-top: -30px;
}
.alpha60 {
    background-color: #ffffff;
}
form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: #000000;
    text-shadow: 0 1px 0 #fff;
}
form .button {
    background-color: #00a9ce;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #000000;
    min-width: 80px;
    font-weight: bold;
}

form .button:hover {
    cursor: pointer;
    transition: 0.5s;
    font-size: 16px;
}

form p a:hover {
    font-size: 13px;
    transition: 0.5s;
    color: #00a9ce;
    font-weight: bolder;
}
#admin_wrapper {
    width: 600px;
    margin: 80px auto 0;
    padding: 55px 20px 15px;
    min-height: 350px;
    border: none;
}