.solar-signup {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  font-family: inherit;
}
.solar-signup__heading {
  margin: 0 0 6px;
  color: #000;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 800;
  text-align: left;
}
.solar-signup__intro {
  margin: 0 0 22px;
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.solar-signup .form-group {
  margin-bottom: 18px;
}
.solar-signup label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.solar-signup .form-control {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
}
.solar-signup .form-control:-ms-input-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.solar-signup .form-control::placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.solar-signup .form-control:focus {
  border-color: #f58220;
  box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.18);
  outline: none;
}
.solar-signup__submit {
  width: 100%;
  height: 43px;
  margin-top: 0;
  color: #fff;
  background-color: #f58220;
  border: 0;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}
.solar-signup__submit:hover, .solar-signup__submit:focus {
  color: #fff;
  background-color: #e77417;
  outline: none;
}
.solar-signup__message {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  .solar-signup {
    max-width: none;
    margin-top: 24px;
  }
  .solar-signup__heading {
    text-align: center;
  }
}