body {
    background: #FFFFFF;
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/381/aquatic-main.jpg");
    background-repeat: no-repeat;
    background
    font-family: 'UniversLTW01-47LightCn', Arial';
    background-size: cover;
}
#logo {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/381/Knox_Aquatic_Centre_Stacked_Colour_RGBTransparent.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 160px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
#admin_wrapper {
    width: 600px;
    margin: 200px auto 0;
    padding: 55px 20px 15px;
    border: none;
    min-height: 350px;
    background-color: #ffffff;
}
.alpha60 {
    background-color: rgba(255,255,255,0.95);
    border: transparent;
}
form label {
    color: #003e7e;
    text-shadow:none;
    text-transform: uppercase;
    margin-left: 230px;
}
form .input {
    border: 1px solid #003e7e;
    padding: 7px;
    background-color: #ffffff7d;
    width: 250px;
    margin-left: 140px;
}
.forgot_password p a {
    color: #003e7e;
    text-transform: capitalize;
    margin-left: 130px;
}
.forgot_password p a:hover{
    color: #003e7e;
}
form .button {
    background: #003e7e;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: inherit;
}
form .button:hover {
    background: #007dc3;
    color: #003e7e;
    font-weight: bold;
}