
    .hidden{
      display:none;
    }
    .ocultoD{
      display:none;
    }
#regiration_form fieldset:not(:first-of-type) {
		display: none;
}
.col-md-6{
  width: 50%;
  float: left;
}

#opt_in_email1 {
  width: 20px !important;
}
fieldset {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  min-inline-size: min-content;
  border-width: 0px;
  border-style: none;
  border-color: snow;
  border-image: none;
}
.warning{
  font-size: 10px;
  color: red;
}
body{
  background: #a0c43b !important;}

input{
  background: #fff !important;
    border: 1px solid #E6EBF1 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-left: 12px;
    padding-right: 3.2%;
    height: 25px !important;
    width: 95%;
}

form{
  background: #a0c43b !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 20px !important;
  min-height: 550px !important;
}
p, h1, h2, strong{
  font-size: 14px !important;
  font-family: 'Montserrat',sans-serif !important;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
ul li {
	list-style: none;
}

 .form-control {
  border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #9AA9B9 !important;
    background: #fff !important;
    border-radius: 4px;
    padding: 5px;
    margin: 0px;
    height: 25px !important;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400 !important;
  color: #fff  !important;
  font-size: 14px;
  font-family: 'Montserrat',sans-serif !important;
  margin-top: 9px;

}
.btn {
    display: inline-block;
    padding: 15px 15px !important;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent ;
    border-radius: 65px  !important;
    
}
.btn-primary {
  background-color: #ffffff !important;
    border-color: #8bc53f !important;
    color: #8bc53f !important;
    width: 166px;
}

.btn-primary:hover {
  color: #fff  !important;
  background-color: #6AB207 !important;
  border-color: #6AB207 !important;
}
::placeholder. select{
color: #9AA9B9  !important;;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #A0C43B !important;}
    .text_club {
      font-size: 24px !important;
      line-height: 31px !important;
  }