.FormContent label, .FormContent p {color:white}
.FormContent input {padding:10px 20px 10px 10px!important; background-color:white}

#FirstName {width:48%; margin-right:2%; margin-bottom:2%}
#LastName {width:50%; margin-right:0%; margin-bottom:2%}
#YourEmail {width:68%; margin-right:2%}
.FormContent .button {width:30%; margin-right:0%; padding:5px}
.FormContent .check input {width:20px}
.FormContent .check label {width: calc(100% - 20px); font-size:14px; padding:5px 10px}
.FormContent .check label a {font-size:14px}


  /* Small devices (landscape phones, 576px and up)  .col-sm-*/
@media (min-width: 576px) { 





 }

/* Medium devices (tablets, 768px and up) .col-md-*/
@media (min-width: 768px) { 
  

  
  


 }            
			  
/* Large devices (desktops, 992px and up) .col-lg-*/
@media (min-width: 992px) { 

#FirstName, #LastName {width:25%; margin-right:1%; margin-bottom:0px}
#YourEmail {width:31%; margin-right:1%}
.FormContent .button {width:16%}

.TermsLabel {padding-right:16%!important}


}