.login-page {
  background: url("../images/login_bg.png") no-repeat center bottom;
  width: 100%;
  background-size: contain; }
  .login-page .arrow {
    width: 30px;
    height: 30px;
    background: url(../images/arrow.png) center center no-repeat;
    position: absolute;
    display: block;
    background-size: contain;
    left: 20px;
    top: 20px; }
  .login-page .logo {
    width: 60%;
    margin: auto;
    margin-top: 30px; }
  .login-page .logo img {
    width: 100%; }
  .login-page .form-box {
    padding: 20px 50px 35px 50px; }
  .login-page .form-box .mode-title {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-align: center; }
  .login-page .form-box .form-item.login .form-con {
    padding-left: 39px; }
  .login-page .form-box .form-item .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 42px;
    border: 0px #ddd solid;
    border-right: none;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 40px; }
  .login-page .form-box .form-item .icon-box .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../images/login_icon.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .login-page .form-box .icon-user {
    background-position: 0 0; }
  .login-page .form-box .icon-pwd {
    background-position: 0px -77px;
    height: 31px !important; }
  .login-page .form-box .input {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0; }
  .login-page .form-box .input:focus {
    border-color: #ddd; }
  .login-page .form-box .tips {
    color: #f15353;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    visibility: hidden;
    opacity: 0;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px; }
  .login-page .form-box .tips:before {
    content: '';
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background: url(../images/front_icons.png) 1px -20px no-repeat;
    position: absolute; }
  .login-page .form-box .tips.tips-show {
    visibility: visible;
    opacity: 1; }
  .login-page .form-box .tips .icon-err {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/front_icons.png) 0 -20px no-repeat;
    margin-right: 5px; }
  .login-page .form-box .form-item {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px; }
  .login-page .form-box .form-item label.name {
    font-size: 16px;
    font-weight: normal;
    width: 80px;
    position: absolute;
    left: 0;
    line-height: 40px;
    text-align: right;
    color: #666;
    padding-right: 8px; }
  .login-page .form-box .form-item label.name em {
    font-style: normal;
    padding-right: 2px;
    color: #f15353; }
  .login-page .form-box .form-item .form-con {
    width: 100%;
    padding-left: 80px; }
  .login-page .form-box .form-item .form-con .input {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    color: #333;
    border: 0px #ddd solid; }
  .login-page .form-box .btn-main {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 25px; }
  .login-page .form-box .form-item.mun-code .input {
    width: 120px;
    float: left; }
  .login-page .form-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 40px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    text-align: center;
    border: 1px #ddd solid;
    cursor: pointer; }
  .login-page .form-btn:hover {
    background-color: #eee; }
  .login-page .form-btn.disabled {
    background-color: #ddd; }
  .login-page #codes {
    white-space: normal;
    font-size: 12px;
    line-height: 14px; }
  .login-page .btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    line-height: 36px; }
  .login-page .btn-main {
    color: #fff;
    background-color: #14d45e;
    border: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-width: 200px;
    background: -webkit-linear-gradient(left top, #14d45e, #14d497);
    background: -o-linear-gradient(to bottom right, #14d45e, #14d497);
    background: -moz-linear-gradient(to bottom right, #14d45e, #14d497);
    background: linear-gradient(to bottom right, #14d45e, #14d497); }
  .login-page .btn-main:hover, .login-page .btn-main:focus, .login-page .btn-main.focus {
    background-color: #05ac45;
    color: #fff; }
  .login-page input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #79a8a9; }
  .login-page input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #79a8a9; }
  .login-page input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #79a8a9; }
  .login-page input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #79a8a9; }
  .login-page .copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    color: #646e75;
    font-size: 1.2em; }

/*# sourceMappingURL=m_login.css.map */

#web_bg{
  background-image: url(../images/login_bg.jpg);
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;

}
.login_con{position: relative;z-index: 2; padding-top:100px;}
.login_con .b_font{color: #172e4d;font-size: 60px;text-align: center;font-weight: bold;margin-bottom: 30px;}
.login_con .s_font{color: #172e4d;font-size: 42px;text-align: center;margin-bottom: 100px;}
.login_con .login_btn{width: 195px;line-height: 50px;text-align: center;cursor:pointer;color: #ffffff;font-size: 18px;border-radius: 25px;background-color: #6eaa35;display: block;margin: 0 auto;}
.login_logo{width: 126px;height: 126px;margin: 0 auto 25px auto;}
.copy{color: #172e4d;font-size: 16px;position: fixed;bottom: 20px;left: 0;width: 100%;text-align: center;}
