html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

a {
  text-decoration: none;
}

.mdl-grid {
  max-width: 1024px;
  margin: auto;
}

.mdl-layout__header-row {
  padding: 0;
}

h3 {
  background: url('stefma-logo.png') no-repeat;
  background-size: 40px;
  padding-left: 50px;
  color: black;
}

#login_container {
  margin-bottom: 0px;
}

#dropzone {
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-color: #F5F5F5;
}

#uploadProgressBar {
  width: 100%;
  visibility: hidden;
}
