.login-card {
  padding: 0 !important;
}

.login-card > div {
  border-radius: 0 !important;
}

#login-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

#image-copyright {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, .5);
  padding: 4px;
  border-radius: 6px;
}

#image-copyright > div {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
}

#button-matrix {
  height: 36px;
  width: 60px;
}

#toast-alert {
  z-index: 11000;
}

.btn-no-border {
  border: none !important;
  box-shadow: none !important;
}

