#login h1 a,
.login h1 a {
  width: 200px;
  background-image: url(./logo-white.png);
  background-size: 180px;
}

.wp-core-ui .button-primary {
  background: #00B0D8 !important;
  border: none !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.login form {
  box-shadow: none !important;
}

input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus,
input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
  box-shadow: none !important;
}

/* NEW LOGIN SCREEN */
html {
  background-color: #0f3755 !important;
  background-image: radial-gradient(circle, #153455, #2B4C70) !important;
}

body {
  background: none !important;
  background-image: url(./admin-background.png) !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
  min-height: 700px;
}

@media all and (max-width: 630px) {
  body {
    background-size: 100% auto !important;
  }
}
@media all and (max-width: 400px) {
  body {
    background: none !important;
  }
}
#backtoblog {
  position: absolute;
  top: 0;
  left: 0;
}

#login {
  padding: 15% 0 0 !important;
}

.login #backtoblog a, .login #nav a {
  color: #fff !important;
}

p.submit,
.login .button-primary,
.forgetmenot {
  display: block !important;
  float: none !important;
}

.forgetmenot {
  margin-bottom: 20px !important;
}

.login form {
  padding-bottom: 30px !important;
}

p#nav {
  text-align: center !important;
}

.login .button-primary {
  width: 100% !important;
  border-radius: 4px !important;
  height: 50px !important;
  background: #5D87A0 !important;
}

/*# sourceMappingURL=login.css.map */
