body {
  font-family: "Nunito Sans", sans-serif;
}

#wpcontent {
  background-color: #f8f8ff;
}

#pills-tab li button {
  background-color: #003e9b;
  margin-right: 10px;
  color: #FFFFFF;
}
#pills-tab li .active {
  background-color: #0d6efd;
}

a.reset-color {
  margin-left: 10px;
  text-decoration: underline;
}
a.reset-color:hover {
  cursor: pointer;
}

form h2 {
  display: none;
}
form .container-label th {
  width: 300px;
}
form p.submit input {
  font-size: 14px !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  padding: 9px 20px !important;
  transition: all 0.3s;
}
form p.submit input:hover {
  background-color: #0a62e5 !important;
}
form .w-600 input {
  width: 600px;
}
form .w-300 input {
  width: 300px;
}

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