/* FIELD */
.formfield {
  margin-bottom: -18px !important;
}

/* TEXTAREA */
textarea {
    height: 150px !important;
}

/* LABEL */
.font-medium {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

/* ITALIAN WORD */
.text-sm p {
    opacity: 0.5;
    font-size: 10px !important;
    margin-top: -8px !important;
    margin-bottom: -3px !important;
}

/* OPT IN CHECKBOX */
.cs_field.rounded-md {
    border: none !important;
    padding-left: 8px !important;
    margin-bottom: 15px !important;
}