

/* body {font-family: Arial, Helvetica, sans-serif;} */
body {font-family:'Times New Roman', Times, serif, 'Seasons' ;}


div {
    margin-bottom: 2px;
  }

.login {
    background: #F2FFFF;
    color: #000;
    width: 600px;
    height: auto;
    margin: auto;
    margin-top: 2px;
    padding: 50px;
    border: 1px solid #484848;
    box-shadow: 0 5px 5px 1px #000;
    border-radius: 20px;
    text-align: left;
    align-items: center;
}
.login-1 {
  background: #F2FFFF;
  color: #000;
  width: 650px;
  height: auto;
  margin: auto;
  margin-top: 5px;
  padding: 50px;
  border: 1px solid #484848;
  box-shadow: 0 5px 5px 1px #000;
  border-radius: 20px;
  text-align: left;
  align-items: center;
}
.container-m1 {
  background: #F2FFFF;
  color: #000;
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 5px;
  padding: 5px;;
  border: 1px solid #484848; 
  box-shadow: 0 5px 5px 1px #000;
  border-radius: 20px;
  text-align: left;
  align-items: center;

  /* background-color: rgb(231, 230, 241); */
 /* border: 1px solid rgb(64, 6, 119);*/
  /* padding: 20px 20px 50px 50px; */
  /*  margin: 10px 10px 10px 10px; */
  /*  border-radius: 23px;*/


}

.cont-m3 {
  background: #F2FFFF;
  color: #000;
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: 5px;
  padding: 5px;;
  border: 1px solid #484848; 
  box-shadow: 0 5px 5px 1px #000;
  border-radius: 20px;
  text-align: left;
  align-items: center;

  /* background-color: rgb(231, 230, 241); */
 /* border: 1px solid rgb(64, 6, 119);*/
  /* padding: 20px 20px 50px 50px; */
  /*  margin: 10px 10px 10px 10px; */
  /*  border-radius: 23px;*/


}


  H6sty {
    display: inline-block;
    font-family: Serif;
    font-size:xx-small;
    width: 25%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    
  }

  label {
    display: inline-block;
    font-family: Seasons;
    font-size:medium;
    width: 35%;
    text-align: Left;
    padding-left: 15px;
    padding-right: 10px;
  }
  Input {
    display:inline-block;
    font-family:Seasons;
    background-color: #F2FFFF;
    width:25%;
    margin-left : 50px;
  }
  Select{
    display:inline-block;
    background-color: #F2FFFF;
    width :35% ; 
    margin-left:50px;
  }

  footer {
    background-color: #9dc4bc;
    padding: 50px;
    text-align: center;
    color: white;
  }
  
  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90;
    background-color:#dddddd;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 1px;
   
  }
  
  tr:nth-child(even) {
    background-color:#dddddd;
  }  

  th {
    background-color: #759dd2;
    color: white;
  }

  
  .flex-container {
    display: flex;
    align-items: stretch;
    background-color: #f1f1f1;
  }
  
  .flex-container > div {
    background-color: white;
    color:Blue;
    border-color: white;
    margin: 0px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #298da3;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: inline-flex;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }
  