body {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/977/BG-Web-Blue-5.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h2 {color: #2d789f;}
#admin_wrapper {
    border-radius:5px;
    background:  white;
    border: 1px solid #2d789f;
}
#admin_wrapper h2 {margin-bottom:5px;}
#logo {display:none;}
form > div {border: 1px solid #2d789f!important;font-size:16px!important}
form label {color: #2d789f!important;}
form .button {
    background-color: #1e3277;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius:5px!important;
    color: #fff;
    min-width: 80px;
    padding:10px;

}
form p:last-child {text-align:right!important;padding-top:0px!important}
#button {
    color: white!important;
    max-width: unset;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
    background-color: #3344c6;
    transition: opacity 0.2s ease;
    font-weight: 700;
    border:0
}