@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:#33373d;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.banner_inner {
    background-color: transparent;
    height: 580px;
    width: 100%;
    text-align: center;
    display: table;
}
.banner_firs_caption {
    width: 58%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.lw_logo p span{
    color: #fb0;
    font-weight: 800;
    font-size: 12px;
   
}
.lw_logo p{
    color: #ccc;
    font-weight: 400;
   
}
a{text-decoration:none;}
.loginimg{
	position:absolute;
	bottom:0px;
	left:0px;
	width:445px;
	height:523px;
	background:url(../images/loginimg.png) no-repeat;

}
.loginboxWrapper .loginbut{
 	 width:100% ;
}
input[type="text"],input[type="password"]{
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	border:1px #e5e5e5 solid;
	padding:10px 10px;
	color:#333;
	width:200px;
	font-size:12px;
	background:url(../images/logintxt-bg.png);
	/*-moz-box-shadow:inset 0px 0px 3px #747474;
  -webkit-box-shadow:inset 0px 0px 3px #747474;
  box-shadow:inset 0px 1px 3px #cacaca;*/
  outline:none;
 width:100%;
  box-sizing:border-box;
}
.loginbut{
padding:0px 20px;
background:#f38108;
height:37px;
border:1px #de7504 solid;
color:#fff;
font-size:15px;
cursor:pointer;
outline:none;
 font-weight:500;
 	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.loginbut:hover{
	background:#de7504;
}
.loginboxWrapper{
 	 display:flex;
   height:100%; 
}
.login_lost_pss{
 	 width:100%;
    text-align:right; 
}
.loginboxWrapper{
	margin:180px auto 0 auto; width:718px; color:#3e3d3d; font-size:12px;
	background:#FFF;
	border-left:15px #ffbb00 solid;
	/*background:url(../images/login_bg.png) repeat-x bottom;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0px 0px 3px #747474;
  -webkit-box-shadow:0px 0px 3px #747474;
  box-shadow:0px 0px 8px #272626;*/
/*  background-image: url(../images/pattern.svg),linear-gradient(to right, #FFF 0, #FFF 100%);
    background-position: right center,center center;
    background-repeat: no-repeat,no-repeat;*/
	}
.loginboxWrapper h1{    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    color: #575b61;
    font-weight: 600;
    margin: 0px;
    padding: 0px;}
.loginboxWrapper a{color:#777; text-decoration:none;}
.loginboxWrapper a:hover{text-decoration:underline;}
.lw_left{
    width: 310px;
    position: relative;
    float: left;
    min-height: 305px;
    display: table;
    padding:25px 20px 20px 20px;
}


.lw_right{
    width:365px;
    min-height: 250px;
    border-left: 1px #F5F5F5 solid;
    position:relative;
    float:left;
    padding:25px 20px 20px 20px;
	
}
.lw_right p{    padding: 5px 0px 20px 0px;
    margin: 0px;
    color: #808388;
}
.student_reg{
	text-align:center;
      color: #363636;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 14px;
}
.lw_right td{
	padding:7px 0px;
}
.lw_logo{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.lg_custm_checkbox {
 	position:relative; 
}
.lg_custm_checkbox input[type=checkbox] + label:before {
 	position:absolute;
  	left: 0px;
    top:-2px;
}
.login_form_bx{
    margin: 10px 0px; 
}
.lg_custm_checkbox input[type=checkbox] + label{
 padding-left:24px;
}
.lg_custm_checkbox input[type=Checkbox] { display:none; } /* to hide the checkbox itself */
.lg_custm_checkbox input[type=checkbox] + label:before {
  font-family: 'FontAwesome';
  display: inline-block;
 
}

.lg_custm_checkbox input[type=checkbox].login_remark + label:before { content:"\f096"; color:#CCCCCC; letter-spacing: 10px; font-size:18px;  } /* unchecked icon */
.lg_custm_checkbox input[type=checkbox].login_remark:checked + label:before { content: "\f14a"; color:#ffbb00; letter-spacing: 10px;font-size:18px;  } /* checked icon */




/*.lw_logo{
	position:absolute;
	top:60px;
	left:65px;
	width:171px;
	height:161px;
}*/

.lw_logo img{
	min-width: 250px; 
	max-width: 250px;
      -o-object-fit: contain;
    object-fit: contain;
}
.loginrow{position:relative;}
.errorSummary{
	font-size: 11px;
    color: #f94e4e;
    padding: 5px 0 5px 30px;
    display: block;
    background: #fe000012 url(../images/alert-triangle-red.png) no-repeat 5px 4px;
    padding: 10px 10px 10px 32px;
    font-weight: 500;
    border: 1px solid#ffcccf;
}

/*.errorSummary{
	font-size:11px;
	color:#F00;
	padding:5px 0 5px 30px;
	display:block;
	background:url(../images/alert-triangle-red.png) no-repeat left top;
}
*/

/*login credentials*/
.logincredential{
	margin:0px auto 0 auto; width:690px; height:80px; color:#3e3d3d; font-size:12px;
	background:#2a2e34;
	color:#798699;
	text-align:left;
}
.logincredential h6{
	font-size:12px;
	color:#ffbb00;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.logincredential p{
	font-size:11px;
	color:#798699;
	padding:0px;
	margin:0px;
	line-height:14px;
}
.logincredential ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.logincredential ul li{
	width:145px;
	height:65px;
	padding:15px 0px 0px 25px;
	float:left;
	border-right:1px #1e2126 solid;
	border-left:1px #383c43 solid;
}
.logincredential ul li:first-child{
	border-left:0px #383c43 solid;
}
.logincredential ul li:last-child{
	border-right:0px #383c43 solid;
}
.opnsl_powered{
	margin: 0px auto 0 auto;
	width: 734px;
}

.opnsl_powered p{
    font-size: 12px;
    color: #808080;
    padding: 5px 0px;
    margin: 2px 0px;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-family: inherit;
}
.loginboxWrapper h1:before{
    content: '';
    width: 5px;
    height: 30px;
    position: absolute;
    left: -23px;
    background-color: #fb0;
    border-radius: 5px;
}
.loginboxWrapper h1{
	 position:relative;
}

.opnsl_powered p a{
    font-size: 12px;
    color: #29b6f6;
    padding: 0px;
    margin: 2px 0px;
    font-weight: 500;
	text-transform:uppercase;
	text-decoration:none;
    font-family: "Open Sans", sans-serif;
}
.lg_input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
 .lg_input-group-prepend {
    display: -ms-flexbox;
    display: flex;
     margin-right: -1px;
}
.lg_input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
}
.lg_input-group img{
 	     width: 16px; 
}
.lg_input-group input[type="text"], .lg_input-group input[type="password"] { 
    /* position: relative; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 87% !important;
    margin-bottom: 0;
}