         
body{
    background-color: rgba(126, 126, 126);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .container{
       display: flex;
       align-items: center;
       justify-content: center;
       border: none;
       height: 100vh;
  }
  form{
    background-color: rgba(255, 255, 255, 0.513);
    border: none;
    padding: 20px;
    border-radius: 10px;
  }
  .field{
    margin-bottom: 20px;
    margin-top: 30px;
  }
  label{
    /* margin: 20px 0px 20px 0px; */
    font-weight: bold;
  }
  input{
    height: 30px;
    width: 300px;
    margin: 5px 0px 0px 0px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 5px 5px 5px 10px;
    background-color: rgb(226, 226, 226);
    color: black;
  }
  h1{
    text-align: center;
  }
  hr{
    margin-bottom: 20px;
    background-color: black;
    height: 1px;
    border: none;
  }
  button{
    text-align: center;
    width: 310px;
    border: none;
    border-radius: 10px;
    height: 40px;
    margin-top: 20px;
    color: white;
    /* background-color: rgb(0, 195, 255); */
    background-image: linear-gradient(to right, rgba(126, 126, 126),rgba(126, 126, 126));
    font-size: 21px;
  }
  sub{
     margin-bottom: 10px;
     color: brown;
     margin-top: 10px;
    /* display: none; */
  }