body {
  background-color: #d4a752;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 85%;
  margin-left: 92px;
}

.login-container , .register-container {
  display: flex;
  background-color: rgba(255, 255, 255, 0.918);
  padding: 10px; /* Increased padding for a larger container */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.login-form-container {
  flex: 1;
  padding: 40px; /* Increased padding for a larger form container */
}

.login-form-container form {
  display: flex;
  flex-direction: column;
}

.login-form-container input[type="text"],
.login-form-container input[type="password"] {
  width: 50%;
  padding: 15px; /* Increased padding for larger input fields */
  margin-bottom: 5px;
  border: 1px solid #a87811;
  border-radius: 4px;
  font-size: 21px; /* Increased font size */
}

h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-left: 70px;
  font-size: 38px;
  color: #b48121; /* Increased font size for the heading */
}

.btn {
  display: block;
  width: 30%;
  margin-left: 240px;
  padding: 15px; /* Increased padding for a larger button */
  background-color: #a57712;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px; /* Increased font size */
}

.btn:hover {
  background-color: #c2a23b;
}

p {
  text-align: center;
}

#img {
  width: 800px;
  height: 400px;
 
  
}
.a {
  color: white; /* Make the link text white */
  text-decoration: none; /* Remove the underline */
  display: block; /* Make the link fill the button area */
  width: 100%;
  height: 100%;
  line-height: 50px; /* Center text vertically */
}

.a:hover {
  color: white; /* Ensure the text remains white on hover */
}

p {
  text-align: center;
}

#create-account {
  text-align: center;
  margin-left: 270px;
  color: #77520c;
}

