body {
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #001016 url(../gfx_shared/login_bg.jpg) center 15% no-repeat;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 1920px) {
	body {
		background-size: 100%;
	}
}

@media only screen and (max-width : 1224px) {
	body {
		font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #fff;
		background: #001016 url(../gfx_shared/login_bg.jpg) center 30% no-repeat;
		margin: 0;
		padding: 0;
	}
}
img {
	border-style: none;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline:none;
}

.vmiddle {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
}
.login_box {
	margin: 0px auto;
	max-width: 320px;
	overflow: hidden;
	padding-bottom: 200px;
}
.form_box > .logo {
	margin-bottom: 35px;
}
.login_box > .loader {
	margin: 0 auto;
	background: transparent url('../gfx_shared/login.loader.gif') no-repeat 1px 95px;
	width: 200px;
	height: 146px;
	display: none;
}
.login_box > .error {
	float: left;
	width: 320px;
	height: 284px;
	padding: 0 30px 0 30px;
	border-radius: 9px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
	color: #ff4d4d;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.login_box > .form_box {
	float: left;
	width: 320px;
	height: 284px;
	padding: 28px 30px 0 30px;
	box-sizing: border-box;
	border-radius: 9px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,247,250) 100%);
}

label {
	display: block;
	padding-bottom: 5px;
	line-height: 1em;
	font-size: 13px;
}
label.error {
	color: #ff4d4d;
}
input[type=text], input[type=password] {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0px 1px 0px 0px rgba(217, 230, 236, 1);
	border: 0;
	color: #829ca7;
	width: 100%;
	height: 36px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-bottom: 17px;
	font-weight: 300;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}
div.login_btn  {
	text-align: left;	
}
div.login_btn input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0069a5;
	background-color: #0085c1;
	background-image: -moz-linear-gradient( 90deg, rgb(0,114,179) 0%, rgb(0,133,193) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,114,179) 0%, rgb(0,133,193) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,114,179) 0%, rgb(0,133,193) 100%);
	box-shadow: inset 0.5px 0.866px 0px 0px rgba(28, 193, 223, 0.3);
	text-align: left;
	border: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 11px;
	height: auto;
	text-transform: uppercase;
}

div.login_btn input:disabled,
div.login_btn input:disabled:active,
div.login_btn input:disabled:hover {
	cursor: default;
	border: solid 1px #e2e2e2;
	background-color: #efefef;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #c0c0c0;
}
div.login_btn input:hover {
	cursor: pointer;
	background-color: #0085c1;
	background-image: -moz-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	box-shadow: inset 0.5px 0.866px 0px 0px rgba(28, 193, 223, 0.3);
}
div.login_btn input:active {
	background-color: #0085c1;
	background-image: -moz-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,133,193) 100%, rgb(0,114,179) 0%);
	box-shadow: inset 0.5px 0.866px 0px 0px rgba(28, 193, 223, 0.3);
}