.floating-form .modal-content {
  height: 100vh;
}
.floating-form .modal-header {
  border-bottom: 0;
}
.floating-form .modal-dialog-right {
  margin-left: auto;
  margin-right: 0;
}
.floating-form input,
.floating-form textarea {
  width: 100%;
  padding: 10px 0px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}
.floating-form input:focus,
.floating-form textarea:focus {
  border: 0;
  border-bottom: 1px solid rgb(40, 110, 250);
  box-shadow: 0 0 0 0 rgb(40, 110, 250);
}
.floating-form button {
  background-color: rgb(40, 110, 250);
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.floating-form button:hover {
  background-color: rgb(40, 110, 250);
  color: white;
}
.floating-form .email-icon {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 110, 250);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  border-radius: 50%;
}
.floating-form label {
  font-weight: 700;
}
.floating-form .blue-spinner {
  color: rgb(40, 110, 250);
}/*# sourceMappingURL=floating-form.css.map */