
@font-face {
    font-family: 'BentonSans Regular'; /* Name your font family */
    src: url('/fonts/Benton_Sans-Regular.otf'); /* Locate the .ttf file within your directory*/
  }
  
  @font-face {
    font-family: 'BentonSans Bold'; /* Name your font family */
    src: url('/fonts/Benton_Sans-Bold.otf'); /* Locate the .ttf file within your directory*/
  }
  
  @font-face {
    font-family: 'BentonSans Light'; /* Name your font family */
    src: url('/fonts/BentonSans-Light.otf'); /* Locate the .ttf file within your directory*/
  }


/* Set the background color of the body */
body {
    background-color: #00008C;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0;
    overflow: scroll;
    display: block;
}

p {
    font-family: 'BentonSans Light', sans-serif;
    font-size: 19px;
    color: white;
}

h2 {
    font-family: 'BentonSans Light', sans-serif;
    font-size: 22px;
    color: white;
    padding: 0;
}

/* Style inputs, select elements, and textareas */
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
    width: 100%;
    padding: 7px 5px 7px 14px;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'BentonSans Regular', sans-serif;
    font-size: 19px;
    background-color: white;
    color: black;
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 5px 15px;
    display: inline-block;
    color: white;
    font-weight: normal;
    font-size: 19px;
    font-family: 'BentonSans Regular', sans-serif;
}

/* Style the buttons */
button, .FormButton, .start_button, .next_button, .reset_button {
    background-color: #000032;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'BentonSans Light', sans-serif;
    font-size: 20px;
    padding: 20px 140px 10px 140px;
}

/* Ensure other elements have white font color */
.heading, .subheading, .paragraph, .privacypolicy, .tandcs, .existing_client, .pmessage, .how_to_play, .betterluck, .sorry, .prize, .congrats {
    color: white;
}