/* style the container */
.container_lo {
  position: relative;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px 0 30px 0;
  margin-left:20px;
  height:183px;
} 

/* Two-column layout */
.col {
  float: left;
  width: 50%;
  text-align:center;
  margin-top:20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 123px;
}

/* text inside the vertical line */
.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
  display: none;
}

/* bottom container */
.bottom-container_lo {
  text-align: center;
  background-color: #666;
  border-radius: 0px 0px 4px 4px;
}

.inlogin{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.inwelcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-shadow: 2px 2px 4px #999999;
	color:#333333;
	text-align:center;
	width:100%;
	font-weight:bold;
	margin-bottom:25px;
}
.sitefooter {
	color: #999999;
	text-align: center;
	font-size:13px;
	font: 13px 'OpenSans-Regular',arial;
}