body{
  background-color: #transparent;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f4f4f4;
}

form {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
}

label {
  color: #f4f4f4;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}


input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  margin: 0 0.4em 3px 0;
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
font-weight:400;
  height: 47px;
  width: 100%;
  background-color: #f4f4f4;
  color: #000000;
  padding: 12px;
  outline: none;
  border: 3px solid #f4f4f4;
  border-radius: 5px;
  margin-bottom: 10px;
}

select {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
font-weight:400;
  height: 47px;
  width: 100%;
  background-color: #f4f4f4;
  color: #000000;
  padding: 12px;
  outline: none;
  border: 3px solid #f4f4f4;
  border-radius: 5px;
  margin-bottom: 10px;
}

select option {
  color: #666666;
  background-color: #f4f4f4;
}

.sc-button {
  background-color: #f4f4f4;
  align-items: flex-start;
  cursor: pointer;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  text-align: ;
  display: inline-block;
  width: 60%;
  height: 50px;
  border-width: 2px;
  border-color: #f4f4f4;
  border-style: solid;
  border-radius: 6px;
  color: #c60c35;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.smartcapture-submit-button-wrapper {
  padding-bottom: 10px;
  text-align: center;
}

.date-dropdown-select-boxes input {
  display: none;
}

.date-dropdown-select-boxes .select {
  max-height: 28em;
  max-width: 6em;
  overflow: auto;
}

.popover-content {
  color:#000000 !important;
  
}

/* reset default autofill styling */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 3px solid #f4f4f4; 
    -webkit-text-fill-color: #000000; 
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

      .layout-canvas-g {
        background-color: #fff;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
      }
      .layout-canvas-g > .header,
      .layout-canvas-g > .section,
      .layout-canvas-g > .footer {
        position: relative;
        overflow: hidden;
        width: 100%;
        word-wrap: break-word;
      }
      .layout-canvas-g > .section {
        margin: 10px 0;
      }
      .layout-canvas-g > .section > .columns {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
      }
      body {
        color: #000;
        font-family: "Maven Pro", sans-serif;
        font-size: 14px;
        margin: 0 auto;
        max-width: 1280px;
      }