body {
  background: -webkit-linear-gradient(to right, #7d2eb9, #51cada);
  background: linear-gradient(to right, #7d2eb9, #51cada);
  color: white;
}

body.login form {
  background: rgba(255, 255, 255, 0.35);
}

body.login div#login h1 a {
  background-image: none;
  text-indent: 0;
  width: unset;
  height: unset;
  font-size: 2.5rem;
  text-align: left;
  font-weight: bold;
  color: white;
}

body.login div#login p a {
  display: inline-block;
  margin-top: 1rem;
  color: white;
}

body.login div#login p a:hover {
  color: #d1f1f5;
}

body.login .exactly-branding {
  width: 90%;
  text-align: right;
}

#login {
  min-width: 320px;
  padding: 8% 0 0;
  margin: auto;
  width: 50%;
}

/* The commented-out SASS code is not included here as it's not clear whether you want it or not. Uncomment as needed. */

body.interim-login {
  background: white;
}

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui
  p.loginFirst {
  font-size: 1.25rem;
}

body.login-password-protected #loginform,
body.login-password-protected .exactly-branding {
  display: none;
}
