#mobileForm {
text-align: center;
}

#mobileForm input[type="tel"] {
  padding: 10px 12px;
  width: 180px;
  font-size: 15px;
  border-radius:16px;
  border: none;
  background-color: #f1f1f1;
  outline: none;
  margin-bottom: 10px;
}

#mobileForm button {
  background-color: #fd3104;
  margin-right: 10px;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 12px;
}
#mobileForm button:hover {
  background-color: #fd4c24;
}

#mobileForm button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

#openPdfBtn {
  margin-right: 20px 10px;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 20px !important;
}