.contentWrapper {
  margin-top: 25px;
}

.headline {
  text-align: center;
  font-family: 'Segoe UI',   'Helvetica Neue',   'Helvetica',   'Arial';
  font-size: 2.2em;
  font-weight: bolder;
  color: #2c2e83;
  margin-bottom: 10px;
  margin-top: 40px;
}

.btnRegister {
  border-radius: 0px;
  border-color: #a09690;
  color: white;
  background-color: #a09690;
  font-size: 14px;
  font-weight: 500;
}

.btnRegister:hover {
  color: white;
  background-color: #2c2e83;
  border-color: #2c2e83;
}

.Logo {
  margin-top: 20px;
  margin-right: 20px;
  max-height: 300px;
  max-width: 300px;
}

.hide {
  display: none !important;
}
