body {
	background: linear-gradient(to bottom right, #d8d5d5, #f8f5f5);
	height: 100vh;
	font-size: 14px;
}

.login-page-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 600px) {
	.login-page-left {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60%;
		height: 100%;
	}

	.login-page-right {
		width: 40%;
		height: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.login-page-left {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.login-page-right {
		display: none;
	}
}

.forgot-password-page-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.login-container {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	padding: 40px 40px 5px 40px;
	width: 100%;
	max-width: 450px;
	text-align: center;
	border-radius: 16px;
}

.login-background {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.custom-border {
	border-radius: 16px;
}

.logo-img {
	max-width: 450px;
	width:100%;
}

.subtitle {
	color: #6e6e6e;
	margin-top: 10px;
	margin-left: -10px;
	font-size: 16px;
}

.custom-form-control {
	padding: 10px;
	font-size: 16px;
	height: auto;
	border-radius: 10px;
}

.custom-eye {
	background-color: #ffffff;
}

.custom-eye a {
	color: #777777;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.feedbackPanel {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border: 1px solid transparent;
}

.feedbackPanelERROR {
	color: #a94442;
}

.feedbackPanelSUCCESS {
	color: #3c763d;
}

li.feedbackPanelERROR {
	padding: 12px 12px 12px 38px;
	margin: 5px 0px;
	background: url(../../img/exclamation.png) 12px 50% no-repeat;
	background-color: #f2dede;
	border: 1px solid #dca7a7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
}

li.feedbackPanelSUCCESS {
	padding: 12px 12px 12px 38px;
	margin: 5px 0px;
	background: url(../../img/ok.png) 12px 50% no-repeat;
	background-color: #D5F0CA;
	border: 1px solid #8FCA77;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
}

.captcha {
	width: 70%;
	margin: 10px auto 12px;
	background: #d6d6d6;
	border: 1px solid #bfbfbf;
}

#captchaImageDiv {
	margin-bottom: 10px;
}

.feedback {
	width: 100%;
	margin: 10px auto 15px;
}

#footer-text, #footer-text a {
	text-align: center;
	color: #777777;
	margin-top: 80px;
}

.forgotPasswordDiv {
	margin-top: 2px;
}

.forgotPasswordDiv a {
	color: #777777;
}

/*.lang-switch-btn,
.lang-switch-btn:hover {
	background-color: #FFFFFF;
	border: none !important;
	text-align: center;
	margin-top: 20px;
	color: #777777
}*/

/*.show > .lang-switch-btn {
	background-color: #B40A0F !important;
}*/

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu > .dropdown-item {
	padding: 0;
}

.dropdown-toggle {
	color: #6e6e6e;
}

