body {
  background: none;
}

.alpha60 {
  background: none !important;
}

#admin_wrapper {
    width: 30% !important;
    margin: 5% auto !important;
    padding: 30px !important;
    border: 1px solid grey !important;
min-height: auto !important;
}

#logo {
  display: none;
}

#admin_wrapper input {
  width: 96% !important;
padding: 4% 2% !important;
}

#admin_wrapper form {
  margin-left: 0 !important;
}

#admin_wrapper form label {
  color: #0475bc
}

#admin_wrapper input[type="submit"] {
margin-top: 1em;
    padding: 7px 15px;
    background-color: #0475bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 100%;
width: auto !important;
border: solid #0475bc !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}

#admin_wrapper input[type="submit"]:hover {
text-decoration: underline !important;
}

/* Mobile Style */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) { 

#admin_wrapper {
    width: 90% !important;
    border: none !important;
  padding: 0 !important;
}
  
}