.login h1 a{            background-image:none,url(/wp-content/plugins/cuas-theme/cuas/img/logo_rb.png);
  height: 80px;
  background-size: 300px;
  width: 100%;
  margin-bottom: 5px;
}

#loginform{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}

body.login{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("/wp-content/plugins/cuas-theme/cuas/img/login_bg.svg"),linear-gradient(45deg,#c5d5dd 0%,#77b4d5 100%);
  background-blend-mode: multiply;
}