/*css of  login screen for students*/
@font-face {
    font-family: 'loranoextralight';
    src: url('../fonts/lorano-extralight-webfont.woff2') format('woff2'),
         url('../fonts/lorano-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

/*#login-bg .container-fluid{
	padding-left:100px !important;
	padding-right:100px !important;
}*/
#login-bg .row{
	margin-left:0;
	margin-right: 0;
}
#login-bg{
	background:#fff;
	
}
#login-bg .bg1{    
height: 100vh;
    overflow: auto;
	background: #2d2d2d;
	padding:15px 60px;
	display:table;
  background-image: linear-gradient(315deg, #382f2f 0%, #2f2923 74%);
	}
	#login-bg .bg2{    
height: 100vh;
    overflow: auto;
	padding:15px 60px;
	display:table;
  background-image: linear-gradient(
315deg
, #b1a8a8 0%, #ffffff 74%);
	}
		#login-bg .bg1 .wrapper{display:table-cell;		vertical-align:middle;}

	#login-bg .bg2 .wrapper{
		display:table-cell;
		vertical-align:middle;
		
	}
	.sub-heading-lg{
 color: #fff;
    margin-top: 30px;
    font-family: 'Poppins';
    font-size: 34px;
    text-align: center;

}
.sub-heading-lg span{

  display:inline-block;
  position: relative;
}

.sub-heading-lg span{
  
  

 border-bottom: 4px solid #fff;
    padding-bottom: 6px;
    border-top: 4px solid #fff;
    padding-top: 6px;


}
.adm-query{
font-size: 14px;
    margin-top: 10px;
    text-align: center;
    color: #f7a333;
    font-family: 'Poppins';
}

	.main-heading-lg{
 color: #fff;
    margin-top: 0px;
    font-family: 'Poppins';
    font-size: 18px !important;
    text-align: center;

}
.main-heading-lg span{

  display:inline-block;
  position: relative;
}

.main-heading-lg span{
  
  

  border-bottom:4px solid #fff;
          padding-bottom: 6px;


}

#login-bg .after-logo-txt	{
font-size: 18px;
    font-family: poppins;
    text-align: justify;
    color: #fff;
    line-height: 29px;
    letter-spacing: 0.033em;
}

.tab-content{
	background-color:#DDDDDF !important;
}
.fade {
   opacity: 0;
   -webkit-transition: opacity 0.8s linear;
      -moz-transition: opacity 0.8s linear;
       -ms-transition: opacity 0.8s linear;
        -o-transition: opacity 0.8s linear;
           transition: opacity 0.8s linear;
 }	   
/*header*/
.header {
    width: 100%;
    height: auto;
	padding:10px 0px;
  
    background-color: #EBEBEB;
}
.navcustom{
	border-radius:0px !important;
	
box-shadow: 0 4px 6px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
background: #232526; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #232526 , #414345); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #232526 , #414345); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
	border:1px solid transparent !important;
	
	margin-bottom:0px !important;
	padding:7px 41px;
}
.navrightcustom{
	padding-top:15px !important;
}
.navrightcustom > li > a{
	color:#fff !important;
	font-size:14px;
	font-family: 'poppins', sans-serif;
}.navrightcustom > li > a:hover{
	background-color:#d09e5c;
}

.navcustom .navbar-toggle{
	margin-top:20px !important;
	display: none;
}
.navcustom{
	border:none;
	border-bottom-color: #ecab1f !important;
    border-bottom-width: 2px !important;
}
/*end header*/
.login-content-wrapper{
	padding-top:0px;
	padding-bottom:30px;
	margin-top:0px !important;
}
.application_name{
	border-top:2px solid white;
	color:white;
	font-size:28px;
	font-family:loranoextralight;
	display:inline-flex;
	
}
.login-page-nav li a{
	border-radius:0px !important;
border:1px solid white;
padding:10px 0px;
font-size:18px;
	font-family: 'poppins', sans-serif;
}


.login-page-nav li.active a,.login-page-nav li.active a:visited{
	background-color:#F7A333;
	color:white;
	
}
.login-page-nav li.active a:hover,.login-page-nav li.active a:focus{
		background-color:#E59122;
	color:white;
	
}
.login-page-nav li a{
	background-color:#252532;
	color:white;
}
.login-page-nav li a:hover,.login-page-nav li a:focus{
	background-color:#E59122;
	color:white;
}
.admission-calendar{
	padding-top:30px;
}
.admission-calendar .table{
	background-color:#DDDDDF !important;
	font-size:15px;
	font-family: 'poppins', sans-serif;

}
.admission-calendar .table tr{

    border-bottom: 2px solid white;

}
.admission-calendar .table tr td{
	padding:10px 8px !important;
}
.admission-calendar .table tr td a{
	color:white;
	background-color:#232331;
	padding:10px 35px;
	text-decoration:none;
}
.admission-calendar .table tr td a:hover,.admission-calendar .table tr td a:focus{
	background-color:#E59122;
	color:white;
		padding:10px 35px;
	text-decoration:none;
}

/*login form*/
.login-form-bg{
	padding-top:10px;
	padding-bottom:10px;
background:rgba(255,255,255,0.3);
}

.login-panel{
	border-radius:0px;
	border:none !important;
}
.login-panel .panel-heading{
	
	background-color:transparent;
	color:#000;
	border-radius:0px !important;
	padding:13px 8px;
	

}
.panel{
background:transparent;
}
.login-panel .panel-title{
	font-size:28px;

	    font-family: 'poppins', sans-serif;
}
.fa-sign-in{
	
	margin-right:5px;
}

.login-panel .panel-body{
	background-color:transparent;
	padding:15px 0;
}
.login-panel .form-group{
	padding-top:10px;
}
.login-panel .form-group input{
	height: 52px;
    border-radius: 8px !important;
    background-color: #f7f7ff;
}
.login-panel .form-control:focus {
    border-color: #EFF2F6;
    outline: 0;
    box-shadow: none;
}
input.username{
    background-image: url('../images/username.fw.png') !important;
    background-position: 95% 12px;
    background-repeat: no-repeat;
}
input.password{
    background-image: url('../images/password.fw.png') !important;
    background-position: 95% 12px;
    background-repeat: no-repeat;
}
input.btn-login{
	padding: 14.5px 52px;
    background-color: #F7A333;
    color: #fff;
    /* FONT-WEIGHT: BOLD; */
    text-decoration: none;
    margin-top: 0px;
	border: 2px solid #e29a3a;
	    border-radius: 5px;
}
}
input.btn-login:hover{
	background-color:#E59122;
}
.login-btn-row{
	padding-top:10px;
	padding-bottom:10px;
	
}
.login-btn{padding-left:0;}
.forgot-pass{
	color:#4B4B67;
    cursor:pointer;
}
.login-help-txt{
	padding:20px 0px;
	color:white;
	font-size:18px;
	    font-family: 'poppins', sans-serif;
}
.new-account-btn{
    font-size:15px;
    padding: 10px 0px;
    display: block;
    background-color: #F7A333;
    color: white;
    text-align: center;
    text-decoration: none;
    border: none !important;
    margin-top: -10px;

}

.new-account-btn a{
	color:white;
	font-size:16px;
	    font-family: 'poppins', sans-serif;
	text-decoration:none;
	
}
.new-account-btn:hover{
	background-color:#E59122 !important;
    color: #fff;
	text-decoration: none;
}
/*=================================================================Responsive on ipad tablet and mobile screen======================================================*/
@media(max-width:768px){
	
	.new-account-btn{
		margin-top: 20px;
	}
}

.errorMessage{
	color:#ff5043;
}

/*modal window style*/
#ReadbeforeStart .close {
    margin-top: -2px ;
    padding: 8px;
    border: 2px solid #232331;
    opacity: 1;
}
#ReadbeforeStart .close:hover
{
	background-color: #f7a333;
	color:white;
	opacity: 1;
}
#ReadbeforeStart .modal-title{
	padding-top:11px;
}
#table-deadline .main-heading {
	text-align: center;
	font-size: 20px;
	padding: 10px;
	background-color: #4b5497;
	color: white;
}
.apply-now {
	text-align: center;
	font-size: 18px;
	padding: 10px;
	color: #000 !important;
	font-weight: bold;
}




/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
opacity:1 !important;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


 
.main-heading-lg{
  margin-top:10px;
  margin-bottom:10px;
   font-size:28px;
   color:#fff;

}
.main-heading-lg a{
text-decoration:none;
color:#f7a333;
font-size:20px;
}
.main-heading-lg i{
  color: #fff;
font-size:40px;
font-weight:bold;
}

.img-block-lg{
  position:relative;
  margin-top:15px;

}
.img-block-lg div {
    position: absolute;
    top: 71px;
    width: 70%;
    right: 0;
    font-size: 20px;
    color: #fff;
text-align:justify;
}
.img-responsive{
  width:100% ;
}
.login-img{
 margin-top: 46px;
    margin-bottom: 31px;
}
.signup-inst{
  font-size:16px;
  color:#666;
}
.signup-inst2{
  
  margin-top:4px;
}
.login-txt{
  font-weight:bold;
  font-size:16px;
  padding:4px;
}
.login-icon img{
  margin-top:-5px;
}
.form-label{
  margin-bottom: 5px;
}

@media screen and (min-width:768px){
  .login-btn,.registration-btn{padding-right:0;}
}
@media screen and (max-width:768px){
  .login-btn,.registration-btn{padding-right:0;padding-left:0;margin-bottom:10px;}
}