/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

#header
{
	width:100%;
	overflow: hidden;
	padding:10px;
	font-size:20px;
}

#left_header
{
	width:50%;
	float:left;
}
#right_header
{
	float:right;
	width:50%;
	padding-top:20px;
	text-align: right;
}
#right_header a
{
	color:white;http://localhost/QAP/image/img1.jpg
	text-decoration: none;
	opacity: 0.5;
	padding-right:10px;
}
#right_header a:hover
{
	opacity: 1;
}

#latest_news
{
	background-color: #F0F8FF;
	color:#1E90FF;
	padding:10px;
	width:100%;
}

#latest_news
{
	display: inline-block;
}

#news
{
	font-size: 20px;
}

.slide_show
{
	position: relative;
	width:100%;
	height:400px;
}

.slide_show #login_page
{
	position: absolute;
	width:25%;
	padding:20px;
    right: 9%;
    top: 20%;  
    z-index: 1;
	background-color:rgba(0,0,0,0.7);
	color:white;
}

.slide_show #login_page_1
{
	position: absolute;
	width:40%;
	padding:20px;
    left:50%;
    top: 60%;
    transform:translate(-50%,-50%);  
    z-index: 1;
	background-color:rgba(0,0,0,0.7);
	color:white;
}

#title
{
	font-size:30px;
}

#line
{
	background-color: white;
	width:100px;
	height:5px;
	margin-bottom: 20px;
}

#login_page input[type="text"],input[type="password"],#login_page_1 input[type="text"],input[type="password"]

{
	background-color:rgba(0,0,0,0.7);
	border:none;
	color:white;
	padding:20px;
	width:100%;
	margin-bottom:10px;
	font-size:20px;
}


#login_page input[type="submit"],#login_page_1 input[type="submit"]
{
	border:0px;
	padding:10px 20px;
	font-size:15px;
}

#feedback_container, #feedback_content
{
	width:80%;
	margin:0 auto;
	margin-top:20px;
	border:1px solid #f2f2f2;
	padding:20px;
	font-size:15px;
}

#student_id,#student_name
{
	margin-bottom:10px;
}

#feedback_container input[type="submit"]
{
	padding:10px 20px;
	border:0px;
	border-radius: 50px;
	cursor:pointer;
	margin-bottom:10px;	
	margin-right:10px;
}
#feedback_container input[type="button"]
{
	padding:10px 20px;
	background-color: #f2f2f2;
	border:0px;
	border-radius: 50px;
	margin-bottom:10px;
	margin-right:10px;
}
#feedback_container input[type="submit"]:hover
{
	background-color: #0275d8;
	color:white;
	
}

