div.bux-narrow-md {
  text-align: center;

  & form {
    margin-top: 2rem;

    & button[type="submit"] {
      background-color: #ac8950;
      background-image: linear-gradient(0deg, #ac8950 0%, #bda173 50%, #cdb896 100%);
      color: #000;
      border: none;
      padding: .75rem 1.5rem;
      font-size: 1.1rem;
      border-radius: .375rem;
      cursor: pointer;
      transition: all .2s;

      &:hover {
        background-image: linear-gradient(0deg, #9a7a47 0%, #ab9568 50%, #bc9f85 100%);
      }
    }
  }
}
