input {
  outline-width: none;
  border-radius: 25px !important;
  padding: 3px !important;
  border: 1px solid white !important;
  transition: none !important;

  text-indent: 2%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f26434 inset;
    -webkit-text-fill-color: white;
    caret-color: white;
}

input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f26434 inset;
    -webkit-text-fill-color: white;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #f26434 inset;
    -webkit-text-fill-color: white;
}

input.form-control {
  margin-bottom: 10px;
}

input.button {
  background: transparent;
  color: white;
  padding: 10px !important;
}

.input-group {
  margin-top: 5%;
  width: 100%;
}

.optin_check {
  margin-top: 5%;
  color: white;
}

.optin_check ul {
  list-style: none;
  padding-left: 0;
}

.optin_check ul li {
  display: inline;
  white-space: nowrap;
}

.bg-dark {
  height: 100%;
}

h2 {
  color: white;
}
