@charset "ISO-8859-1";




body {
	text-align:center;
	background-color:#CCCCCC;
	color:#00008B
}

li {
	padding:20px;
	list-style-type: none;
}



/* Control the left side */
#left {
  
  background-color: #CCCCCC;
  display:none;
  height:100%;
  width: 15%;
  float: left;
  padding: 10px;

  text-align:left;
}

/* Control the right side */
#right {
  
  background-color: #DCDCDC;
  display:block;
  
  width: 100%;
 height:100%
 
  padding-top: 20px;
  text-align:center;
}

/* Bordered form */
form {
  border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
padding: 12px 20px;
 width:fit-content;
  cursor: pointer;

}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}



/* Add padding to containers */
.container {
  padding: 16px;
}

.errMsg {
	color:red;
}

.msg {
	text-weight:bolder;
	text-align:center;
}

.adminForm {
  width: 60%;
  
  padding: 10px;

  text-align:center;	
}


