@font-face {
	font-family: 'DIN-Bold';
	src: url('https://omniplatform.com/fonts/din-bold-webfont.eot');
	src: url('https://omniplatform.com/fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://omniplatform.com/fonts/din-bold-webfont.woff') format('woff'), url('https://omniplatform.com/fonts/din-bold-webfont.ttf') format('truetype'), url('https://omniplatform.com/fonts/din-bold-webfont.svg#dinbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN-Regular';
	src: url('https://omniplatform.com/fonts/din-regular-webfont.eot');
	src: url('https://omniplatform.com/fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://omniplatform.com/fonts/din-regular-webfont.woff') format('woff'), url('https://omniplatform.com/fonts/din-regular-webfont.ttf') format('truetype'), url('https://omniplatform.com/fonts/din-regular-webfont.svg#dinbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
html,
body {
	background: #ececec;
	font-family: 'DIN', 'DIN-Regular', sans-serif;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
*/

.modal-wrapper * {
	vertical-align: top;
}

.modal-wrapper {
	background: rgba(0, 0, 0, 0.2);
	bottom: 0px;
	left: 0px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0px;
	top: 0px;
	touch-action: none;
	transition: opacity 0.5s linear;
	z-index: 1050;
}

.modal-wrapper .actions {
	line-height: 25px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.modal-wrapper .action {
	color: #3B6E8F;
	cursor: pointer;
}

.modal-wrapper .action.show-forgot-password {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.modal-wrapper.shown {
	opacity: 1;
	pointer-events: auto;
	touch-action: auto;
}

.modal-wrapper.none .modal-body {
	transform: translateY(40px);
}

.modal-body {
	background: #ffffff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06);
	box-sizing: content-box;
	margin: calc( (100vh - 374px) / 2 ) 0px 0px calc( (100vw - 320px) / 2 );
	padding: 30px 30px 0px 30px;
	transform: translateY(0);
	transition: transform 0.4s ease-in;
	width: 260px;
}

.modal-body .logo {
	display: inline-block;
	height: 28px;
	position: relative;
	top: -4px;
}

.modal-body h2 {
	color: #e8e8e9;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.modal-body h2 i.fas {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: visible;
	text-align: center;
	width: 20px;
}

.modal-body h2 i.fas::before {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 20px;
}

.modal-body form {
	display: none;
	margin: 30px 0px 0px 0px;
}

.modal-body form.show-form {
	display: block;
}

.modal-body h2 b {
	font-family: 'DIN-Bold';
	font-weight: 700;
}

.modal-body h2 .fas {
	float: right;
	font-weight: 600;
}

.modal-body h3 {
	box-sizing: content-box;
	color: #333333;
	font-family: 'DIN-Bold';
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}

.modal-body label {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	position: relative;
	width: 100%;
}

.modal-body label.error span {
	color: #fd5808;
}

.modal-body label.error input {
	border-color: #fd5808;
}

.modal-body label span {
	background: #FFFFFF;
	color: #535f6b;
	font-size: 12px;
	font-weight: 300;
	height: 12px;
	line-height: 12px;
	left: calc(10px / 2 + 1px);
	padding: 0px 5px 0px 5px;
	position: absolute;
	text-align: left;
	top: -5px;
	white-space: nowrap;
	z-index: 2;
}

.modal-body label input {
	border: 1px solid #CDD6E0;
	border-radius: 3px;
	box-sizing: border-box;
	height: 50px;
	line-height: calc(50px - 2px);
	padding: 0px 10px 0px 10px;
	width: 100%;
}

.modal-body button {
	background: #8DC63F;
	border: none;
	color: #ffffff;
	display: block;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin-left: -30px;
	margin-top: 30px;
	width: calc(100% + 60px);
}

.modal-body button .fas {
	vertical-align: baseline;
}

.password-reset-sent .note {
	font-size: 16px;
	line-height: 22px;
	padding: 20px 0px 20px 0px;
}
