﻿@charset "utf-8";/* -----------H-ui前端框架-------------* H-ui.login.css v2.2.2	后台登录页样式* http://www.h-ui.net/* Created & Modified by guojunhui* Date modified 2017.11.14** Copyright 2013-2017 北京颖杰联创科技有限公司 All rights reserved.* Licensed under MIT license.* http://opensource.org/licenses/MIT**/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;}.loginWraper {    background: url("../images/admin-login-bg.jpg") center / 100% auto no-repeat;    height: 100vh;}.loginBox {    position: absolute;    width: 900px;    height: 500px;    left: 0;    top: 0;    right: 0;    bottom: 0;    margin: auto;    background: #fff;    border-radius: 20px;    overflow: hidden;    box-shadow: 0 10px 20px rgba(0,0,0,0.2);}.loginBox form {    display: flex;    justify-content: space-between;}.loginBox form .img {    background: #f1f1fc;    height: 450px;    width: 500px;	padding-top: 50px;	text-align: center;}.loginBox form .img .logo{	margin-bottom: 50px;}.loginBox form .form-horizontal {    margin-right: 50px;}.loginBox form .form-horizontal h4 {    text-align: center;    font-weight: bold;    margin-top: 100px;	margin-bottom: 30px;	font-size: 20px;}@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 .input-text {    width: 300px;    background: #f2f2f2;	border-radius: 5px;}@media (max-width: 617px) {    .loginBox .input-text {        width: 80%;    }}.yzm a {    color: #426374;    font-size: 12px}.footer {    height: 46px;    line-height: 46px;    bottom: 0;    text-align: center;    color: #373737;    font-size: 12px;    border: none;}