body {
  margin: 0;
  padding: 0;
  background-color: #e5ebee;
  font-family: Arial, sans-serif;
}

  .container {
    width: 300px;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    border: 1px #87f2ff solid;
    box-shadow: 0 2px 20px 0px rgb(200 225 255 / 82%);
    color: #195099;
    margin: 70px auto auto;
  }

  .vault {
    width: 106px;
    position: relative;
    left: 32%;
    top: -24px;
    filter: sepia(1);
  }
  #infohead {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
    padding-bottom: 16px;
    /* border-bottom: 1px solid #e6959550 !important; */
    flex-direction: column;
}
  #infohead2 {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 38px; */
    /* padding-bottom: 16px; */
    /* border-top: 1px solid #e6959550 !important; */
}
  #infohead img {
    width: 50px;
    height: 50px;
  }
  
  h1 {
    text-align: center;
  }
  
  form {
    display: flex;
    flex-direction: column;
    margin-top: 52px;
  }
  
  label {
    margin-bottom: 3px;
    font-size: 11px;
  }
  
  input[type="text"], input[type="password"] {
    padding: 16px;
    font-size: 19px;
    margin-bottom: 50px;
    background-color: #ffffff;
    /* border: 1px solid #e6e19582 !important; */
    border: none;
    color: #ffffff;
    border-radius: 6px;
}
  input[type="text"]:focus,
  input[type="password"]:focus {
    /* border: 1px solid #f7dac7 !important;  */
    color: #ffffff;

    /* border-radius: 6px; */
  }


  button[type="submit"] {
    padding: 16px 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 7% 0 0 0;
}
  .quotes {
    text-align: center;
    color: #888;
    font-style: italic;
    font-weight: bold;
    width: 374px;
    margin: 45px auto;
    margin-top: 80px;
  }
  