.msc-contact-form-page #srfm-form-941 {
  color: #071734;
}

.msc-contact-form-page #srfm-form-941,
.msc-contact-form-page #srfm-form-941 * {
  box-sizing: border-box;
}

.msc-contact-form-page #srfm-form-941 label,
.msc-contact-form-page #srfm-form-941 legend,
.msc-contact-form-page #srfm-form-941 .srfm-block-label,
.msc-contact-form-page #srfm-form-941 .srfm-label {
  color: #10254a;
}

.msc-contact-form-page #srfm-form-941 input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.msc-contact-form-page #srfm-form-941 textarea,
.msc-contact-form-page #srfm-form-941 select {
  width: 100%;
  max-width: 100%;
  color: #071734;
  caret-color: #079fba;
  background: #f5fafb;
  border: 1px solid rgba(7, 23, 52, 0.32);
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(7, 23, 52, 0.04);
}

.msc-contact-form-page #srfm-form-941 input::placeholder,
.msc-contact-form-page #srfm-form-941 textarea::placeholder {
  color: #637188;
  opacity: 1;
}

.msc-contact-form-page #srfm-form-941 input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.msc-contact-form-page #srfm-form-941 textarea:hover,
.msc-contact-form-page #srfm-form-941 select:hover {
  border-color: rgba(7, 159, 186, 0.65);
}

.msc-contact-form-page #srfm-form-941 input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.msc-contact-form-page #srfm-form-941 textarea:focus,
.msc-contact-form-page #srfm-form-941 select:focus {
  border-color: #079fba;
  outline: 2px solid rgba(7, 159, 186, 0.2);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(7, 159, 186, 0.1);
}

.msc-contact-form-page #srfm-form-941 button[type="submit"],
.msc-contact-form-page #srfm-form-941 input[type="submit"] {
  min-height: 46px;
  color: #ffffff;
  background: #079fba;
  border: 1px solid #079fba;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(7, 159, 186, 0.2);
  cursor: pointer;
}

.msc-contact-form-page #srfm-form-941 button[type="submit"]:hover,
.msc-contact-form-page #srfm-form-941 input[type="submit"]:hover {
  background: #067f96;
  border-color: #067f96;
}

.msc-contact-form-page #srfm-form-941 button[type="submit"]:focus-visible,
.msc-contact-form-page #srfm-form-941 input[type="submit"]:focus-visible {
  outline: 3px solid rgba(249, 112, 30, 0.45);
  outline-offset: 3px;
}
