.logintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
}

#outer {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 75%;
  overflow: visible;
}

#inner {
  position: absolute;
  height: 550px;
  top: -275px;
  left: 0%;
  width: 100%;
  overflow: visible;
}
#outer2 {
  position: absolute;
  top: 460px;
  left: -20%;
  width: 350px;
  overflow: visible;
}

#puzzle {
  position: absolute;
  top: 150px;
  //left: 20%;
  margin: 0 auto;
  //width: 100%;
}
body {
	/* background: url("images/PLCMS-login-bg.jpg") center; */

	background-color: "#FFFFFC";
	
	padding: 0;
	margin: 0;
	text-align: left;
}

html {
	height: 100%;
  overflow:hidden;
}

.logoarea {
  position:relative;
  overflow:hidden;
  width:400px;
  height:200px;
  vertical-align:middle;
  text-align:center;
  background:url(images/centrelogo.png) no-repeat center center;
}
.container {
  width: 310px;
  margin: 300px auto;
}

/* lidercaptcha use  */

.slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 286px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 0 auto;
  //position: fixed;
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -54px;
}

.leftdiv1{
  display: flex;
  align-items: center;
  justify-content: center;
}

.LoginInfo {
  width: 50%;
}

.codebutton {
  width: 45%;
  height: 25px;
  color: #FFFFFF;
  border: none;
  background-color: #1c78d2;
  box-shadow: 3px 3px 0px #0d487f;
  border-radius: 5px;
}