body {
  padding-top: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .error {
  display: none;
  color: red;
  margin-bottom: 10px;
}
.captcha {
   display: none;
   margin-bottom: 10px;
}
.captchaImage
{
   max-width: 200px;
   width: 100%;
   height: auto;
   margin: 0 auto;
}
a { cursor: pointer; }

/* don't show the eye for password inputs */
::-ms-reveal {
    width : 0;
    height: 0;
}