body {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4e63d7),
    to(#76bfe9)
  ) !important;
  background-image: linear-gradient(
    to right,
    #4e63d7 0%,
    #76bfe9 100%
  ) !important;
  margin-top: 20px;
}

/* ===== LOGIN PAGE ===== */
.login-box {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  