.error-login-label{
	color: #FF4C4C !important;
}
.error-login-input{
	border: 1px solid #FF4C4C !important;
}

.login-container {
	max-width: 410px;
	width: 100%;
	box-shadow: 0 6px 36px 0 #191a1e90;
	margin: auto;
}
.login-close-btn {
	position: absolute;
	top: 22px;
	right: 26px;
	filter: invert(1) grayscale(1) brightness(1.5);
	opacity: 0.65;
}
.login-label {
	margin-left: 8px;
}
.login-input {
	border-radius: 2rem !important;
	min-height: 52px;
	padding-left: 22px;
	box-shadow: none !important;
}
body.dark .login-input {
	border: 1px solid #fafafa;
}
body.light .login-input {
	border: 1px solid #3b3b3b;
}
.login-input::placeholder {
	opacity: 1 !important;
	font-family: ceraRegular;
	font-size: 16px;
}
body.dark .login-input::placeholder {
	color: #999 !important;
}
body.light .login-input::placeholder {
	color: #808080 !important;
}

body.dark .login-input:focus{
	border: 2px solid #1a81f6 !important;
}
body.light .login-input:focus{
	outline: 2px solid #174489 !important;
}
body.dark .login-eye{
	stroke: #fafafa;
}
body.light .login-eye{
	stroke: #3b3b3b;
}
.login-eye {
	position: absolute;
	right: 18px;
	top: 52%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.84;
	z-index: 3;
}
.login-captcha-img {
	width: 215px;
	height: 52px;
	object-fit: cover;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 6px;
	display: block;
}
.login-btn-blue {
	background: #2187FF !important;
	border-radius: 2rem !important;
	color: #fff !important;
	font-size: 1.14rem;
	border: none;
	min-height: 52px;
	letter-spacing: 0.01em;
	transition: background .12s;
}
.login-btn-blue:hover,
.login-btn-blue:focus {
	background: #156fd1 !important;
	color: #fff !important;
}
.login-bottom-text {
	color: #B8B8B8;
	font-size: 1rem;
}
.login-signup-link {
	color: #2187FF !important;
	text-decoration: none !important;
}
@media (max-width: 480px) {
	.login-container {
		max-width: 98vw;
		padding: 1.1rem !important;
	}
	.login-captcha-img { 
		width: 100%; 
		height: 44px; 
	}
}