
  @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

  html {
	scroll-behavior: smooth;
  }

  #form-section {
	font-family: 'Gothic A1', sans-serif; 
  }

  #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 h2 {
	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;
  }
