#cboxOverlay.by-registry-request-form{
  background-color: #fff;
  opacity: 0.7!important;
}

#colorbox.by-registry-request-form #cboxContent{
  border-radius: 10px;
}

#colorbox.by-registry-request-form #cboxLoadedContent{
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.34);
  color: #000;
  font-size: 16px;
  background-color: #fff!important;
  opacity: 1;
  border-radius: 10px;
  color: #243178;
}

#colorbox.by-registry-request-form .by-registry-request-form-close{
  text-align: right;
}

#colorbox.by-registry-request-form #cboxLoadedContent p{
  padding: 0 25px;
}

#colorbox.by-registry-request-form #cboxLoadedContent p:first-child{
  padding-top: 25px;
}

#colorbox.by-registry-request-form #cboxLoadedContent p:last-child{
  padding-bottom: 25px;
  margin-bottom: 0;
}

#colorbox.by-registry-request-form #cboxClose{
  display: none;
}