#login-background-image {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
#login-footer {
  display: block !important;
  background-size: contain;
  z-index: 1;
  position: fixed;
  bottom: 0;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 120px;
  background-color: white;
  background-position: center center;
}
.card-panel {
  margin-top: 2rem !important;
}
@media screen and (max-width: 14in) {
  #sign-in{
    padding-top: 1.5rem;
  }

  #login-footer{
    z-index: 2;
  }
}