body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  border: 1px solid black;
  margin: 0px 10px 10px 10px;
  padding: 20px;
  width: 300px;
  text-align: right;
}

#logo {
  height: 50%; /* Adjust the height as needed */
  width: auto; /* Let the width adjust proportionally based on the height */
  margin-top: 20px; /* Add margin at the top to center the logo */
}

.submit-container {
  margin-top: 10px; /* Add margin at the top of the submit button */
  text-align: right;
}

/* .t1 {
  position: fixed;
  bottom: 200px;
  left: 500px;
} */
