@import "./pardot.css";


.pardot.sidebar {
  background-color: #000046;
}

.pardot.sidebar #pardot-form p,
.pardot.sidebar #pardot-form p label {
  color: #fff;
}

.pardot.sidebar #pardot-form .hidden{
  height: 0px !important;
  margin: 0 !important;
}


.pardot.sidebar #pardot-form span a,
.pardot.sidebar #pardot-form p span a,
.pardot.sidebar #pardot-form a span,
.pardot.sidebar #pardot-form a {
  color:#fff !important;
}

.pardot.sidebar #pardot-form .submit input[type="submit"] {
  color: #fff;
}

.pardot.blue #pardot-form .submit input[type="submit"] {
  color: #fff;
}

.pardot.wide #pardot-form .submit input[type="submit"] {
  color: #fff;
}

.pardot.sidebar #pardot-form p.required label,
.pardot.sidebar #pardot-form p.required .field-label,
.pardot.sidebar #pardot-form p .field-label,
.pardot.sidebar #pardot-form .field-label {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.pardot.sidebar #pardot-form  .Opt_In_All_Comms{
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;

}
.pardot.sidebar #pardot-form .field-label{
  width: auto !important;
}

.pardot.sidebar #pardot-form .value{
  margin-right: 20px !important;
  margin-left: 0px !important;
}

.pardot.sidebar #pardot-form .value input[type="checkbox"]{
  height:30px;
  width: 30px;
}