/*
 * variables
 */
button.btn-primary:focus {
  outline: 0;
}
button.btn-white:focus {
  outline: 0;
}
html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
}
html body .first-wrapper {
  width: 100%;
  height: 94px;
  background-color: #fff;
  overflow: hidden;
}
html body .headnav .container {
  width: 100%;
}
html body .headnav .container .row div.l0 {
  padding: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#009FE9), to(#8ACBE7));
  background: gradient(linear, 0 0, 100% 0, from(#009FE9), to(#8ACBE7));
  background: #009FE9\9;
}
html body #formC {
  width: 100%;
  padding: 0;
  background: url('../images/bg.jpg') no-repeat top center;
}
html body #loginForm {
  position: relative;
  max-width: 430px;
  padding: 40px;
  margin: 100px auto;
  border-radius: 8px;
  background-color: white;
}
html body #loginForm button {
  margin-top: 15px;
}
html body #loginForm button:hover {
  transform: none;
}
html body #loginForm button:focus {
  transform: none;
  outline: 0;
}
html body #loginForm .form-signin-heading {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
  margin: 0;
}
html body #loginForm input.form-control {
  border-radius: 30px;
  margin: 15px 0;
  text-align: center;
}
html body #loginForm .codebox {
  text-align: right;
}
html body #loginForm .vcodeImg {
  margin-left: 10px;
}
html body #loginForm .plus {
  margin-top: 10px;
  height: 20px;
  width: 100%;
}
html body #loginForm span.passwdIcon {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 8px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}