@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;
  box-sizing: border-box;
}
.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: 8px 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: 8px auto 5px auto;
  width: 734px;
  max-width: 95%;
  text-align: center;
  padding: 8px 10px;
}

.opnsl_powered p {
  font-size: 12px;
  color: #808080;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  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: #ffbb00;
  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;
  -ms-flex-wrap: wrap;
  -ms-flex-align: stretch;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.lg_input-group-prepend {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-box;
  margin-right: -1px;
}
.lg_input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.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'] {
  width: 100% !important;
}
.loginboxWrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

/* ========================================
   MOBILE RESPONSIVE STYLES
   ======================================== */

/* Tablets and smaller (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .loginboxWrapper {
    margin: 40px auto 10px auto !important;
    width: 90% !important;
    max-width: 500px;
    flex-direction: column !important;
    border-left: none !important;
    /* border-top: 8px #ffbb00 solid !important; */
  }

  .lw_left {
    width: 100% !important;
    min-height: auto !important;
    padding: 20px 20px 15px 20px !important;
    float: none !important;
    border-bottom: 1px #f5f5f5 solid;
  }

  .lw_right {
    width: 100% !important;
    min-height: auto !important;
    padding: 20px 20px 20px 20px !important;
    float: none !important;
    border-left: none !important;
  }

  .lw_logo {
    text-align: center;
    padding: 5px 0;
  }

  .lw_logo p {
    margin: 5px 0 0 0;
  }

  .lw_logo img {
    min-width: 180px !important;
    max-width: 220px !important;
  }

  .loginboxWrapper h1 {
    font-size: 24px !important;
    text-align: center;
  }

  .lw_right p {
    text-align: center;
    font-size: 14px;
  }
}

/* Mobile phones (max-width: 480px) */
@media only screen and (max-width: 480px) {
  body {
    background: #2a2e34;
  }

  .loginboxWrapper {
    margin: 20px auto 10px auto !important;
    width: 95% !important;
    border-top: 6px #ffbb00 solid !important;
  }

  .lw_left {
    padding: 12px 15px 8px 15px !important;
  }

  .lw_right {
    padding: 12px 15px 15px 15px !important;
  }

  .lw_logo p {
    margin: 3px 0 0 0;
  }

  .lw_logo img {
    min-width: 150px !important;
    max-width: 180px !important;
  }

  .lw_logo p {
    font-size: 11px;
  }

  .lw_logo p span {
    font-size: 11px;
  }

  .loginboxWrapper h1 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .lw_right p {
    font-size: 13px;
    padding: 5px 0 15px 0 !important;
  }

  input[type='text'],
  input[type='password'] {
    padding: 12px 10px !important;
    font-size: 14px !important;
  }

  .loginbut {
    padding: 0 15px !important;
    height: 42px !important;
    font-size: 16px !important;
    width: 100%;
  }

  .login_form_bx {
    margin: 8px 0 !important;
  }

  .lg_input-group-text {
    padding: 0.5rem 0.6rem !important;
  }

  .lg_input-group img {
    width: 14px !important;
  }

  .student_reg {
    font-size: 12px !important;
  }

  .errorSummary {
    font-size: 12px !important;
    padding: 12px 10px 12px 35px !important;
    background-position: 8px 12px !important;
  }

  .opnsl_powered {
    padding: 10px 10px !important;
    width: 95% !important;
    margin: 5px auto 5px auto !important;
  }

  .opnsl_powered p {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }
}

/* Very small phones (max-width: 360px) */
@media only screen and (max-width: 360px) {
  .loginboxWrapper {
    margin: 15px auto 8px auto !important;
    width: 98% !important;
  }

  .lw_left {
    padding: 10px 10px 8px 10px !important;
  }

  .lw_right {
    padding: 10px 10px 12px 10px !important;
  }

  .lw_logo p {
    margin: 2px 0 0 0;
    font-size: 10px !important;
  }

  .lw_logo img {
    min-width: 120px !important;
    max-width: 150px !important;
  }

  .loginboxWrapper h1 {
    font-size: 20px !important;
  }

  .lw_right p {
    font-size: 12px !important;
  }

  input[type='text'],
  input[type='password'] {
    font-size: 13px !important;
  }

  .loginbut {
    height: 40px !important;
    font-size: 15px !important;
  }
}

/* Landscape mode for phones */
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .loginboxWrapper {
    margin: 10px auto !important;
  }

  .lw_left {
    padding: 10px 15px !important;
  }

  .lw_right {
    padding: 10px 15px !important;
  }

  .lw_logo {
    padding: 5px 0;
  }

  .lw_logo img {
    min-width: 100px !important;
    max-width: 130px !important;
  }

  .loginboxWrapper h1 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .lw_right p {
    padding: 5px 0 10px 0 !important;
    font-size: 12px !important;
  }

  .login_form_bx {
    margin: 6px 0 !important;
  }
}
