body{
	font-family: helvetica;
	position: static;
	background: #ffffff;
}

header{
	height: auto;
	background-color: #ffffff;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
}



header img{
	width: 49px;
	height: 52px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

	header h4 {
		font-size: 16px;
		margin-top: 10px;
		color: #000000;
		line-height: 15px;
		padding-right: 80px;
	}

@media (max-width:769px){
	header h4 {
		float: none !important;
		margin: auto;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
		color: #000000;
		line-height: 15px;
	}
	header img {
		float: none !important;
		margin: auto;
	}

	.meta {
		float:none !important;
		margin:auto;
		padding:0px;
		padding-top:25px !important;
		text-align:center;
	}
	body {
		text-align: center;
	}

	.footer-links {
		padding-top: 20px !important;
		width: 280px;
		padding-left: 5px;
	}

}


@media (max-width:769px) {
	header h4 {
		/*float: left !important;*/
	}
}

@media (max-width:500px){
	
	.loginbox{
		width: 100% !important;
	}

}



@media (max-width:991px){
	.footer-links{
		width: 280px;
	}
}

@media (min-width:991px){
	#applyBtn{
		float: right;
	}

}

.meta{
	float:right;
	padding:0px;
	margin:0px;
}

.meta li{
	display: inline-block;
	text-decoration: none;
	margin: 0px;
}

.meta li:after{
	content: "|";
	padding: 5px;
	text-decoration: none;
	color: #999;
}

.meta li:last-child:after{
	content: none;
}


.custom-jumbotron{
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 0px;
	overflow: hidden;

}

.custom-jumbotron img{
	text-align: center;
}

.item img{
	margin: auto;
}

.carousel-control {
    padding-top: 100px;
}



#applyBtn{
	text-align: center;
	width: 220px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #187100;
	margin: auto;
	border-radius: 6px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#applyBtn:hover{
	background-color: #058f41;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	
}


#generateBtn{
	text-align: center;
	width: 220px;
	height: 40px;
	text-align: center;
	color: #187100;
	background-color: #ffffff;
	margin: auto;
	border-radius: 6px;
	border: 1px solid #187100;
	font-size: 16px;
	margin-top: 10px;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#generateBtn:hover{
	background-color: #058f41;
	color: #ffffff;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
	
}


.loginbox {
    padding-top: 15px;
    width: 36%;
    height: auto;
    margin: auto;
    border-radius: 3px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('images/knust_logo.png');
}

.loginheader{
	margin: auto;
	text-align: center;
}

.loginbox span{
	/*color: #0271a4;*/
	font-size: 18px;
	margin-right: 6px;
}

.loginbox span .text-danger 
{
    color:red !important;
}


.SerialNumber{
	width: 100%;
	height: 44px;
	margin-top: 20px !important;
	padding: 5px;
	font-size: 16px;
	border-width:  1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #0271a4;
	margin: auto;
	background: transparent;
}


.Pin{
	width: 100%;
	height: 44px;
	margin-top: 20px !important;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
	border-width:  1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #0271a4;
	margin: auto;
	background: transparent;
	
}





#sign_in_button{
	width: 100%;
	height: 44px;
	background-color: #0271a4;
	text-align: center;
	color: #ffffff;
	margin-top: 20px !important;
	margin-bottom: 20px;
	margin: auto;
	padding:9px;
	font-size: 16px;
	border-radius: 3px;
}

	#sign_in_button:hover {
		background-color: #00c5e8;
	}

#voucher_sign_in_button {
	width: 100%;
	height: 44px;
	background-color: #00c5e8;
	text-align: center;
	color: #ffffff;
	margin-top: 20px !important;
	margin-bottom: 20px;
	margin: auto;
	padding: 9px;
	font-size: 16px;
	border-radius: 3px;
}

	#voucher_sign_in_button:hover {
		background-color: #0271a4;
	}

#register_sign_in_button {
	width: 100%;
	height: 44px;
	background-color: #058f41;
	text-align: center;
	color: #ffffff;
	margin-top: 20px !important;
	margin-bottom: 20px;
	margin: auto;
	padding: 9px;
	font-size: 16px;
	border-radius: 3px;
}

	#register_sign_in_button:hover {
		background-color: #187100;
	}


.loginfooter{
	text-align: center;
	margin-top: 80px;
	height: auto;
	border-top: solid 1px #0271a4;
	padding-top: 10px;
}

.modal-footer{
	margin-top: 15px;
}

.footer-links{
	padding-top: 80px;
	float: left;
	margin: auto;
	margin-top: 50px;
}

.footer-links h4{
	color: #8b0300;
}

.footer-links ul li{
	text-decoration: none;
	margin-left: -40px;
	list-style: none;
	line-height: 25px;
}


.footer-links ul li a{
	color: #000000;
}


#footer{
	margin-top: 55px;
}

#copyright{
	margin: auto;
	text-align: center;
	width: 100%;
	background-color:#ffffff;

}





