.lis-container {
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	font-family: Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif !important;
	min-width: 320px;
    min-height: 100%;
    max-width: 1380px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.lis-center-container {
	width: 100%;
	float: left;
    position: relative;
    padding: 20px 10px; 
}

.lis-login-container {
	border-radius: 120px;
	/*background-color: #3695eb;*/
	/*color: #5e6061 !important;*/
	border-width: 0px;
    border-style: initial;
    /*border-color: initial; */
    border-image: initial;
}
.lis-login-container > div, p {
	font-family:  'Poppins', sans-serif !important;
	color: #5e6061 !important;
}

.login-title {
	font-size: 22px;
}
.login-message {
	background: none;
}
.login-form table tr td {
	/*border: none  solid #000;*/
	/*color: #3695eb !important;*/
}
.login-form-box {
	/*border: 1px solid rgb(237, 237, 237);*/
	border-radius: 3px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, .6);
    border-radius: 15px;
	
}


.OTP-form  {
	/*border: 1px solid rgb(237, 237, 237);*/
	border-radius: 3px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, .6);
    border-radius: 15px;
}

.forgot-pw-form  {
	/*border: 1px solid rgb(237, 237, 237);*/
	border-radius: 3px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, .6);
    border-radius: 15px;
}



/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #3695eb !important;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.has-feedback label~.form-control-feedback {
    top: 23px;
}

.patient_orders_tbl thead tr th {
	/* background-color: #2a32c5; */
	color: white !important;
}

.patient_orders_tbl tr {
	cursor: pointer;
}

