﻿
.login-title .login-title-font img {
	height: 100%;
	width: auto;
}

.login-btn .btn-img {
	border: 1px solid rgb(95, 196, 211);
	display: block;
	background: rgb(95, 196, 211);
	color: #fff;
	font-family: 'Microsoft YaHei';
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.lg-user-cs {
	display: block;
	font-family: 'Microsoft YaHei';
	text-align: center;
	cursor: pointer;
}

a.lg-user-cs {
	color: #616161;
	text-decoration: none;
}

a.lg-user-cs:hover {
	border: 1px solid rgb(95, 196, 211);
	background: rgb(95, 196, 211);
	color: #fff;
}

.login-btn input:hover {
	color: rgb(95, 196, 211);
	background: #fff;
}

.login-select > li > a {
	border: 1px solid rgb(209, 208, 208);
}

.liselect > a {
	border: 1px solid rgb(95, 196, 211) !important;
	background: rgb(95, 196, 211);
	color: #fff;
}

.form-select {
	color: #616161 !important;
}

.login-form-box {
	display: block;
	position: relative;
}

.login-form-first, login-form-second {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.login-form-on {
	display: block;
}

.login-form-off {
	display: none;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.login-sec-title {
	margin-bottom: 60px;
}

.form-controlcust {
	display: block;
	width: 100%;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #fff;
	border-left: 1px solid rgb(186, 186, 186);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.col-form-label {
	display: inline-block;
	float: left;
}

.btn-entry:hover {
	text-decoration: none;
}

.cmp-logo {
	width: 100%;
}

/*.login-box {
	background-image: url(../../images/login_background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}*/
/*.login-logo {
	padding-bottom:33%;
	height:0;
	position:relative;
	/*width:33%;*/
/*background:#ccc;*/
/*}*/
.con {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/*height:0;*/
	background: red;
}

::-ms-reveal {
	display: none;
}

.eyespan {
	position: absolute;
	right: 0px;
	top: 50%;
	display: block;
	height: 16px;
	margin-top: -8px;
}

.input-group-myself {
	width: 100%;
	position: relative;
}
.login-square {
    margin-top:0px !important;
}