body {
  background-image: url('/static/img/bg_biotech_l.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#container {
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 1) 220px,
      rgba(255, 255, 255, 1) 221px,
      rgba(255, 255, 255, 1) 100%);
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 5px 4px 1px rgba(8, 12, 171, 0.1);
}

#container.noshadow {
  box-shadow: none !important;
}

#logo img {
    width: 260px;
    height: 228px;
    margin: 1rem auto 0 auto;
}

