:root {
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
*,
html,
body {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	background: #222d32;
}
form {
	clear: both;
}
a {
	color: #00243E;
}

select {
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-template form {
	width: 100%;
}

.login-template .container.login-area {
	background: #fafafa;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.login-template .lt-logo {
	display: block;
	max-width: 266px;
	height: 28px;
	background: url(../gfx/administratorNet.png) no-repeat scroll center center;
	background-size: contain;
	margin: 10px auto;
}

.login-template .ltl-description {
	display: block;
	width: 100%;
	height: auto;
	font: 400 16px/24px Arial, sans-serif;
	color: #00243E;
	text-align: center;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd
}

.login-template .login-marker {
	position: relative;
	z-index: 2;
	margin: 0 auto
}

.login-template .form-group {
	margin: 0
}

.login-template .form-group label {
	font: 400 14px/14px Arial, sans-serif
}

.login-template .showHide {
	background-color: white;
}

.login-template #passvis.hid:before {
	content: "\e234";
}
.login-template #passvis.sho:before {
	content: "\e105";
}

.login-template div.lt-logo-owner {
	display: block;
	width: 100%;
	height: 200px
}

.login-template div.rt-faq {
	display: block;
	width: 100%;
	height: 200px
}

.login-template .footer-info {
	clear: both;
	text-align: center;
	margin: 15px auto 0;
	padding-top: 15px;
	border-top: 1px solid #ddd
}

.login-template .alert {
	width: 450px;
	margin: 25px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

@media screen and (min-width: 769px) {
	.login-template .container.login-area {
		width: 450px;
		margin: 100px auto 0;
	}
}

@media screen and (max-width: 768px) {
	.login-template .container.login-area {
		max-width: 400px;
		width: auto;
		margin: 10px auto
	}
	.login-template .footer-info {
		margin: 20px 0 0;
		padding: 20px 0 0
	}
}

@media screen and (max-width: 320px) {
	.login-template .container.login-area {
		max-width: 100% !important;
		margin: 10px;
	}
}