#submit {
  padding: 0.5rem 1rem;
  background-color: #46C6FB;
  border-radius: 0.4rem;
  color: #efefef;
  border: 1px solid #efefef;
  height: 50px;
  position: relative;
  right: 15px;
}

#submit:hover {
  background-color: white;
  color: #FFA210;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
/*# sourceMappingURL=form.css.map */