.form-horizontal input {
  letter-spacing: 2px;
  font-size: 14px;
  border-radius: 6px;
  text-indent: 10px;
  text-align: center;
}

.form-horizontal .tips {
  color:red;
  font-size:12px;
  margin-top:10px;
  display:none;
}

.form-horizontal .fingerprint {
  color:antiquewhite;
  top: 20px;
  position: inherit;
}

.form-horizontal input::-ms-input-placeholder {
  color: antiquewhite;
}

.form-horizontal input::-webkit-input-placeholder {
  color: antiquewhite;
}

.form-horizontal input::-moz-placeholder {
  color: antiquewhite;
}

.page-container .title {
  font-size: 16px;
  color: antiquewhite;
  letter-spacing: 15px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[name="verify"] {
  margin-bottom: 10px;
  width: 60%;
  float: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .checkimage {
  width: 70px;
  height: 33px;
  float: left;
  margin: 5px 25px;
}

.face-login-button {
  width: 100%;
  /*height: 100px;*/
  /*position: fixed; !* 使用固定定位 *!*/
  /*top: 10px; !* 距离顶部10px *!*/
  /*right: 10px; !* 距离右侧10px *!*/
  /*background-color: cornflowerblue; !* 绿色背景 *!*/
  color: #e6e6e6; /* 白色文字 */
  font-weight: bold;
  text-decoration: none; /* 无下划线 */
  display: inline-block; /* 行内块元素 */
  font-size: 16px; /* 字体大小 */
  margin: 10px 2px; /* 外边距 */
  cursor: pointer; /* 鼠标悬停时变为手型 */
  border: none; /* 无边框 */
  /*border-radius: 8px; !* 圆角边框 *!*/
  /*transition: background-color 0.3s; !* 背景色过渡效果 *!*/
}

.layui-btn-face-auth {
  background-image: url('/statics/images/faceAuthentication.png');
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 20px 20px;
  padding-left: 25px;
}

/*.face-login-button:hover {*/
/*  background-color: #45a049; !* 鼠标悬停时背景色变深 *!*/
/*}*/
