.tracimBrandingWelcomePage__main {
  min-height: 100%;
  padding: 20px;
}

.welcomeSimpleText {
  margin: 40px;
}

h1 {
  color: #283c8f;
  font-weight: bold;
}

.tracimBrandingWelcomePage__text {
  /* You can restrict the size of the text block by uncommenting the following line: /*
  /* width: 66%; */
  padding: 10px;
  color: #000;
  background-color: #fff;
}

.tracimBrandingWelcomePage__background {
  padding: 10px;
  height: 100%;
  z-index: -1;
}

a, a:visited {
  color: #283c8f;
  font-weight: bold;
}

a:hover {
  color: #1b75bc;
}

button.btn.iconbutton-primary-light, button.btn.iconbutton-primary {
  transition: none;
}
button.btn.iconbutton-primary-light:hover .iconbutton__label,
button.btn.iconbutton-primary:hover .iconbutton__label,
button.btn.iconbutton-primary-light:hover .iconbutton__icon,
button.btn.iconbutton-primary:hover .iconbutton__icon {
  color: #fff;
}
