

div {
    margin-bottom: 1px;
  }

/* body {font-family: Arial, Helvetica, sans-serif;} */
body {font-family:'Times New Roman', Times, serif, 'Seasons' ;}


.navbar {
    width: 100%;
    background-color: #04AA6D;
    overflow: auto;
  }

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #000;
}

.active {
  background-color: #04AA6D;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}

.cont-1 {
    background: #F2FFFF;
    color: #000;
    width: 650px;
    height: Auto;
    margin: auto; 
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #484848;
    box-shadow: 0 5px 5px 1px #000;
    border-radius: 20px;
    text-align: left;
    align-items: center;
    
    font-family:Arial, Helvetica, sans-serif;
}
.login {
  background: #F2FFFF;
  color: #000;
  width: 650px;
  height: Auto;
  margin: auto; 
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #484848;
  box-shadow: 0 5px 5px 1px #000;
  border-radius: 20px;
  text-align: left;
  align-items: center;
  
  font-family:Arial, Helvetica, sans-serif;
}

.center {
  width: 100%;
  overflow: auto;
  text-align: center;
  align-items: center;
  border-start-end-radius:20px;

}
label {
    display: inline-block;
    font-family:'Times New Roman', Times, serif ;
    font-size:medium;
    width: 25%;
    text-align: Left;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 8px;
  }

  Input {
    display:inline-block;
    font-family:'Times New Roman', Times, serif;
    background-color: #F2FFFF;
    width:200px;
    margin-left : 5px;
    border-radius: 5px;
    border: 2px solid #ccc;
  }

 .H6sty {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size:small;
    width: 25%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border : 10px
  }

  select {
    display:inline-block;
    font-family:'Times New Roman', Times, serif;
    background-color: #F2FFFF;
    width:205px;
    margin-left : 5px;
    border-radius: 5px;
    border: 2px solid #ccc;
  }

  .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;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .fcc-btn {
    background-color: #2671c8;
    color: white;
    padding:10px;
    size:15px;
  }

  button {
    border: none;
    color: white;
    background-color: #008CBA;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
        
  }
  
  button:hover {
    background-color: #26a258;
    color: white;
  }
  