body {
  background-color: #4c5aff;
  color: white;
}
a {
  color: white;
}
a:hover {
  color: #262e96;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
  color: #262e96;

}
.login h1 a {
  background-image: url('../img/logo-thlks.png');
  pointer-events: none;
}
.login #backtoblog a, .login #nav a {
  color: white;
}
.login form {
  background: none;
  box-shadow: none;
  border-bottom: 2px solid white;
  margin-bottom: 20px;
}
.login label {
  color: white;
}
.login form .input {
  margin-top: 10px;
  background: none;
  padding: 10px 5px;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  box-shadow: none;
}
.wp-core-ui .button-primary {
  background-color: white;
  color: #4c5aff;
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #4c5aff;
  transition: all .3s ease;
}
.wp-core-ui .button-primary:hover {
  background-color: #4c5aff;
  border: 2px solid white;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  height: 30px;
  line-height: 30px;
  padding: 0 12px 32px;
}
input[type=checkbox], .login form input[type=checkbox] {
  border: 2px solid white;
  background: none;
  color: white;

}
input[type=checkbox]:checked:before {
    margin: -4px 0 0 -5px;
    color: #ffffff;
}
.forgetmenot {
  line-height: 30px;
}
.login #backtoblog, .login #nav {
  padding: 0;
  text-align: center;
  margin: 0;
}
.login .privacy-policy-page-link {
  display: none;
}
.login #login_error, .login .message, .login .success {
  background-color: #3b48e4;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #3b48e4 !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #3b48e4 inset !important;
  padding: 10px 5px;
  boder: none;
  border-bottom: 2px solid white;
  transition: all 0.3s ease-in-out 0s;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
  box-shadow: none;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
  background-color: #3b48e4;
  border-color: white;
}
