.form-group.required .form-control-label::after {
  content: "*";
  color: #c00; }

.contact-us-banner {
  background-image: url("../images/contact-us.jpg");
  background-position-y: 20%; }

.contact-us-signup-message {
  position: fixed;
  bottom: 9px;
  right: 16px;
  z-index: 10; }
  @media (max-width: 544px) {
    .contact-us-signup-message {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      right: auto; } }

.contact-us-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .contact-us-signup-alert.show {
    display: block; }

.contact-us-signup-alert {
  margin-top: 11rem; }

.invalidEmail {
  border: 1px solid red; }

.contact-us-landing-page .card {
  border-radius: 10px;
  background-color: #1a42270f; }

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