html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
/*-- Reset Code --*/

/*-- Fonts --*/
body{
	font-family: 'Cambria';
}
@font-face{
	font-family: 'Cambria';
	}
@font-face{
	font-family: 'Cambria';
	}
@font-face{
	font-family: 'Cambria';
	}
/*-- Fonts --*/

/*-- Index-Page-Styling --*/

body {
	/*-- background: url("../images/bg.jpg") no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;--*/
}

.container {
	margin-top: 50px;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-family: Cambria;
    color: #105986;
}

.signin {
    width: 25%;
    margin: 27px auto 0;
    background-color: rgba(56, 49, 49, 0.2);
    padding: 40px;
    border: 2px ridge rgba(238, 238, 238, 0.13);
    border-radius: 10px;
    -moz-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
	-webkit-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
	box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);

}

.status {
    font-family: cambria;
    color:red;
}

.user {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat 10px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Cambria;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.school {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/school.png") no-repeat 10px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Cambria;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.branch {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/branch.png") no-repeat 10px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Cambria;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.pass {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat 11px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Cambria;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.otp {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/o.png") no-repeat 11px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Cambria;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

label {
    font-family: Cambria;
    color: #FFF;
}

.login {
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
    outline: none;
    border: 1px solid #7B7474;
    font-family: Cambria;
    font-size: 17px;
    color: #FFFFFF;
    background-color: rgba(76, 0, 187, 0.20);
    border-radius: 5px;
    cursor: pointer;
}
.login:hover {
	background-color: rgba(76, 0, 187, 0.50);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer {
    text-align: center;
    margin-top: 100px;
}
.footer p {
    font-family: Cambria;
    color: #FFF;
}
.footer a {
    font-family: Cambria;
    color: #FFF;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
	color: #190909;
}

/*-- Index-Page-Styling --*/

/*--- Responsinator Code ---*/

@media screen and (max-width: 1920px) {
	.signin {
    	width: 23%;
	}
	.user {
    	width: 8%;
	}
	.pass {
    	width: 87%;
	}
}

@media screen and (max-width: 1680px) {
	.user {
	    width: 85%;
	}
	.pass {
	    width: 85%;
	}
}

@media screen and (max-width: 1600px) {
	.user {
    	width: 84%;
	}
	.pass {
    	width: 84%;
	}
}

@media screen and (max-width: 1440px) {
	.signin {
    	width: 26%;
	}
}

@media screen and (max-width: 1366px) {
	.user {
    	width: 83.5%;
	}
	.pass {
    	width: 83.5%;
	}
}

@media screen and (max-width: 1280px) {
	.signin {
    	width: 27%;
	}
}

@media screen and (max-width: 1200px) {
	.signin {
    	width: 30%;
	}
		.user {
	    width: 84%;
	}
	.pass {
	    width: 84%;
	}
}

@media screen and (max-width: 1080px) {
	.user {
		width: 82.5%;
	}
	.pass {
    	width: 82.5%;
	}
}

@media screen and (max-width: 1050px) {
	.user {
    	width: 81.5%;
	}
	.pass {
    	width: 81.5%;
	}
}

@media screen and (max-width: 1024px) {
	.signin {
    	width: 31%;
	}
	.footer {
    	margin-top: 80px;
	}
}

@media screen and (max-width: 966px) {
	.signin {
    	width: 33%;
	}
}

@media screen and (max-width: 900px) {
	.signin {
		width: 35%;
	}
}

@media screen and (max-width: 853px) {
	.signin {
    	width: 38%;
	}
}

@media screen and (max-width: 800px) {
	.signin {
    	width: 40%;
	}
}

@media screen and (max-width: 768px) {
	.signin {
    	width: 40%;
	}
	.user {
    	width: 81%;
	}
	.pass {
    	width: 81%;
	}
}

@media screen and (max-width: 736px) {
	.signin {
    	width: 42%;
	}
}

@media screen and (max-width: 667px) {
	.signin {
    	width: 47%;
	}
}

@media screen and (max-width: 640px) {
	.user {
	    width: 80%;
	}
	.pass {
	    width: 80%;
	}
}

@media screen and (max-width: 603px) {
	.signin {
    	width: 51%;
	}
}

@media screen and (max-width: 600px) {
	.signin {
    	width: 51%;
	}
}

@media screen and (max-width: 568px) {
	h1 {
	    font-size: 35px;
	    margin: 35px 0 0;
	}
	.signin {
    	width: 50%;
    	margin: 60px auto 0;
	}
}

@media screen and (max-width: 533px) {
	.signin {
    	width: 58%;
	}
}

@media screen and (max-width: 480px) {
	.signin {
    	width: 63%;
	}
}

@media screen and (max-width: 441px) {
	h1 {
	    font-size: 35px;
	    margin: 50px 0;
	}
	.signin {
    	width: 75%;
    	margin: 50px auto;
   	    padding: 25px;
	}
	.user {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
	    background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat 10px 6px;
	}
    .school {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
	    background: rgba(23, 24, 25, 0.29) url("../images/school.png") no-repeat 10px 6px;
	}
    .branch {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
	    background: rgba(23, 24, 25, 0.29) url("../images/branch.png") no-repeat 10px 6px;
	}
	.pass {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
        background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat 10px 6px;
	}
	.login {
    	padding: 7px 0;
	}
	.footer {
    	margin: 100px 15px 0;
	}
	.footer p {
    	font-size: 14px;
	}
}

@media screen and (max-width: 384px) {
	h1 {
    	font-size: 32px;
	}
	.user {
	    width: 79%;
	}
	.pass {
	    width: 79%;
	}
}

@media screen and (max-width: 375px) {
	h1 {
    	font-size: 30px;
	}
	.signin {
    	width: 75%;
    	padding: 25px;
	}
	.user {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat 10px 6px;
	}
    .school {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/school.png") no-repeat 10px 6px;
	}
    .branch {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/branch.png") no-repeat 10px 6px;
	}
	.pass {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat 10px 6px;
	}
	.login {
    	padding: 7px 0;
	}
	.footer {
    	margin: 100px 10px 0;
	}
	.footer p {
    	font-size: 12px;
	}
}

@media screen and (max-width: 360px) {
	.user {
	    width: 78%;
	}
	.pass {
	    width: 78%;
	}
}

@media screen and (max-width: 320px) {
	h1 {
    	font-size: 27px;
    	margin: 35px 0;
    }
	.signin {
    	width: 80%;
   	    margin: 40px auto;
    	padding: 20px;
    }
	.user {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat 10px 6px;
	}
    .school {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/school.png") no-repeat 10px 6px;
	}
    .branch {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/branch.png") no-repeat 10px 6px;
	}
	.pass {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat 10px 6px;
	}
	.login {
	    padding: 7px 0;
	}
	.footer {
		margin: 90px 15px 0;
	}
	.footer p {
    	font-size: 13px;
	}
}



/*--- Responsinator Code ---*/


/*** 
BACKGROUND IMAGES 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}
		
#page-wrap { 
	position: relative;
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}

p { 
	font: 15px/2 Cambria; 
	margin: 0 0 30px 0; 
	color: #fff;
}

#content {
	width: 920px;
	margin: 0 auto;
	background: rgba(11,11,11, 0.5);
	padding: 20px;
}

#content h1 {
	text-transform: uppercase;
	font-family: 'Arial';
	color: #fff;
}

#content a {
	color: #a82711;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	padding: 10px;
}

