body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.img-cs {
  height: 60px;
  margin-bottom: -6px;
}

.img-mt {
  height: 60px;
}

.img-mt2 {
  height: 38vh;
}

.center-mx {
  /* width: max-content; */
}

@media (max-width: 470px) {
  .img-mt {
    height: 185px;
  }
}

.img-bp {
  height: 64px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.img-org {
  margin-top: 0%;
  width: 75%;
}

html,
body {
  background: #eee;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  height: 100%;
  min-height: 100%;
  position: relative;
}

#login-wrapper {
  position: relative;
  top: 30%;
}

#login-wrapper .registration-block {
  margin-top: 15px;
}
