*
{
	margin:0px auto;
	padding: 0px;
	box-sizing: border-box;
}
header
{
	min-height: 40px;
	background:#0093DD;
}
.bg-image{
 	background-image:url(../images/vst_ux-01.png);
 	width:100%;
 	height:100vh;
 	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.log_right{
	background-color:#e4e4e4;
	width:100%;
	height:100vh;
}
#imgbg
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: .2;
/*	position: relative;
	max-width: 100%;
	height: 100vh;*/
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.login
{
	position: fixed;
	top:50%;
	width: 400px;
	left: 50%;
	background: #289af0;
	color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border:1px solid #333;
	height:300px;
	margin-left: -200px;
}
.contents
{
	box-shadow: 0px 0px 5px #c5c5c5;
	width: 350px;
	padding: 20px 20px 40px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
	top:100px;
}
.logo
{   
	width: 350px;
    padding:10px 0px 20px;
    right: 20px;
    position: relative;
    background-color:#fff;
}
.logo img{
  	width:180px;
  	display: block;
}
.left_logo
{
	float: left;
}
.right_text
{
	font-size: 1.5em;
	color:#278ecd;
	float:right;
}
.clr
{
	clear: both;
}
footer
{
	bottom: 0;
	position: fixed;
	width: 100%;
	background:#0067AC;
	color: #fff;
	font-size:11px;
	padding:5px;
	text-align: center;
}
.navigation
{
	width: 100%;
	border-bottom: 1px solid #54b8f1;
	border-top:1px solid #54b8f1;
	height: 40px;
	padding-top: 8px;
	color: #fff;
	background: url(../images/nav_bg.jpg) repeat-x;
}
.navigation a
{
	color: #fff;
}
.navigation a:hover
{
	text-decoration: none;
	color: #fff;
}
button
{
	background: #2688ba;
	border:1px solid #2688ba;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
}
button:hover
{
	color:#2688ba !important;
	border:1px solid #2688ba;
	background: #fff; 
}
.card
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	display: block;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #278ecd;
	border:1px solid #304004;
}
.card a
{
	color:#fff;
	text-decoration: none;
}
.card a:hover
{
	color:#fff;
	text-decoration: none;
}
.erp
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #3f883f;
	border:1px solid #304004;
}
.customer
{
	border-radius: 5px;
	font-size: 1em;
	height: auto;
	margin-bottom: 10px;
	width:100%;
	padding:10px;
	text-align: center;
	color:#fff;
	font-size: 1.3em;
	background: #d8672b;
	border:1px solid #304004;
}
#bread
{
	width: auto;
	display:inline-block;
	margin-bottom: 10px;
	/*border:1px solid #444;
	border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	-webkit-border-radius:5px;*/
}
#bread li
{
	display: inline-block;
}
#bread li:after
{
	content: ">>";
}
#bread li:last-child:after
{
	content:"";
}
.username
{
	margin-left:10px;
}
.logout
{
	margin-left: 10px;
}
.h2style
{
	color:#fff;
	font-weight: 600;
	margin-top: 10px;
}
.glyphicon-user,.glyphicon-lock{
	font-size:16px;
	position:absolute !important;
	top:16px !important;
	left:10px;
}
.form-group{
 position:relative;
}
.form-group input[type=text],.form-group input[type=password]{
	padding-left:45px;
	font-size:14px;
	border:none;
	background-color:#E6E6E6;
	margin-top:18px;
}
.input-lg{
	height:40px;
}
.btn-success{
 background-color:#ff7514 !important;
 border:none !important;
 margin-top:15px;
}