@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../imgs/landing-page-background.jpg?20230413);      
    background-repeat: no-repeat;
	background-size:cover;	
	background-position:top center;
	margin:0px;	
}

img{
	display:block;
	height:auto;
	max-width:100%;
}

#wrapper {	
	margin:20px;	
	padding:40px;	
    margin: 0 auto;	 	
}
.column1{	
	margin-top:40px;
}
.column2{	
	margin-top:40px;
}

.bullets{	
	color:#FFF;
	font-size:20px !important;
	text-align:left !important;
	text-transform:uppercase !important;
	font-weight:300 !important;	
}

.secure{	
	height:41px;
	margin-left:12px;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00f865; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */  
}

#form {	
	background-color:#171817;	
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	border:#0f3920 1px solid;
	border-radius:5px;
	margin-bottom:30px;
}
.form-fields{
	font-size: 13px;
	color: #ffffff;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #FFF;
}
.logos-warning{
	margin-top:20px;
	margin-left:35px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 0px 0px 10px 0px;
  box-sizing: border-box;
  border-radius: 6px;
  border:2px solid lightgrey;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: center;	
}

#join-btn-container{
	margin: auto;	
	padding-top: 10px; 
}
#Join-btn {	
	cursor: pointer;	
}

.footer_top{
	background:#000000;
	clear:both;
	padding:10px;
			
}

.footer_bottom{
	background:#111111;		
}

.payments{	
	padding:10px;		
}

.terms-link{
	color:#ffffff !important;
}