﻿body {
	font-size: 10.5pt;
	display: flex;
	flex-direction: row;
}

h1, .h1 {
	font-size: 18pt;
	font-weight: 700;
}

h2, .h2 {
	font-size: 14pt;
	font-weight: 700;
}

h3, .h3 {
	font-size: 11.5pt;
	font-weight: 700;
}

h4, .h4 {
	margin: 6px 0px 12px 0px;
	font-weight: 700;
}

.logo {
	max-height: 60px;
}

.login-box {
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

.col-left {
	padding: 18px;
	width: 50%;
	position: relative;
}

/*
	.col-left:before {
		content: '';
		background-image: url('/images/login-bg-icon.png');
		background-size: cover;
		background-position: center center;
		opacity: .02;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	*/

.col-right {
	width: 50%;
}

	.col-right .flex-column {
		background-image: url('/images/login-bg-cowork-2.jpg');
		background-size: cover;
		background-position: center center;
	}

.login-box {
	margin-bottom: 30px;
}

.field-validation-error:not(.modal *) {
	padding: 6px 0px;
	text-align: center;
}


@media (max-width: 1200px) {

	.col-left {
		width: 60%;
	}

	.col-right {
		width: 40%;
	}
}


@media (max-width: 900px) {

	.col-left {
		width: 100%;
	}

	.col-right {
		display: none;
	}
}

@media (max-width: 600px) {
}
