@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i');
body{font-family: 'Fira Sans', sans-serif; font-size:15px; margin:0px; padding:0px; background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:100% 100%;
 
 }

.loginbox{border-radius:4px;  background-color:#fff; padding:30px; box-shadow:0px 0px 30px rgba(0,0,0,.2); z-index:5; margin-left: -92px; margin-top: 48px;}
#UP1{text-align: right;}
.btn{ border-radius:4px; box-sizing:0px 0px 30px rgba(0,0,0,.1) !important;  }
.instbox {min-height:500px; border-radius:4px; padding:30px 110px 30px 30px; z-index:1; box-shadow:0px 0px 100px rgba(0,0,0,.3); background-image:url(../images/lkouniversity.jpg); background-repeat:no-repeat; background-size:auto 100%; color:#fff;
}
    .instbox h4 { color:#fff;
    }
.mrg-top { margin-top:40px; margin-left:20%;
 }
.btn-primary {background-color: #0065C3;
}
.logo { margin-top:-15px; margin-left:-15px; border-bottom:1px solid rgba(0,0,0,.1);
}
.logo img { max-height:70px; }
footer { text-align:center; font-size:.85em;}
footer {
    display: block; padding-top:15px; overflow:hidden; height:auto; width: 100%;
}
footer a { color:#000; margin-top:15px; 
    }
.list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.list li {
	position: relative;
	padding: 3px 5px 3px 22px;
	text-align: justify;
}
 
.list > li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
}
.list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list ul li {
	padding: 6px 0px 6px 15px;
	position: relative;
}
.list ul li:before {
	content: "\f0da";
	position: absolute;
	left: 3px;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
}

.btn-danger {background-color:#fe0032;
}
.foot{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    border-top: 1px solid #636262;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}


 @media only screen and (max-width: 992px) {
.mrg-top {
    margin-left: 2%;
}	
.instbox {
    min-height: 323px;
    background-size: cover;
}
.loginbox {
    margin-left: 0px;
    margin-top: 20px;
}
.foot {
    position: relative;
    margin-top: 30px;
}
#UP1{ margin-top:15px;}
}


@media only screen and (max-width: 992px) {
.instbox {
    padding: 30px;
}
.loginbox {
    margin-left: 0px;
    margin-top:10px;
    padding: 20px;

}
}
.modulename { padding: 10px 0px;
    text-align: center;
    color: #fdde79;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 15px;
    font-size: 22px;
}