body.login,
body.login.wp-core-ui {
  background-color: #21262c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.login h1 a,
body.login.wp-core-ui h1 a {
  height: 175px;
  width: 320px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

body #login,
body.wp-core-ui #login {
  width: 450px;
  padding: 60px 0px 30px;
  background: #000000a6;
  margin-right: 30%;
  border-radius: 20px;
}

body form,
body.wp-core-ui form {
  background: transparent;
  text-align: center;
  width: 400px;
  padding-bottom: 20px;
  border-color: transparent;
}

body div.message, 
body div.notice, 
body div.success,
body.wp-core-ui div.message, 
body.wp-core-ui div.notice, 
body.wp-core-ui div.success {
  background-color: #53535353 !important;
  color: white !important;
  border-left-color: #AB1725 !important;
}

body #backtoblog,
body #nav,
body.wp-core-ui #backtoblog,
body.wp-core-ui #nav {
  text-align: center;
}

body label,
body #backtoblog a,
body #nav a,
body.wp-core-ui label,
body.wp-core-ui #backtoblog a,
body.wp-core-ui #nav a {
  color: #ffffff;
  transition: all .3s;
}

body #backtoblog a:hover,
body #nav a:hover,
body.wp-core-ui #backtoblog a:hover,
body.wp-core-ui #nav a:hover {
  color: #AB1725;
}

body .button,
body .button-secondary,
body.wp-core-ui .button,
body.wp-core-ui .button-secondary {
  color: #ffffffa3;
  border-color: #ffffffa3;
}

body input,
body input[type="text"],
body input[type="password"],
body.wp-core-ui input,
body.wp-core-ui input[type="text"],
body.wp-core-ui input[type="password"] {
  background: #f2f2f238;
  border: 0px;
  color: #ffffffa3;
}

body input[type="button"],
body input[type="submit"],
body.wp-core-ui input[type="button"],
body.wp-core-ui input[type="submit"],
body input[type="button"].button,
body input[type="submit"].button,
body.wp-core-ui input[type="button"].button,
body.wp-core-ui input[type="submit"].button {
  background: #AB1725;
  color: white;
  font-size: 1em;
  font-weight: 600;
  transition: all .3s ease;
  height: auto;
  width: 100%;
  padding: 7px 30px;
  border: 0;
  text-decoration: none;
  text-shadow: none;
  margin-top: 10px;
  box-shadow: none;
}

body input[type="button"]:hover,
body input[type="submit"]:hover,
body.wp-core-ui input[type="button"]:hover,
body.wp-core-ui input[type="submit"]:hover,
body input[type="button"].button:hover,
body input[type="submit"].button:hover,
body.wp-core-ui input[type="button"].button:hover,
body.wp-core-ui input[type="submit"].button:hover {
  background: #7F111C;
}

body .forgetmenot,
body.wp-core-ui .forgetmenot {
  padding-top: 25px;
}

body input[type="checkbox"],
body.wp-core-ui input[type="checkbox"] {
  background: #f2f2f238;
  border: 0px;
  width: 18px;
  height: 18px;
}

body input[type="checkbox"]:checked::before,
body.wp-core-ui input[type="checkbox"]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffffa3%27%2F%3E%3C%2Fsvg%3E");
  margin: -7px 0 0 -7px;
  height: 30px;
  width: 30px;
}

body.login #login_error,
body.login.wp-core-ui #login_error {
  border-left-color: #8d5020;
  background-color: #00000036;
  color: #ffffff;
}

body.login #login_error a,
body.login.wp-core-ui #login_error a {
  color: #AB1725;
}

@media (max-width: 980px) {
  body #login,
  body.wp-core-ui #login {
    margin-right: 0;
  }
}
