.logo {
    text-align: center;
    margin-top: 20px;
  }

.logo img {
    width: 500px;
    height: auto;
  }



html, body {
    background-color: white;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container {
    text-align: center;
  }
  .container form label {
    color: white;
  }