
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

form {
  max-width: 600px;
  margin: auto;
  

}

html
{
	align:center;
}

.homebody
{
	 background-image:url('loginbackground.png');
	
	width:95%;
	height:100%;
	
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.login {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

input {
  padding: 8px;
  margin-bottom: 16px;
}

.btn {
  padding: 15px;
  background-color:#03b2bF;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight:bold;
  font-size:14px;
  

}

.btn:hover {
  background-color: #005983;
}



.hidden {
  display: none;
}
.container {
  margin-bottom: 20px;
}


#Question {
  
  background-color: white;
 
  padding: 50px 70px 50px ;
}

label {
  display: block;
  margin-bottom: 30px;
}

header {

  background-color:#0077B5;
  color:white;
}


.icon
{
	text-align:right;
	height:20px;
	width:20px;
	padding-left:150px;

}

footer {
  text-align: center;
  padding: 45px;
  background-color:#0077B5 ;
  color:white;
}

.headercls { 
  border-bottom: 2px solid #ccc;
  
  background-color:#0077B5 ;
}

.headercls2 {
  float:left;
  padding-bottom: 20px;
}

.headercls2 img {
  max-width: 55px;
  float: left;
  
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom:20px;
  margin-left: 15px;

}
.projectname{
  text-align: center;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom:20px;
   font-size: 30px;
 font-weight: bold;
  
}

.login-container {
  text-align: center;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#loginForm {
  max-width: 300px;
  margin: 0 auto;
}


h2 {
  margin-bottom: 20px;
  text-align:center;
  }

.small-icon{
  width: 20px;
  height: 20px;
}
.projectname
{
	color:white;
}
.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
  
  
}

.dropdown .dropbtn {
  font-size: 12px;  
  border: none;
  outline: none;
  color: white;
  padding: 12px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-align:right;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0077B5;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	font-size:12px;
	font-family:Arial;
  float: none;
  color: black;
  padding: 10px 2px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

    body {
            font-family: Arial, sans-serif;
        }

        .tabs {
            display: flex;
            list-style: none;
            padding: 0;
        }

       

        .tab.active {
            background-color:#03b2bF;
            color:white;
            font-weight:bold;
        }
		
		
		.tab {
		      width:30%;
            background-color:#708090;
            cursor: pointer;
            padding: 10px 20px;
            margin: 0;
            border: 1px solid #ccc;
            color:white;
            font-weight:bold;


        }
        
        .tab:hover {
  background-color: #005983;
}

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }
    