@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
#fb-render h1, #fb-render h2, #fb-render h3, #fb-render h4, #fb-render h5, #fb-render h6{
  color: #fff !important;
}

::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.79) !important;}
:-moz-placeholder {color: rgba(255, 255, 255, 0.79) !important;}
::-moz-placeholder {color: rgba(255, 255, 255, 0.79) !important;}
:-ms-input-placeholder {color: rgba(255, 255, 255, 0.79) !important;}

#fb-render label{
	font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.build-wrap .tooltip-element{display: none !important}
#fb-render input{
  height: 44px !important
}
#fb-render input, #fb-render textarea{
    width: 100% !important;
    background: transparent !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    padding: 10px !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#fb-render select option{
  color: #999 !important
}
#fb-render select[multiple] option{
  color: #fff !important
}
#fb-render textarea, #fb-render select{
    width: 100% !important;
    background: transparent !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    padding: 10px !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#fb-render select{
    height: 55px !important;
    min-height: 65px !important;
 }
#fb-render .btn, .build-wrap .prev-holder .btn{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #00ad5f;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.stage-wrap .button-field label{display: none !important}
#fb-render .btn-primary, .stage-wrap .btn-primary {
  color: #fff !important;
  background-color: #337ab7 !important;
}
#fb-render .btn-primary:hover, .stage-wrap .btn-primary:hover {
  background-color: #286090 !important;
}
#fb-render .btn-success, .stage-wrap .btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}
#fb-render .btn-success:hover, .stage-wrap .btn-success:hover {
  color: #fff;
  background-color: #449d44 !important;
}

#fb-render .btn-info, .stage-wrap .btn-info{
  color: #fff !important;
  background-color: #5bc0de !important;
}

#fb-render .btn-info:hover, .stage-wrap .btn-info:hover{
  color: #fff !important;
  background-color: #31b0d5 !important;
}

#fb-render .btn-warning, .stage-wrap .btn-warning{
  color: #fff !important;
  background-color: #f0ad4e !important;
  border: none !important;
}

#fb-render .btn-warning:hover, .stage-wrap .btn-warning:hover{
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #ec971f !important;
}

#fb-render .btn-danger, .stage-wrap .btn-danger{
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}

#fb-render .btn-danger:hover, .stage-wrap .btn-danger:hover{
  color: #fff !important;
  background-color: #c9302c !important;
  border-color:  #c9302c !important;
}

#fb-render .radio-group , .build-wrap .prev-holder .radio-group{
  margin-left: 0px;
}

#fb-render .radio-group input, .build-wrap .prev-holder .radio-group input{
    position: relative;
    margin: 0 !important;
    height: auto !important;
    /* margin-left: 35px; */
    display: block !important;
    width: auto !important;
    float: left;
}

#fb-render .radio, .build-wrap .prev-holder .radio{
  display: block;
  float: left;
  width: 100%;
}

#fb-render .checkbox, .build-wrap .prev-holder .checkbox{
  display: block;
  float: left;
  width: 100%;
}

#fb-render .checkbox-group , .build-wrap .prev-holder .checkbox-group{
  margin-left: 0px;
}

#fb-render .radio-group input, .build-wrap .prev-holder .radio-group input{
    position: relative;
    margin: 4px 4px 0px 0px !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    width: auto !important;
}

#fb-render .checkbox-group input, .build-wrap .prev-holder .checkbox-group input{
    position: relative;
    margin: 4px 4px 0px 0px !important;
    height: auto !important;
    float: left !important;
    display: block !important;
    width: auto !important;
}
.captcha span{
  color: white !important;
}