/* ********************************************* */
/* ********** SUBSCRIBE WELCOME STUFF ********** */
/* ********** subcribe-to-spherebio ************ */

  
  #dynamicWelcomeTitle.subscribe-main-header {
    color: #000000;
  	background: none;
    white-space: normal;
    padding: 0px;
    margin: 0px;
    font-family: "jaf-domus", sans-serif; 
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }
  #dynamicWelcomePageTitle.subscribe-main-header{
    color: black;
    /* white-space: normal;*/
    font-family: "jaf-domus", sans-serif; /* Inter;*/
    text-align: left;
    font-size: 46px;
    font-weight: 800;
  }

/* ********************************************* */
/* ******** SUBSCRIBE WELCOME STUFF END ******** */
/* ********************************************* */



/* ********************************************* */
/* ********** SUBSCRIBE FORM STUFF ************* */
/* ********** subcribe-to-spherebio ************ */
    
  #SIGNUP_PAGE.large_form_3_css {
      background-color: none; 
      color: rgb(255, 255, 255); 
      padding: 0 0 20px 0; 
      text-align: center; 
      min-width: 240px; 
      font-size: 11px; 
      opacity: 0.906042; 
      font-family: "jaf-domus", sans-serif; /* Inter;*/
  }
  
  .contactMe{
    color: #000000;
    padding: 10px 5px 5px 0px;  
    font-size: 16px;
  }
  


  #SIGNUP_PAGE.large_form_3_css {
      background-color: none; 
      color: rgb(255, 255, 255); 
      padding: 0 0 20px 0; 
      text-align: center; 
      min-width: 240px; 
      font-size: 11px; 
      opacity: 0.906042; 
      font-family: "jaf-domus", sans-serif; /* Inter;*/
      padding:30px;
  }
  


    input.FSLinput, .container-wrap input[type=text], .container-wrap input[type=email], .container-wrap textarea {
      font-size:16px;
  }

.FSLinput{
  	font-size:16px;
  	width: 95%;
    color: rgb(255, 255, 255);
    background-color: #ffffff; 
    padding: 5px 5px 5px 10px;  
    border: none;
    text-indent: 0px;
    border-bottom: 1px solid rgb(222, 222, 222);
    /* height: 24px;    */
    margin-top: 10px;
}
  
  /* styling for Country and Application Area boxes */
  .FSLinputbox{
    width:95%;
    color: rgb(255, 255, 255);
    background-color: #ffffff; /* #3800A6!important*/
    border: 1px solid rgb(222, 222, 222);
    border-radius: 9px;
    margin-top: 20px;
    padding: 5px;
  }

  
#zcWebOptin {/* submit button */
    cursor: pointer;
    color: #2fffb9;
    background-color: #000000; /* mint green */
    padding: 5px 15px;
    margin-top:30px;
    border:none;
    border-radius: 9px;
    white-space: normal;
    text-align: center;
    outline: none medium;
    appearance: none;
    font-family: "jaf-domus", sans-serif; /* Inter;*/
    width: 100%; /* 150px*/
    font-size: 24px;
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 50px;
    display:block;
    -webkit-appearance: none;  
    z-index: 999

  }
 .FSLmandatory{
    color: #2fffb9;
   	font-size: 10px;
    margin-left:-10px!important;
	}
  
   /* form field placeholder font colour */
  ::placeholder {
  	color: #AEAEAE;
  	opacity: 1; /* Firefox */
	}
  
  .dataStatement{
    font-color: #999999
  }
  
/* ********************************************* */
/* ********** SUBSCRIBE FORM STUFF END ********* */
/* ********************************************* */


/* ********************************************* */
/* ****** GATED CONTENT DOWNLOAD BUTTONS ******* */
/* ****** buttons anywhere and everywhere ****** */

.download-button:hover{
	background-color: #fe66c2;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 0px 20px 0 rgba(0,0,0,0.19);
}
.download-button{
	border:none; border-radius: 9px;
    font-size: 16px;
	font-weight: 500;
    color: rgb(47, 255, 185); /* mint green */
    background-color: rgb(14, 59, 67);  /* near black */
	color: #ffffff;    
	padding:11px 32px 11px 32px;
	box-shadow: 0px 9px 18px -9px rgba(0,0,0,.3);
	transition: 0.3s;
	cursor: pointer;
}


/* ********************************************* */
/* ***** GATED CONTENT DOWNLOAD BUTTONS END **** */
/* ********************************************* */