/* Replace external 600x800 background with local gradient */
.bg-login-image,
.bg-register-image {
  background: linear-gradient(135deg, rgba(78,115,223,.95), rgba(28,200,138,.55));
  background-size: cover;
  background-position: center;
}
