




body, html {
    height: 100%;
  }
  
  .bg {
    /* The image used */
   
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.9;
  }


body {
    background-color: rgb(237, 226, 236);
  }
  h1{
    color: rgb(251, 249, 248);
    font-family: 'Courier New', Courier, monospace;
    border: #aa2304;
    background-color: #070424;
    background-size:0%;
    text-align: center;
    padding-top: 0%;
    margin-top: 0%;
    font-weight: bold;
  }

  
  p {
    color: red;
  }

  form{
    color:rgb(3, 6, 67);
    font-size: 20px;
    padding-left: 5%;
    padding-right: 10%;
    font-family: "Gill Sans", sans-serif;
    border: #04AA6D;
    border-radius: 10%;
  }

  input{
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
/*
  table{
    border: 1px solid;
    position:absolute;
    top: 250px;
    left: 650px;
    table-layout: auto;
    width:auto;
    padding-top: 0%;
    background-color: #ddd;
  }
  

  th, td {
    padding: 15px;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height:10px;
  }
  
  
  
  th {
    background-color: #04AA6D;
    color: white;
    height:10px;
  }
*/
  tr:hover {background-color: coral;}
  tr:nth-child(even) {background-color: #f2f2f2;}

  .bg{
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
}
.a1{
    font-size: large;
    padding-left: 0%;
    position: absolute;
    left: 150px;
    
  }

.a2{
  background:powderblue;
  border:aquamarine;
  
  }
  .a2:hover{
    background-color: #4CAF50; /* Green */
    color: white;
    cursor: pointer;
    
    }
.sel{
  border: solid;
  width:250px;
  
}

.inputbox3{
  position: fixed;
  left: 1000px;
}
.logout{
  background:powderblue;
  
  }




    
  

  