.kaptcha-wrapper
{
  min-height: 30px;
}

.kaptcha-wrapper input
{
  vertical-align: middle;
  height: 30px; 
}

.kaptcha-img input[type="image"]
{
  max-width: 90px;
  cursor: default;
}

.kaptcha-img
{
  display: inline-block;
}

a.kaptcha-reload
{
  -webkit-appearance: none;
  margin: 0;
  margin-right: 15px;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  background: #eee;
  vertical-align: middle;
  min-height: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;  
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}

.kaptcha-input
{
  display: inline-block;
}

.kaptcha-input input
{
  height: 30px !important;
  max-width: 120px !important;
}


