body {
	background: url("images/") center;

	background-color: "#FFFFFF";
	
	padding: 0;
	margin: 0;
	text-align: left;
  overflow:hidden;
}

html {
	height: 100%;
}


.totaldiv{
  display: flex;
  width: 100%;
}

.rightdiv{
  width : 50%;
  height : 100%;
  border: 1;
}

.rightdiv img{
  position:absolute;width:50%;height:100%;
}

.leftdiv1{
  width : 50%;
  height : 100%;
  border: 1;
}

.loginlogo{
  width: 100%;
  text-align: center;
  margin-top:6%;
}

.loginlogo img{
  width: 50%;
  margin: 0 auto;
}

.logintext{
  width: 100%;
  text-align: center;
  margin-top:3%;
}

.logintext h1{
  color: #053E89;
  font-size: 18pt;
}

.logindiv{
  position:absolute;width:50%;height:100%;
  border: 1;
  text-indent: center;
}

.logindiv div{
  width: 50%;
}

.labdiv{
  margin: 0 auto 5px auto;
}

.inputdiv{
  margin: 0 auto 15px auto;
}

.codebutton{
  width: 150px;
  color: white;
  background: #0278D5;
  border-color: #0278D5;
  cursor: pointer;
  border-radius: 5px;
}

.codebutton:active{
  color: #FFF;
  background: #0278D5;
}

input{
  line-height: 24px !important;
}

input[type='button']:disabled{
  width: 100%;
  color: #FFF;
  background: #0278D5;
  border-color: #0278D5;

  cursor: pointer;
  border-radius: 0px;
  height: 30px;
}