body.login {
  background: #2d92e5 !important;
  background: -moz-linear-gradient(-45deg, #2d92e5 0%, #001bce 100%) !important;
  background: -webkit-linear-gradient(-60deg, #001bce 0%, #2d92e5 100%) !important;
  background: linear-gradient(135deg, #2d92e5 0%, #001bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d92e5', endColorstr='#001bce', GradientType=1) !important;
  color: #fff !important;
}

#loginform {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.message {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 3px;
  font-size: 12px !important;
}

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

input[type="text"],
input[type="password"] {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  border-bottom: 2px solid #ddd !important;
  padding: 5px;
  width: 100%;
  outline: none !important;
}

input[type="text"]:active,
input[type="password"]:active,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="password"]:focus {}

.button:not(.wp-color-result) {
  color: #2d92e5 !important;
  border: 1.5px solid #2d92e5 !important;
  background: transparent !important;
  transition: background .15s ease-in-out;
  text-shadow: none;
  line-height: 12px !important;
}

.button:hover {
  background: #001bce !important;
  border-color: #001bce !important;
  color: #fff !important;
}

a:focus,
a:hover,
a:active,
button:focus,
button:active,
button {
  box-shadow: none !important;
}

.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:focus,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary:active {
  box-shadow: none !important;
}

.login form {
  border-radius: 3px;
}

input[type="checkbox"] {
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 1px;
}

input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
  box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  outline: none !important;
  border: 1px solid #ddd;
}

input[type="checkbox"]:checked {
  color: #fff !important;
}

input[type="checkbox"]:hover {
  color: #fff !important;
}

input[type="checkbox"]:checked:before {
  color: #fff;
}