.checkbox-input input[type=checkbox] {
  margin-right: 15px;
  transform: scale(1.4);
}
.checkbox-input label {
  line-height: 18px;
}
.checkbox-input label a {
  color: #0e68a8;
  text-decoration: underline;
}

label {
  margin-bottom: 0;
}

h2 {
  text-transform: uppercase;
  color: #0d67a5;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1rem;
}

h3 {
  color: #0d67a5;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 1.5rem;
}

.required label:after {
  content: " (*)";
  color: red;
  font-size: 16px;
}

.password-area {
  background-color: #e7e0ea;
  padding: 10px;
}

.form-section {
  border-left: 3px solid #0d67a5;
  padding: 0 15px;
  margin-bottom: 2rem;
}

#searchResults {
  border: 1px solid #CCC;
  margin: 0;
  border-top: 0;
  padding: 20px 40px;
  list-style: none;
}
#searchResults li {
  padding: 7px 0;
  cursor: pointer;
}
#searchResults li:hover {
  text-decoration: dotted;
}

/*# sourceMappingURL=register.css.map */
