﻿/* CSS Document */
/*
@font-face {
	font-family: 'Corisande';
	font-style: normal;
	font-weight: normal;
	src: url('/_template/fonts/CorisandeRegular.eot');
	src: url('/_template/fonts/CorisandeRegular.eot?#iefix') format('embedded-opentype'),
		url('/_template/fonts/CorisandeRegular.ttf') format('truetype'), 
		url('/_template/fonts/CorisandeRegular.woff') format('woff'), 
		url('/_template/fonts/CorisandeRegular.woff2') format('woff2'),
		url('/_template/fonts/CorisandeRegular.svg?#iefix') format('svg');
}
@font-face {
	font-family: 'Corisande';
	font-style: normal;
	font-weight: bold;
	src: url('/_template/fonts/CorisandeBold.eot?bpsfont');
	src: url('/_template/fonts/CorisandeBold.eot?#iefix') format('embedded-opentype'), 
		url('/_template/fonts/CorisandeBold.ttf?bpsfont') format('truetype'), 
		url('/_template/fonts/CorisandeBold.woff?bpsfont') format('woff'), 
		url('/_template/fonts/CorisandeBold.woff2?bpsfont') format('woff2'),
		url('/_template/fonts/CorisandeBold.svg?#iefix') format('svg');
}
@font-face {
	font-family: 'Corisande';
	font-style: italic;
	font-weight: normal;
	src: url('/_template/fonts/CorisandeItalic.eot?bpsfont');
	src: url('/_template/fonts/CorisandeItalic.eot?#iefix') format('embedded-opentype'),  
		url('/_template/fonts/CorisandeItalic.ttf') format('truetype'), 
		url('/_template/fonts/CorisandeItalic.woff') format('woff'),  
		url('/_template/fonts/CorisandeItalic.woff2') format('woff2'),
		url('/_template/fonts/CorisandeItalic.svg?#iefix') format('svg');
}
@font-face {
	font-family: 'Corisande';
	font-style: italic;
	font-weight: bold;
	src: url('/_template/fonts/CorisandeBoldItalic.eot?bpsfont');
	src: url('/_template/fonts/CorisandeBoldItalic.eot?#iefix') format('embedded-opentype'), 
		url('/_template/fonts/CorisandeBoldItalic.ttf?bpsfont') format('truetype'), 
		url('/_template/fonts/CorisandeBoldItalic.woff?bpsfont') format('woff'), 
		url('/_template/fonts/CorisandeBoldItalic.woff2?bpsfont') format('woff2'), 
		url('/_template/fonts/CorisandeBoldItalic.svg?#iefix') format('svg');
}
@font-face {
	font-family: 'Corisande';
	font-style: normal;
	font-weight: lighter;
	src: url('/_template/fonts/CorisandeLight.eot?bpsfont');
	src: url('/_template/fonts/CorisandeLight.eot?#iefix') format('embedded-opentype'), 
		url('/_template/fonts/CorisandeLight.ttf?bpsfont') format('truetype'), 
		url('/_template/fonts/CorisandeLight.woff?bpsfont') format('woff'),
		url('/_template/fonts/CorisandeLight.woff2?bpsfont') format('woff2'), 
		url('/_template/fonts/CorisandeLight.svg?#iefix') format('svg');
}
@font-face {
	font-family: 'Corisande';
	font-style: italic;
	font-weight: lighter;
	src: url('/_template/fonts/CorisandeLightItalic.eot?bpsfont');
	src: url('/_template/fonts/CorisandeLightItalic.eot?#iefix') format('embedded-opentype'), 
		url('/_template/fonts/CorisandeLightItalic.ttf?bpsfont') format('truetype'), 
		url('/_template/fonts/CorisandeLightItalic.woff?bpsfont') format('woff'), 
		url('/_template/fonts/CorisandeLightItalic.woff2?bpsfont') format('woff2'), 
		url('/_template/fonts/CorisandeLightItalic.svg?#iefix') format('svg');
}
*/
body, html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
* {
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.owl-carousel div:not(.owl-controls):not(.owl-dots) {
	height: 100%;
}
.owl-dots {
	position: absolute;
	bottom: 10px;
	z-index: 5;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
}
.login-wrapper {
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	width: 80%;
	max-width: 395px;
	padding: 40px;
	z-index: 10;
	/*right: 100px;*/
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 10%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.176);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.176);
}
.login-logo-wrapper {
	text-align: center;
}
.login-logo-wrapper img {
	display: block;
	margin: 0 auto;
}
.login-logo-text h2 {
	font-size: 30px;
	padding: 0;
	margin: 0;
	padding-top: 6px;
	color: #530f24;
}
.login-logo-text p {
	padding: 0;
	margin: 0;
}
.login-form-wrapper {
	margin: 0;
	padding: 0;
}
.login-form-wrapper h3 {
	font-size: 24px;
	text-align: center;
}
.login-form-wrapper p {
	text-align: center;
}
input.form-control, textarea.form-control {
	color: #505357;
	border: 1px solid #cacdd0;
	-webkit-appearance: none;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.login-input-wrapper {
	margin-bottom: 10px;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.sign-in-btn {
	background-color: #530f24;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.login-error-message {
	text-align: center;
	color: #C30000;
}
