.imgs img{
  height: 100px;
  margin-left: : auto;
  margin-right: auto;
}
.full{
  width: 100%;
}
#imgCaptcha{
  width: 100%;
  height: 85px;
  font-weight: bold;
  font-size: 30px;
}

.form-control.disabled{
	pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
}
