@CHARSET "UTF-8";

div.ls_loginform {
	clear: both;
	width: calc(100% - 60px);
	background-color: #fff;
	text-align: left;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 30px;
	background-image: url("../img/login_1920x400px.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 200px;
}

.logintable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

div.ls_loginform p {
	line-height: 20px;
	color: rgba(149,193,31,1);;
	font-size: 1.6rem;
	font-weight: 900;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px !important;
	padding: 0px !important;
	text-align: right;
	width: 100%;
}

div.ls_loginform a {
	color: #424242;
	text-decoration: underline;
}

div.ls_loginform a:hover {
	color: #333;
	text-decoration: underline;
}

input.ls_formelement {
	width: 40%;
	font-size: 1rem;
	background-color: #fff;
	border: none;
	padding: 8px;
	color: #424242;
}

input.ls_button {
	background-image: url("../img/login_icon_100x100px.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	font-size: 0.8rem;
	margin-top: 20px;
	min-width: 140px !important;
	padding: 10px;
	padding-left: 35px;
	cursor: pointer;
}

td.ls_error {
	background-color: #AC0917;
	font-weight: bold;
	font-size: 1.0rem;
  color: white;
  padding: 10px;
}

td.ls_ok {
	color: #2CAC09;
	font-weight: bold;
	font-size: 8pt;
}

td.label {
	width: 100px;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
