.navbar {
  background-color: #2691d9;
  border-bottom: 4px solid #b02e7c;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.3);
  color: white;
}
.navbar .nav-link, .navbar .navbar-text, .navbar .navbar-brand {
  color: white;
}
.navbar .active {
  color: white !important;
  font-weight: bold;
}

.padding-top-10px {
  padding-top: 10px;
}

.margin-bottom-25px {
  margin-bottom: 25px !important;
}

.btn-submit {
  background: none;
  border: none;
}

.w10 {
  width: 10px;
}

.has-errors {
  border: 1px solid red !important;
}

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