/* -----------H-ui前端框架-------------
* H-ui.login.css v2.2.2 后台登录页样式
* http://www.h-ui.net/
* Created & Modified by guojunhui
* Date modified 2019.03.06
*
* Copyright 2013-2019 北京颖杰联创科技有限公司 All rights reserved.
*
*/

@charset "utf-8";

html,
body {
  height: 100%;
}
body {
  font-size: 14px;
}
.header,
.footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header {
  top: 0;
  height: 60px;
  background: #426374 url(../images/logo.png) no-repeat 0 center;
}
.loginWraper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #f6f8fc;
}
.loginForm {
  position: relative;
  width: 617px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0 0 20px #e3e9f6;
  border-radius: 10px;
  left: 50%;
  top: 35%;
  margin-left: -309px;
  margin-top: -184px;
  padding: 38px
}

.loginBox .codeBox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.codeImg{
  width: 60%;
}
.login-panel-switch{
  cursor: pointer;
  border-radius: 0 10px 0 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #999;
  background: #e6e6e6;
}
@media (max-width:617px) {
  .loginbox {
    width: 100%;
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
}
  .loginBox .row {
    margin-top: 20px;
  }
  .loginBox .row .form-label .Hui-iconfont {
    font-size: 24px
  }
  .loginBox label.error {
    right: 23px;
  }
@media (max-width:617px) {
  .loginBox .input-text {
    width: 80%
  }
}

.yzm a {
  color: #426374;
  font-size: 12px
}

#span_msg {
  font-size: 14px;
  color: Red;
  line-height: 40px;
  height: 40px;
  margin-left: 10px;
  width: 160px;
  float: left;
}

.hd_msg {
  font-size: 12px;
  color: #fff;
  height: 30px;
  z-index: 100;
  position: absolute;
  padding-left: 50px;
  padding-top: 5px;
}

.hd_msg a {
  color: #fff;
}

.hd_msg a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer {
  height: 46px;
  line-height: 46px;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #426374;
}
