/*Only for Test Purposes Only */
* {
  font-family: 'Roboto', sans-serif;
}

/*End Test Styles*/
.card {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
 
  margin-bottom: 3px;
  display:flex;
  flex-direction: column;
}
.content_captcha{
	display:flex;
	padding:5px;
	align-items: center;
}
.captchaTitle {
  padding: 5px;
  font-size:16px;
}

.captchaQuestion {
  font-weight: bold;
}

.captcha {
  width: 350px;
  text-align: center;
}

.capchaIcons {
  width: 100%;
  padding: 5px;
  display:flex;
  
}

.capchaIcons .captchaIcon {
  display: inline-block;
}

.captchaIconSingle {
  padding: 6px;
  text-decoration: none;
  color: black;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex: 6;
}

.captchaIconSingle:hover {
  -webkit-transform: scale(1.2);

  /* Safari and Chrome */
  -moz-transform: scale(1.2);

  /* Firefox */
  -ms-transform: scale(1.2);

  /* IE 9 */
  -o-transform: scale(1.2);

  /* Opera */
  transform: scale(1.2);
  opacity: .83;
  cursor:pointer;
  color:#000;
}

.selectedIconCaptcha {
  border: 1px solid;
  background:rgba(42,156,79, 0.5)
}
div.tools_spam{
	    font-size: 12px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}
.reCap {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  
  margin-bottom: 6px;
    display: inline-block;
}

.voiceCaptcha {
 
 
  padding: 5px;
  background-color: #fff;
  border: 1px solid #000;

 display:inline-block;
}

.submitForm {
  width: 310px;
  height: 60px;
}

.flatButton {
  position: relative;
  vertical-align: top;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}

.flatButton:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
