.coverlyn-cta1 {
  color: #fff;
  padding: 24px;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  border: 1px solid #f3f4f6 !important;
  border-radius: 8px;
}

.coverlyn-lead-form1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.coverlyn-email-field1 {
  margin-bottom: 16px;
}

.coverlyn-lead-form1 label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgb(55, 65, 81);
  font-family: Roboto;
}

.coverlyn-lead-form1 input {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

.coverlyn-lead-form1 input.is-invalid {
  border-color: #ffb3b3 !important;
}

.coverlyn-form-error {
  color: #ffb3b3;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
}

.coverlyn-lead-form1 button {
  background: #29513a;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  border-radius: 8px;
  padding: 0 14px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 12px;
}

.coverlyn-features1 {
  margin-top: 12px;
  text-align: center;
  width: 100%;
}

.coverlyn-features1 span {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  font-family: Roboto;
}
