:root {
  --main: #bc3908 !important;
  --secondary: #bc3908 !important;
}

.window-title {
  background: url(/images/minimize.svg) calc(100% - 49px) center no-repeat, url(/images/maximize.svg) calc(100% - 27px) center no-repeat, url(/images/close.svg) calc(100% - 5px) center no-repeat, linear-gradient(to bottom, #D03E09 0%, #BC3908 5%, #AD3307 10%, #9F2F07 35%, #9F2F07 75% , #BC3908 100%, #333 160%) center/cover no-repeat !important;
  background-size: 20px, 20px, 20px, auto !important;
  color: white !important;
}

.window-content {
  color: white !important;
}

.window-content a {
  color: lightblue !important;
}

.Top a {
  text-decoration: none;
}

.Top a:hover {
  color: black !important;
  background-color: #F65E26 !important;
}

.field {
  color: white !important;
}

