<style>
  /* CSS Stylesheets used for the page styling. */
  html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #65714B;
  }
  body {
    font-family: Arial, Helvetica, sans-serif;
    color: #65714B !important; 
    font-size: 14px;
    line-height: 1.1rem;
  }
  .container {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    padding: 2em;
    background-color: #fff;
  }
  form.cmxform {
    border: none !important;
    background-color: white;
  }
  fieldset {
    border: none !important;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  h1 {
    font-size: 2rem;
    text-align: center;
    color: #65714B !important;
  }
  h2 {
    font-size: 1.2rem;
    margin: 1.5em 0 .5em 0;
    color: #65714B  !important;
  }
  p {
    margin: 0 0;
  }
  p.terms {
    line-height: 1.1rem;
    font-size: 1rem;
  }
  label {
    color: #000000; 
    font-weight: bold;
    padding-top: .5rem;
    display: block;
  }
  .checkbox-inline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000; 
    font-weight: bold;
    display: inline-block; !important
  }
  .error {
      color: red;
      font-size: 0.8rem;
  }
  
  form {
    margin: .5em 0 .5em 0;
  }
  #Date_of_Birth__c {
    border: 1px solid black;
    background-color: #ffffff;
    padding: 0 .2em;
    font-size: 14px;
    width: 100%;
  }
  input[type=text] {
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000; 
    padding: 0 .2em;
    font-size: 14px;
    width: 100%;
  }
  input[type=date] {
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000; 
    padding: 0 .2em;
    font-size: 14px;
  }
  input[type="date"] {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 0 .2em;
    -webkit-padding-start: 1px;
  }
  input[type=submit] {
    background-color: #3e2048;
    border: none;
    border-radius: none;
    min-width: 10em;
    padding: .5em .7em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: Bold;
    margin: 1em 0;
    color: #f3f3f3;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  input[type=submit]:hover {
    border-color: #d3d3d3;
    border-width: 2px;
    border-style: solid;
  }
  
  input[type=submit]:active {
    transform: scale(0.95);
  }
  input::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    font-size: 14px;  
    display: inline-block;
    min-width: 0;
    overflow: hidden;
  }
  input::-webkit-datetime-edit-fields-wrapper {
    -webkit-user-modify: read-only !important;
    font-size: 14px;  
    display: inline-block;
    padding: 1px 0;
    white-space: pre;
  }
  select {
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000; 
    padding: 0 .2em;
    margin-top: .1em;
    font-size: 14px;
    width: 100%;
  }
  .hide {
    visibility: hidden;
    display: none;
  }
  .button {
    background-color: #3e2048;
    border: none;
    border-radius: 54px;
    min-width: 10em;
    padding: .5em .7em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin: 1em 0;
    color: #000000;
  }
  .button:hover {
    background-color: #FFFFFF;
    color: #88360C;
  }
  .logo {
    max-width: 30%;
    margin: 0 auto;
  }
  .main {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
</style>