@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
  

  .welcome, .start{
    font-size: 15px;
    margin-top: 70px;
    font-weight: lighter;
    text-align: center;
  }

  .login, .signup{
    text-align: center;
    font-size: 20px;
    margin-top: 5px;;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .login-form-container {
    background-color: white;
    width: 400px;
    display: flex;
    flex-direction: column;
    margin: 5rem auto;
  }

  .form-box0, .form-box1, .form-box2{
    display: flex;
    flex-direction: column;
    margin: 2px  auto;
  
  }

  fieldset{
    display: flex;
    border-width: 1px;
    border-radius: 5px;
    height: fit-content;
    padding: 0.2rem;
    padding-left: 0.5rem;
    min-width: 18rem;
    height: 2.3rem;
  }

  .fieldset0{
    color: gray;
    border-color: lightgray;
  }

  
  .fieldset1{
    color: black;
    border-color: black;
  }
  .fieldset2{
    color: gray;
    border-color: lightgray;
  }

  legend{
    font-size: 12px;;
  }
  
  .input-box{
    border: none;
    outline: none;
    width: 100%;
  }

  .remember-forgot{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
  }

  .remember-container{
    font-size: 12px;
   display: flex;
    label{
      margin: auto;
    }
  }
  

  .login-button{
    background-color: black;
    border-radius: 5px;
    margin: 0px 150px;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 10px;
  } 
  .login-button:hover {
    background-color: white; /* Green */
    color: black;
  }

  hr{
    width: 90%;
    margin: 30px 20px;
    border-color: rgb(239, 237, 237);
    border-width: 0.5px;
  }
  img{
    height: 3mm;
    padding: 1mm;
  }

  .login-form-container .buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .login-form-container p {
    text-align: center;
  }

  .button1, .button2, .button3{
    display: flex;
    justify-content: center;
    align-items: auto;
    background-color: white;
    border-radius: 10px;
    border-width: 0.1mm;
    width: 5cm;
    margin: 2px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    padding: 10px;
  }

  .new-user, .login-again{
    text-align: center;
    margin: 15px;
  }
 label, p, a{
  text-decoration: none;
    color: black;
    font-size: 12px;
  }