﻿* {
	font-family			: Helvetica, Arial, verdana;
	text-decoration		: none;
}

html, body {
	height				: 100%;
	font-size         	: 12pt;
	color            	: #010101;
}

body {
	margin				: 0px;
	background-color	: #EEEEEE;
}

#login_left {
	background-color      : #ED930C;
	background-image      : url("login.jpg");
	background-position   : 50% 50%;
	background-position-x : 50%;
	background-position-y : 50%;
	background-repeat     : no-repeat;
	background-size       : cover;
	height                : 100%;
	float                 : left;
	width				  : -webkit-calc(100% - 500px);
	width				  :    -moz-calc(100% - 500px);
	width				  :         calc(100% - 500px);
}

div.login_layer {
	height                : 50%;
	width                 : 100%;
	overflow			  : hidden;
}

#login_right {
	background-image      : url("logo.png");
	background-position-x : 30px;
	background-position-y : 30px;
	background-repeat     : no-repeat;
	float                 : left;
	background-color      : #FFFFFF;
	height                : 100%;
	margin                : 0px;
	width                 : 500px
}

#login_form {
	margin                : auto;
	margin-top            : 200px;
	width                 : 450px;
	height                : 450px;
	font-size             : 13pt;
}

#login_form input[type=text], input[type=password] {
	width                 : 100%;
	font-size             : 12pt;
	border                : 1px solid #BBBBBB;
	padding               : 10px 14px;
	margin                : 8px 0;
	display               : inline-block;
	box-sizing            : border-box;
}

#login_form input[type=submit] {
	background-color	  : #0c8067;
	border-width		  : 0px;
	padding			      : 6px 15px 6px 15px;
	font-size             : 11pt;
	color				  : #FFFFFF;
	font-weight		      : bold;
}

#login_form span {
	color				: #FF0000;
}
