/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * @author ThinkGem
 * @version 2019-2-16
 */
.login-page {
	height: 100%;
	background-image: url("../../cloudImg/login-bg.png");background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.login-page .login-box {
	width: 35%;
}

.login-page .login-logo a {
	color: #1951be;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left,#1951be,#2780ec);
	background-image: -moz-linear-gradient(right,#1951be,#2780ec);
	background-image: -o-linear-gradient(right,#1951be,#2780ec);
	background-image: linear-gradient(to right,#1951be,#2780ec);
	display: block;
}

.login-page .login-logo a b{
	font-size: 50px;
}

.login-page .login-logo small {
	font-size: 16px
}

.login-page .login-box-body {
	width: 100%;
	height: 320px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-page .login-form{
	width: 100%;
	margin-top: 8%;
}

.login-page .login-box-body .nav-tabs {
	margin-bottom: 25px
}

.login-page .form-group {
	margin-top: 23px;
	margin-bottom: 23px
}

.login-page .has-feedback .form-control {
	height: 70px;
	padding: 20px 25px 20px 90px;
	background-color: transparent;
	font-size: 23px;
	border-radius: 35px;
	letter-spacing: 3px;
}

.form-control-feedback{
	top: 21px;
	left: 20px;
	width: 50px;
	height: 30px;
	font-size: 25px;
	line-height: 30px;
}

.login-page .input-group-btn .btn {
	height: 34px;
	background: #efefef
}

.login-page .strength .strength_meter {
	height: 34px
}

.login-page .strength .strength_meter div {
	height: 32px
}

.login-page .btn {
	padding: 20px 10px 20px 10px;
	font-size: 24px;
	background: #1951be;
	background: -webkit-linear-gradient(right,#2780ec,#1951be);
	background: -ms-linear-gradient(left,#2780ec,#1951be);
	background: -moz-linear-gradient(left,#2780ec 0,#1951be 100%);
	background: -o-linear-gradient(#1951be,#2780ec);
	border: 0!important;
	border-radius: 35px;
	color: #fff;
}

.login-page .btn:hover{
	box-shadow: 0px 0px 10px 0 #cbcee7;
}

.login-page .select2-container .select2-selection--single {
	padding: 6px 12px;
	height: 34px
}

.login-page .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #3c8dbc
}

.login-page .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: -4px
}

.login-page .select2-container .select2-selection--single .select2-selection__arrow {
	top: 1px
}

.login-page .select2-search--dropdown .select2-search__field {
	padding: 4px
}

.login-page .select2-results__option {
	padding: 6px 12px
}

.login-page .login-copyright {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.login-page .login-copyright,
.login-page .login-copyright a {
	color: #333;
	font-size: 24px;
	letter-spacing: 1px;
}
