.globo-form-app .panel {
  background-color: revert !important;
}

.globo-form-app .globo-form-control input,
.globo-form-app .globo-form-control textarea {
  border: 1px solid #7F2629 !important;
  background-color: #fff !important;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 8px !important;
}

.globo-form-app .globo-form-control input:focus,
.globo-form-app .globo-form-control textarea:focus {
  box-shadow: 0 0 0 1px #a2252a !important; 
}

.panels {
  z-index: 1 !important;
}