body {    background:white;}

h2{display:none;!important}
#logo {

    display: none;

}
#admin_wrapper {min-height:unset;width:100%;max-width:600px;}

input.large {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    font-size: 1.5em;
    background-color: #f4f5f5;
    border: 1px solid #118acb;
    box-shadow: 0px 0px 5px #7092be;

}
input#button {
    background: #ECECEC;
    color: #5a5a5a !important;
    font-weight: bold;
    text-decoration: none !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 1px;
    display: block !important;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    max-width:200px;
    margin-right: auto;
    border-radius:0px
}
input#button:hover{
    background: #118ACB;
    color: #FFFFFF !important;
}