.pharmacovigilance-form .input-field.checkbox label.control-label.option{
  position: unset;
  height: unset;
  width:unset;
  transform: unset;
}
@media only screen and (min-width: 992px) {
  .pharmacovigilance-form .checkboxes--wrapper .input-field.checkbox label.control-label.option{
    width: 50%;
    float: left;
  }
}
#edit-tabcel-contact-conclusion {
	margin-top: -0.6rem;
}
.input-field.form-type-checkbox label{
  color: black;
}
#edit-tabcel-contact-type-of-information--wrapper .description {
	margin-left: 15px;
	margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .region-status-message{
      width: 95%;
      margin: 40px auto -40px;
  }
}

#captcha summary, .details-description,legend.captcha__title{
  display:none;
}

.g-recaptcha > div{
  margin:auto;
}
#captcha{
  border:none;
}
 @media only screen and (min-width:992px) {
    #captcha, fieldset.captcha{
      display:inline-block;
      width:40%;
      margin-top: -1rem;
      margin-bottom: 1rem;
    }
 }