.infusion-submit button[type='submit'],
.infusion-submit input[type='submit'] {
  /* this is where code goes to style button */
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  border: 0px solid #003865;
  border-radius: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #003865;
  color: #FFFFFF;
  font-size: 18px;
  font-family: open-sans, Raleway, Arial, Helvetica, sans-serif;
  font-weight: 400;
  transition-duration: 0.2s;
  text-decoration: none;
  font-weight: bold;
  text-shadow: none;
  cursor: pointer; }

.infusion-field input[type="text"] {
  /* styling for the container that holds input elements */
  width: 100%;
  border: solid;
  border-color: #ddd;
  border-radius: 6px;
  Background-color: #fff;
  padding: 8px 16px;
  margin: 10px auto 10px auto; }

.text {
  /* styling for the text under the checkbox */
  text-align: justify;
  font-size: 12px; }

.text-legal {
  /* styling for the text under the button */
  text-align: justify;
  font-size: 10px; }

.infusion-field label {
  /* hiding the label */
  display: none; }

.imageSnippet-alignDiv {
  /* hiding the logo */
  display: none; }
