 
.captchaTitle {
  padding: 5px;
}

.captchaQuestion {
  font-weight: bold;
}

.captcha { 
    height: 115px;
  text-align: center;
}

.capchaIcons { 
    cursor: pointer; 
}

.capchaIcons .captchaIcon {
  display: inline-block;
}

.captchaIconSingle {
  padding: 10px;
      text-decoration: none !important;
  color: black;
  font-size: 25px;
}

.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;
    -moz-opacity: .83;
}

.selectedIconCaptcha {
    border: 1px solid;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}

 

.submitForm {
  width: 310px;
  height: 60px;
}

.flatButton {
    position: relative;
  vertical-align: top;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    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;
    -ms-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;
}
