.logo {
  text-align: center; /* Center the content within the logo container */
  width: 100%; /* Ensure the container spans the full width */
}
.button {
background: #212529;
  }
a {
 color: #f49e1e; 
 text-decoration: underline;
  }
a:hover {
  color: #f49e1e;
  opacity: .8;
  }
input[type=text], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
}
input[type=text]:focus, input[type=email]:focus {
  background-color: #E5E5E5;
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #E5E5E5;
}