/* CSS Document */

body {
	margin:0;
	padding:0;	
	background-color: #ffffff;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding:0;
}

input.button {
	height:25px;
}

#main {
	text-align: left;
	vertical-align:top;
	background-color:#E9E5DA;
	height:300px;
	/*background:url(../images/bg4.jpg)*/
}

#frmLogin {
	box-shadow: 0px 1px 2px #919191;
	margin: 1rem;
	border-radius: 10px;
}

.top-head-wrapper {
	background-color: #30103E;
	padding: 1rem;
	display: flex;
  align-items: center;
  justify-content: flex-start;
}

#main_canvas {
	width:800px;
}

#div_left, #div_right {
	float:left
}

#div_left {
	width:50%;
	height:300px;
}

#div_right {
	width:50%;
	background-color: #E9E5DA;
	height:300px;
}

#div_logo {
	margin-left:20px;
	margin-top:20px;
}

.systitle {
	color: #000000;
	font-weight:bold
}

.label {
	color: #000000;
	font-weight:bold
}

.columntextbox {
	width:100%;
	font-size:12px;
	text-transform:uppercase
}

.loading {
	position: fixed;
	top:50%;
	left:45%;
	bottom:50%;
	right:45%;
	visibility: hidden
}

.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 14px;
}

.login-wrapper {
	min-height: 90vh;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -3rem;
}

.login-wrapper .table-login {
	width: 333px;
}

@media only screen and (max-width: 600px) {
	.top-head-wrapper {
		justify-content: center;
	}
  .login-wrapper .table-login {
		width: 100%;
	}
}