/* Apply Google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Body styles */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f0f0f0; /* Match Google Form background color */
}

.field-label{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #333; /* Match Google Form label color */

}

.normal-text{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #333; /* Match Google Form label color */ 
}

.section-title {
  padding: 25px
}

#sun2_agreetotermsandconditions, #sun2_agreetotermsandconditions_label {
  margin-left: 30px;
}


/* Styles for the InsertButton */
#InsertButton {
  float: right; /* Align the button to the right */
  margin-right: 30px;

}

#EntityFormPanel {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 8px rgba(150, 150, 150, 0.6) !important;
}




