
.top-bar{
  margin-top:100px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
}

.seppo-logo{
  width:100%;
}

.error-msg{
  margin-top:50px;
  width:400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  width:600px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
}

.jumbotron {
  background: #532F8C;
  color: white;
  padding-bottom: 80px; }
  .jumbotron .btn-primary {
    background: #845ac7;
    border-color: #845ac7; }
    .jumbotron .btn-primary:hover {
      background: #7646c1; }
  .jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em; }
  .navbar + .jumbotron {
    margin-top: -20px; }
  .jumbotron .lang-logo {
    display: block;
    background: #B01302;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white; }
    .jumbotron .lang-logo img {
      max-width: 100%; }

@media (max-width: 740px) {
  .error-msg {
    font-size: 18px;
    width:300px;
  }
}
