* {
  font-weight: 400;
  font-size: 1em;
}

@font-face {
  font-family: "Helvetica Neue World Regular";
  src: url("/fonts/dematic/HelveticaNeueWorld-55Roman.woff2");
}

@font-face {
  font-family: "Helvetica Neue World Bold";
  src: url("/fonts/dematic/HelveticaNeueWorld-75Bold.woff2");
}

@font-face {
  font-family: "Helvetica Neue World Light";
  src: url("/fonts/dematic/HelveticaNeueWorld-45Lt.woff2");
}

@font-face {
  font-family: "Helvetica Neue World Italic";
  src: url("/fonts/dematic/HelveticaNeueWorld-46LtIt.woff2");
}

body {
  font-family: "Helvetica Neue World Regular", helvetica, sans-serif;
}

.header .logo {
  background-image: url("/images/dematic-logo.svg");
  width: 118px;
  height: 43px;
}

.form-group, .separator {
  width: 685px;
}

label {
  color: #302E2C;
}

.value {
  font-family: "Helvetica Neue World Regular", helvetica, sans-serif; !important;
}

h2 {
  font-weight: 300;
  font-family: "Helvetica Neue World Bold", sans-serif;
}

h3 {
  font-family: "Helvetica Neue World Bold", sans-serif;
}

input, select, .submit-btn, textarea {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  border: 1px solid #969492;
}

.submit-btn {
  background-color: #FFB517;
  color: #FFFFFF;
  min-height: 48px;
  width: 638px;
  border: 0;
}

.submit-btn:hover {
  background-color: #FDBA32;
}

.footer {
  background-color: #302E2C;
  color: #FFFFFF;
}

.back-button {
  border: 1px solid #FFB517;
  width: 205px;
  height: 48px;
  white-space: nowrap;
  background-color: #FFB517;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-button:hover {
  cursor: pointer;
  background-color: #FDBA32;
}

.back-button > * {
  margin: 8px;
}