@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
.st0 {
  fill: #757576;
}
.st1 {
  fill: #F29100;
}
.st2 {
  fill: #5D5D5D;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background: #bababa;
  width: 100%;
  height: 100%;
  color: #5D5D5D;
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content {
  padding: 20px;
}
body .logo {
  text-align: center;
}
body .logo #OtrebaLogo {
  width: 300px;
}
@media (max-width: 480px) {
  body .logo #OtrebaLogo {
    width: 200px;
  }
}
body .main {
  padding: 0 20px 20px;
}
@media (max-width: 480px) {
  html,
  body,
  .wrapper {
    height: auto;
  }
}
