.card {
  background-color: #f3f3f3 !important;
  border-radius: 12px !important;
  border: 1px solid #d2dadf;
}

.green {
  background-color: #078188 !important;
}

.card h1 {
  font-weight: bold;
  font-size: 1.5 em !important;
  font-family: "Fira Sans", sans-serif !important;
  color: #078188;
  margin: 20px;
}

.btn {
  border-radius: 0;
  width: 50%;
}

.btn:hover {
  background-color: #a3007d !important;
}

.w-90 {
  width: 90%;
}

#email:focus {
  border-color: #a3007d;
  box-shadow: none;
}

#email::placeholder {
  color: #a3007d;
}
@media (min-width: 1023px) {
.card {width: 40%;}
  
  
}