h1 {
    margin-bottom: 0px;
  }
  .card {
    max-width: 500px;
    margin: auto;
    text-align: center;
    font-family: arial;
    background-color: #a5a4a4;
  }
  
  .title {
    font-size: 23px;
    color: black;
  }
  
  a {
    text-decoration: none;
    font-size: 22px;
    color: black;
  }
  
  button:hover,
  a:hover {
    opacity: 0.7;
  }
  
  body {
    background-color: #a5a4a4;
    font-size: 20px;
  }
  p {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
  }
  
  #login {
    padding-top: auto;
    height: 27rem;
    width: 500px;
    margin: 0 auto;
  }
  
  div.signup {
    display: none;
  }
  
  div.forgotpwd {
    display: none;
  }
  
  .headtitle {
    color: darkblue;
  }
  
  /* Full-width input fields */
  input[type="text"] {
    width: 90%;
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    border-radius: 8px;
  }
  
  /* Add a background color when the inputs get focus */
  input[type="text"]:focus,
  input[type="password"]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: #4caf50;
    color: white;
    padding: 8px 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 120px;
  }
  
  button:hover {
    opacity: 1;
  }
  
  /* Float cancel and signup buttons and add an equal width */
  .seperatebtn {
    width: 10%;
    padding: 8px;
    border-radius: 8px;
  }
  
  .signupbtn {
    width: 10%;
    padding: 8px;
    border-radius: 8px;
  }
  
  .signupfnbtn {
    width: 30%;
    padding: 8px;
    border-radius: 8px;
  }
  
  .logoutbtn {
    width: 50%;
    padding: 8px;
    border-radius: 8px;
    background-color: black;
  }
  
  .pwdfnbtn {
    width: 40%;
    padding: 8px;
    border-radius: 8px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #474e5d;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #c0c0c0;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    width: 25%;
    /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
  }
  
  .close:hover,
  .close:focus {
    color: #f44336;
    cursor: pointer;
  }
  
  /* Clear floats */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  p.homepage {
    font-size: 23px;
  }
  
  /* Change styles for cancel button and signup button on extra small screens */
  @media screen and (max-width: 100px) {
    .signupbtn {
      width: 100%;
    }
  }
  
  .center {
    text-align: center;
  }
  
  .underline {
    text-decoration: underline;
    color: blue;
  }
  #login {
    height: 27rem;
  }
  