

.form-invst{
	float: none;max-width:80%;margin: auto;
	background-color:georgian;
	padding-right:2%;padding-top:5%;
	background-color:  #fcfcfc;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	border: 0px solid #ddd;
	
  }

.form-invst div{    

}

.form-invst span{
	display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px;
}

.form-invst input{
	 color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}

.form-invst .captcha{   
    width: 15%;margin-right: 1%;  
}


.form-invst .cap_status{   
       
    display: none;
   
}
.form-invst  .cap_status_error{
	    color: red; height:32px;vertical-align: middle;font-size: 14px;
}



.form-invst input[type=radio],
.form-invst input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-invst select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}

.form-invst textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);    
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
	margin-bottom:5%;
}

.form-invst button{
    box-sizing: border-box;font-family: 'Nunito Sans', sans-serif;
    border-radius: 2px;   
    	background-color:#fff;border:2px;border-color:#C500DC;border-style:solid;width: 110px; height:38px;display:inline-block; line-height: 36px;cursor: pointer;text-align: center; margin-top: 0%; margin-bottom: 5%;
    	color: #333;    	
    	-moz-transition: .5s;
    -o-transition:  .5s;
    transition:  .5s;font-size: 14.5px;
}
.form-invst button:hover{
	background-color:#C500DC;border:2px;border-color:#C500DC;border-style:solid;color: #fff;
}

.g-recaptcha{
	margin: 0 0 5% 30%;
}





/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 966px) {  

.form-invst{width:98%;}
	
.form-invst span{
	
    width: 35%; 
    text-align: right;  
    padding: 12px 10px;;
}

.form-invst span.spn-form{
	display: none;
}


.form-invst select{
   
    width: 55%;
   
}


.form-invst textarea{    
    width: 55%;
  }

.g-recaptcha{
	margin: 0 0 5% 40%;
}


}

@media (max-width: 480px){
	

.form-invst {width: 92%;margin:auto;float:none;padding:4%;}	
.form-invst span{
	
    width: 100%; 
    text-align: left;  
    padding: 12px 10px;margin:auto;
}

.form-invst input{
	
    width: 100%;   
    padding: 12px;   
	margin-bottom:5%;margin:auto;
}	

.form-invst select{
   
    width: 100%;
   
}

.form-invst textarea{    
    width: 100%;
  } 
  
  .g-recaptcha{
	margin: 0 0 5% 0;display: inline-block;
}	
	
}







