.login-img-bg {
	width: 62%;
}

.login-wrap {
	font-family: 'noto sans TC', sans-serif !important;
}

.no-login {
	color: #333;
	font-size: 14px;
}

.no-login:hover,
.no-login:active {
	color: var(--cnvs-themecolor);
}

.login-wrap .form-group input::placeholder {
	color: #aaa;
}

.login-wrap .button.disabled,
.login-wrap .button:disabled {
	pointer-events: none !important;
	background-color: #b2b3b4 !important;
}

.bg-google {
	background-color: #ededed !important;
}

.bg-facebook {
	background-color: #1877f2 !important;
}

.captcha {
	height: 30px;
	margin-left: 8px;
}

.change-captcha {
	font-size: 13px;
	padding: 5px 9px;
	border-radius: 4px;
    border: 1px solid #ddd;
	margin-left: 8px;
}

.change-captcha i {
	transition: .3s ease;
}

.change-captcha:hover i,
.change-captcha:active i {
	transform: rotate(90deg);
}

@media(max-width:991px) {
	.login-img-bg {
		width: 100%;
		filter: blur(3px);
		opacity: 0.9;
	}
}

@media(max-width:499px) {
	.captcha-wrap {
		flex-wrap: wrap;
	}

	.captcha-img {
		margin-left: 0 !important;
		margin-top: 12px;
	}

	.change-captcha {
		margin-top: 12px;
	}
}

/* 介面外觀 */
.login-card {
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.login-card-margin {
	margin: 80px 0;
}

.login-title {
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 24px;
}

.text-end {
	text-align: end !important;
}

/*-- Login Form--*/
#login-form .form-control {
	border: 1px solid #dfdfdf;
	border-radius: 0;
}

#login-form .has-error .form-control {
	border: 1px solid #e76675;
}

#login-form .has-error .form-control:focus {
	border: 1px solid #e9e9e9;
}

#login-form .form-control:focus {
	box-shadow: none;
	border: 1px solid #FFD2D2;
}

#login-form .form-group {
	margin-bottom: 30px;
}

#login-form input,
#login-form textarea {
	font-size: 16px;
	color: #5d5d5d;
	height: 45px;
	outline: none;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#login-form textarea {
	min-height: 133px;
	max-width: 100%;
	min-width: 100%;
}

#login-form .form-btn {
	text-align: center;
}

.comment-form .form-btn {
	text-align: left;
}

#login-form #login-form-btn {
	padding: 10px 50px;
	border-radius: 0;
	border: 0;
	background: #003060;
	color: #fff;
	text-transform: uppercase;

}

#login-form #login-form-btn:hover {
	background: #FFD2D2;
}

#login-form #login-form-btn:focus {
	border: 0;
}

#login-form input::-webkit-input-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form input::-moz-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form input:-ms-input-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form input:-moz-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form textarea::-webkit-input-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form textarea::-moz-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form textarea:-ms-input-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#login-form textarea:-moz-placeholder {
	color: #a5a5a5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*-----------------------------------*/


#login-form input:focus::-webkit-input-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form input:focus::-moz-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form input:focus:-ms-input-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form input:focus:-moz-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form textarea:focus::-webkit-input-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form textarea:focus::-moz-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form textarea:focus:-ms-input-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form textarea:focus:-moz-placeholder {
	color: #5d5d5d;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.messages .alert-success {
	background: none;
	border: 0;
}