

fieldset { 
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 0;
}


.ct_captcha {
font-Size: 250%;
}

.tooltip {
  display: inline-block;
  margin-top: 0px;
  color: green;
  font-size: 70%;    
}

.tooltip .tooltiptext {
  font-size: 150%;
  margin-left:9px;
  width : 320px;
  visibility: hidden;
  background-color: #F5F5F5;
  color: red;
  border-radius:4px;
  border: 1px solid red;
  position: absolute;
  z-index: 1;
  padding: 5px;
  margin-top : -15px; /* according to application */ 
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 5%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #aeaeae transparent transparent;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  color: Blue;
}


.form-centre-inner2{
  width: 70%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  justify-content : center;
  align-items : center;
  overflow : hidden;
}


.form-centre-inner {
  width: 70%;
  display: inline-block;
  padding: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border:solid 2px #ffffff;
  border-radius: 15px;
  font-size: 120%;
  width : 70%;
  justify-content : center;
  align-items : center;
  overflow : hidden;

}

.form-centre-inner h4 {
  margin-left:auto;
  margin-right:auto;
  color: Red;
  font-size: 105%;
}

.label-text {
 
}

.social_url {
  color: yellow;
}

.iq-Mta {
  width: 70%;
  color: lime;
  margin-left: auto;
  margin-right: auto;
}

.iq-Mta h4 {
  color: green;
}


.iq-ta {
  width: 70%;
  color: purple;
}

.iq-ta h4 {
  color: green;
}

.q-ta {
  width: 80%;
  font-size: 90%;
}


.q-ta-t {
  font-family: 'Open Sans', sans-serif;
  width: 80%;
  font-size: 105%;
}

.q-ta-50 {
  width: 45%;
  font-size: 105%;
}

.q-Mta-70 {
  width: 70%;
  font-size: 105%;
}

.q-ta-30 {
  width: 30%;
  font-size: 105%;
  margin-right: 29%;
  float: right;
}

.q-ta-40 {
width: 40%;
font-size: 105%;
margin-right: 29%;
float: right;
}

.q-ta-button {
  width: 30%;
  font-size: 2.00rem;
  margin-right: 50%;
  border:solid 2px #666666;
  border-radius: 15px;
}


.highlight {
  color: red;
}


