.modal-content {
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.modal-header .btn-close {
  filter: invert(1);
}

.modal-body .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
