body, html {
	height: 100%
}
.dom-center{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#login, .fboot-display-show {
	display: block !important
}

.fboot-login {
	position: relative;
	left: 0;
	top: 0;
	padding: 110px 0;
	min-height: 100%;
	box-sizing: border-box
}

.fboot-login-main {
	width: 375px;
	margin: 0 auto;
	box-sizing: border-box
}

.fboot-login-header {
	text-align: center
}

.fboot-login-header h2 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 30px;
	color: #000
}

.fboot-login-header p {
	font-weight: 300;
	color: #999
}

.login-content {
	width: 750px;
	height: 350px;
	background-color: #fcfcfc;
	border-radius: 8px;
	padding: 25px 20px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-left, .login-right {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}

.login-right {
	position: relative;
	height: 100%;
	width: 355px;
	padding: 0 30px 0 50px;
	box-sizing: border-box;
}
.login-left img {
    width: 90%;
    display: block;
}
.fboot-login-body {
    width: 85%;
}
.fboot-login-body .layui-form-item {
	position: relative
}

.fboot-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 45px;
    text-align: center;
    color: #d2d2d2;
    font-size: 20px;
}

.fboot-login-body .layui-form-item .layui-input {
	padding-left: 40px;
	border-radius: 0;
}

.fboot-login-codeimg {
	max-height: 38px;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box
}

.fboot-login-main[bgimg] {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.login-wrap {
	height: 100vh;
	min-width: 80%;
}

.login-box {
	height: calc(100vh - 200px);
	min-height: 350px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	background: #F7F8FC url('img/login-bg.jpg') no-repeat center center/cover;
}

.login-box-inner {
	width: 80%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

 .login-head {
	height: 100px;
	background: #fff;
	overflow: hidden;
}

.login-head-inner {
	margin: 0 auto;
	width: 80%;
	height: 100%;
	overflow: hidden;
}

.login-head-inner img {
	margin-top: 17.5px;
	width: 65px;
	height: 65px;
}

.login-head-inner span {
	display: block;
	margin-top: 30px;
	font-size: 26px;
	color: #195E9D;
	font-weight: 600;
}

.login-title {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
	color: #195E9D;
	line-height: 45px;
	vertical-align: middle;
	font-weight: 500;
}

.login-inp {
	margin-bottom: 30px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.login-inp .iconfont {
	font-size: 18px;
	color: #ccc;
}

.login-inp input {
	width: 100%;
	height: 50px;
	padding: 5px 0;
	border: none;
	font-size: 14px;
	color: #333;
	vertical-align: 2px;
	box-sizing: border-box;
	background: transparent;
}

.login-opt .avoidlogin {
	font-size: 14px;
	color: #999;
}

.login-opt .avoidlogin .mgc {
	position: relative;
	width: 14px;
	height: 14px;
	background-clip: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -0.15px 0.6px 0 0;
	vertical-align: text-bottom;
	border-radius: 3px;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.login-opt .avoidlogin .mgc:checked {
	background-color: #2444C6;
	border: 1px solid #2444C6;
}

.login-opt .avoidlogin .mgc:checked:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #2444C6;
	border-radius: 50%;
	margin: 2px 0 0 2px;
}

.login-opt .avoidlogin .mgc:focus {
	outline: none;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0px 2px
		#38a7ff;
}

.login-opt .avoidlogin .mgc:checked {
	background-color: #fff;
	border: 1px solid #2444C6;
}

.login-opt .avoidlogin .mgc:checked:after {
	border-color: #414141;
}

.login-opt .avoidlogin .mgc-circle {
	border-radius: 50%;
}

.login-opt .remb {
	font-size: 14px;
	color: #999;
}

.login-btn {
	width: 100%;
	margin-top: 20px;
}

.login-btn button {
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to right, #4578E7, #11ACF6);
	border: none;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	border-radius: 8px;
	box-shadow: 5px 5px 8px rgba(17, 172, 246, .3)
}

.login-footer-box {
	width: 100%;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
}

.login-footer-box .login-footer {
	width: 80%;
	height: 100%;
	margin: 0 auto;
}

.login-footer-box .login-footer .login-footer-bottom {
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.fboot-login {
		padding-top: 60px
	}
	.fboot-login-main {
		width: 300px
	}
	.fboot-login-box {
		padding: 10px
	}
}

.login-head-inner {
	position: relative;
}

.login-head-inner .help {
	position: absolute;
	right: 1px;
	top: 30px;
	line-height: 34.4px;
	cursor: help;
	outline: none;
}