#logo {
  height: 100px;
  margin-top: 2px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('logo.png');
}
#title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 4px;
}
#title span:after {
  content: 'Community Feedback';
}
#note {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  margin-left: 8px;
  margin-bottom: 8px;
  max-width: 600px;
}
#note span:after {
  content: 'Thank you for taking the time to share your valuable feedback with us. Your commitment to improving the health and well-being of our community is truly appreciated.';
}
#note2 {
  display: block !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  margin-left: 8px;
  margin-bottom: 8px;
  max-width: 600px;
}
#note2 span:after {
  content: 'If you need assistance completing the form, please contact the Quality Department at 320-321-8135 or send an email to qualitydepartment@ccmhealthmn.com.';
}
#nine11 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  margin-left: 8px;
  margin-bottom: 8px;
  max-width: 600px;
}
#nine11 span:after {
  content: 'This form is not intended for emergencies. For emergency situations dial 911.';
}
body, html, #root {
  height: auto;
}
.ant-card-bordered {
  border: 0px;
}
