/*
Custom CSS for the Thinkwise Universal GUI

Rename this file to custom.css. It will then get picked up by Universal, and it will not get overwritten when updating Universal in the future
*/

/* Hide original logo */
.login__group--icon {
  display: none !important;
}

/* Display alternative logo */
.login__group--icon-container {
  background: url('/indicium/account/ui/image/Logo');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 7em;
  width: 14em;
  margin-bottom: 22px;
}
