
  html {
	scroll-behavior: smooth;
  }

  #signup {
	background-image: url('/Images/HomeSC/images/save/white-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	padding: 50px;
	text-align: center;
  }

  #signup h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 3.5rem;
	font-weight: 900;
	color: #81b553;
	text-transform: uppercase;
  }

  #signup p {
	font-size: 1.75rem; 
  }

  #form-section {
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px;
  }

  #form-section h1  {
	color: #81b553;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
	font-size: 3.5rem;
  }

  #form-section form {
	max-width: 800px;
	margin: auto;
  }

  #form-section input:not([type='checkbox']) {
	width: 100%;
	height: 40px;
	border: 2px solid #bbbbbb;
	border-radius: 8px;
	margin: 10px;
	padding-left: 10px;
  }

  #form-section input[type='checkbox'] {
	width: 20px;
	height: 20px;
	border: 2px solid #bbbbbb;
  }

  #form-section label {
	text-align: left;
	font-weight: 400;
  }

  #erase-button {
	color: #777777;
	cursor: pointer;
	margin-right: 50px;
  }

  #submit-button {
	width: 300px;
	padding: 10px;
	background-color: #81b553;
	color: white;
	border: none;
  }

  #form-disclaimer {
	text-align: left; 
	margin-top: 25px;
  }
  
  input[type="checkbox"] {
	margin: 0 10px;
	min-width: 20px;
  }
  
  .flex {
	display: flex;
	margin: 5px 0;
  }
