body {
  background: #f1f3f4 !important;
}

html,
body,
.form-container,
.server-info-container {
  width: 100vw;
  min-height: 100vh;
}

.logo {
  height: 60px;
}

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding-bottom: 20px;
}

.server-info-container,
.server-info-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.server-info-container {
  background: #fff;
}

.server-info-description {
  margin-top: 50px;
}

.server-info-logo {
  margin-left: 10px;
  height: 50px;
}

.server-info-description h3 {
  margin: 0;
  opacity: 0.7;
}

.form-container {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px;
  padding-top: 30px;
  border-top-color: #f36f23;
  border-top-width: 3px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

h5 {
  margin-top: 60px;
  margin-bottom: 15px;
}

.custom-checkbox {
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: middle;
}

.checkbox-container {
  margin-top: 6px;
}

button[type="submit"] {
  margin-top: 30px;
}

.error-message {
  padding: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 12px;
  border-radius: 4px;
}

.react-datepicker-wrapper {
  display: block;
  width: 100%;
}

.form-container input, select, textarea {
  display: block;
  width: auto;
  max-width: 100%;
  min-width: 50%;
  height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}

.form-container input:not([type=file]), select {

  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
}


.form-container label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}