@import url(//fonts.googleapis.com/css?family=Arimo:400,700);

body { background: #f1f1f1; }

form .button, .input[submit] {
    background-color: #016ab5 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border: 0px !important;
    min-width: 95px;
    padding: 10px 15px;
margin-left: 10px;
}

#admin_wrapper { border: 1px solid #f1f0f0; }

.alpha60 { background: rgba(255,255,255,.8); }

#logo {
    background-image: url();
    background-size: 100%;
    width: 240px;
    height: 126px;
    background-repeat: no-repeat;
    margin-top: -40px;
}
#logo {
    display: none;
}

@media only screen and (min-width: 1024px) {
#logo {
    display: block;
}
}
/*@media only screen and (max-width: 1023px) {
body{
    background: none;
}
}*/