/*
 * UT SSO Theme productie - Universiteit Twente
 */
.ut-background {
  background-attachment: fixed;
  background-position: right bottom;
  background-color: #EBF0F5;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .ut-background {
    background-image: url("background-lores.jpg");
  }  
}

/* Accent 2 */
.ut-widget-accent {
  background-color: #DD4C9C;
}
.ut-button-accent {
  background-color: #DD4C9C;
  border: 1px solid #DD4C9C;
}
.ut-button-accent:active, .ut-button-accent:hover {
  background-color: #CF0072;
}

