.contact-page-form{
  background: rgb(255, 255, 255, 0.1);
}
.contact-section{
  background: rgb(16 56 61 / 90%);
}
.contact-page-form:hover {
  border: 2px dotted #06B6D4 !important;
  box-shadow: 0px -1px 8px rgba(5, 208, 205, 0.9) !important;
  background: rgb(16 56 61 / 50%);
}

@media (max-width: 768px) {
  .contact-page-form{
    width: 100% !important;
  }
}