.login-page .login-panel {
	margin: 150px 0;
	background: #fff;
	border-radius: 5px;
}

@media (max-width: 1199px) {
	.login-page .login-panel {
		margin: 60px 0;
	}
}

.login-page .sitelogo {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}

.login-page .sitelogo img {
	height: 80px;
}

@media (max-width: 543px) {
	.login-page .sitelogo {
		margin-bottom: 30px;
	}
}

.login-page .headtitle {
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 30px;
}

.login-page .headtitle:after {
	content: '';
	margin: 10px auto;
}

.login-form {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}

.login-form .panel-heading {
	display: none;
}

.login-form .title {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	border-left: 3px solid #ed1c24;
	padding-left: 10px;
	margin-bottom: 30px;
}

.login-form .module-title {
	font-size: 0.875rem;
	color: #666666;
	margin-bottom: 20px;
}

.login-form .module-title a {
	color: #ed1c24;
}

.login-form .form-group {
	margin-bottom: 20px;
	position: relative;
}

.login-form .form-group label {
	color: #999999;
	text-transform: uppercase;
	font-size: 0rem;
	display: block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 6px;
	left: 0;
	border-right: 1px solid #e6e6e6;
}

.login-form .form-group label .fa {
	font-size: 1.125rem;
	line-height: 40px;
}

.login-form .form-group input {
	width: 100%;
	font-size: 1.125rem;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 15px 30px 15px 60px;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	box-sizing: border-box;
}

.login-form .form-group input:active,
.login-form .form-group input:hover,
.login-form .form-group input:focus {
	border-color: #999999;
}

.login-form .form-group a {
	display: inline-block;
	color: #000;
	padding: 10px 0;
	margin-right: 15px;
}

.login-form .form-group a:hover {
	color: #ed1c24;
}

.login-form .forget {
	font-size: 0.875rem;
	color: #999999;
	margin-bottom: 30px;
}

.login-form .forget input[type='checkbox'] {
	display: none;
}

.login-form .forget input[type='checkbox']+label {
	color: #666666;
	font-weight: 300;
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 30px;
	line-height: 1.5;
	font-size: 0.875rem;
	text-transform: none;
	position: relative;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}

.login-form .forget input[type='checkbox']+label:hover {
	color: #ed1c24;
}

.login-form .forget input[type='checkbox']+label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	opacity: 0.5;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}

.login-form .forget input[type='checkbox']+label:after {
	content: '\f00c';
	font-family: 'Font Awesome\ 5 Free';
	display: block;
	line-height: 14px;
	font-size: 0.875rem;
	color: #ed1c24;
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 1px;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}

.login-form .forget input[type='checkbox']:checked+label:before,
.login-form .forget input[type='checkbox']:checked+label:after {
	opacity: 1;
}

.login-form .btn-login {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	color: #fff;
	background: #ed1c24;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 543px) {
	.login-form .btn-login {
		width: 100%;
	}
}

.login-form .btn-login:before {
	background: #c61017;
}

.login-form .btn-login:after {
	content: '\f2f6';
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 12px;
	right: 15px;
}

.login-form input[type='reset'] {
	display: none;
}

.login-form input[type="submit"] {
	width: 100%;
	color: #fff;
	background: none;
	padding: 15px 60px;
	border: none;
	text-transform: uppercase;
	font-size: 1rem;
}

.login-form .go-signup {
	text-align: center;
	margin-top: 15px;
}

.login-form .go-signup a {
	display: block;
	clear: both;
	color: #ed1c24;
}

.login-form .go-signup a:hover {
	color: #000;
}

.login-bg {
	width: 60%;
	position: relative;
	overflow: hidden;
	padding: 50px;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.login-bg {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 767px) {
	.login-bg {
		padding: 30px;
	}
}

.login-bg .login-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.login-bg .login-img .login-overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}

.login-bg .login-img img {
	height: 100%;
	width: auto;
	max-width: unset;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (max-width: 991px) {
	.login-bg .login-img img {
		height: auto;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.login-bg .login-img img {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		-khtml-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@media (max-width: 543px) {
	.login-bg .login-img img {
		width: auto;
		height: 100%;
	}
}

.login-bg .login-des {
	position: relative;
	z-index: 1;
	color: #fff;
}

.login-bg .login-des .title {
	font-size: 2.875rem;
	font-weight: 300;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.login-bg .login-des .title {
		font-size: 2.25rem;
		margin-bottom: 10px;
	}
}

.login-bg .login-des .module-title {
	font-size: 1.625rem;
	font-weight: 200;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.login-bg .login-des .module-title {
		font-size: 1.25rem;
	}
}

.login-bg .login-des .des {
	margin-top: 180px;
	font-size: 1.25rem;
}

@media (max-width: 991px) {
	.login-bg .login-des .des {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.login-bg .login-des .des {
		margin-top: 10px;
	}
}

.login-bg .login-des .des span {
	opacity: 0.8;
	font-weight: 200;
	display: inline-block;
	margin-right: 10px;
}

.login-bg .login-des .des a {
	display: inline-block;
	opacity: 1;
	font-weight: 300;
	font-size: 2rem;
	color: #fff;
}

@media (max-width: 543px) {
	.login-bg .login-des .des a {
		font-size: 1.625rem;
	}
}

.login-bg .login-des .des a:after {
	content: '\f105';
	font-family: 'Font Awesome\ 5 Free';
	margin-left: 5px;
}

.login-bg .login-des .des a:hover {
	color: #ed1c24;
}