﻿body {
	background: var(--gray);
}

.login-layout {
	display: flex;
	background: #f0f2f5;
	flex-direction: row;
	min-height: 100vh;
}

.ant-layout, .ant-layout * {
	box-sizing: border-box;
}

.login-layout .left-column {
	background: url(/images/login-left.png);
	background-size: cover;
	padding: 98px 72px 48px;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.login-layout_login .left-column {
	background-image: url(/images/login-left.png);
	background-size: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

.login-layout .left-column, .login-layout .right-column {
	display: flex;
	flex: 50%;
}

.login-layout .right-column {
	align-items: center;
}

.elementor-heading-title {
	color: #008fc6;
	font-family: "Poppins", Roboto;
	font-size: 40px;
	font-weight: 600;
	line-height: 55px;
	text-align: center;
	background: #f0f2f5;
	margin: 0;
}

.login-container {
	vertical-align: middle;
	display: table-cell;
	margin: auto;
}

	.login-container .logo {
		background-image: url(/images/logo.png);
		background-size: 400px;
		background-position: center;
		background-repeat: no-repeat;
	}

.field-validation-error {
	color: #ff0000;
}
