.login-page {
  background: url(../img/bg-sign-in.jpg) center center no-repeat;
}

.login-page .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(60,141,188,.5);
  z-index: -1;
}

.login-page .login-logo {
  line-height: 1;
}

.login-page h1 {
  font-size: 1.2em;
}

.login-page .vcode-field-wrapper {
  padding-right: 0;
}

.login-page .vcode-img {
  height: 34px;
}

.login-page .vcode-img:hover {
  cursor: pointer;
}

.login-page .icheck {
  margin: 6px 0;
}
