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: 100vh;
  background-color: #F4F4F4;
}

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

label {
  color: #222222;
  font-family: 'Open Sans', sans-serif, Arial;
  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: #ffffff;
  color: #222222;
  padding: 12px;
  outline: none;
  border: 3px solid #ffffff;
  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: #ffffff;
  color: #222222;
  padding: 12px;
  outline: none;
  border: 3px solid #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

select option {
  color: #222222;
  background-color: #ffffff;
}

.sc-button {
  background-color: #c60c35;
  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: #c60c35;
  border-style: solid;
  border-radius: 6px;
  color: #f4f4f4;
  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:#f4f4f4 !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 #ffffff; 
    -webkit-text-fill-color: #222222; 
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
