.div{
    font-family:"Inter", sans-serif;
}
/* General font style for body text */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular weight */
  font-size: 16px;
  line-height: 1.5;
  color: #333; /* Dark grey color for general text */
}

/* Bold text for headings or important messages */
h1, h2, h3, .bold-text {
  font-family: 'Inter', sans-serif;
  font-weight: 700; /* Bold weight */
  font-size: 24px;
  color: white; /* Darker color for headings */
}

/* Button styling */
button {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Semi-bold for buttons */
  font-size: 16px;
  color: #ffffff; /* White color for text */
  background-color: #03143E; /* Blue background for buttons */
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #03143E; /* Darker blue when hovered */
}

/* Input field styling */
input {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Error message styling */
.error-message {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f44336; /* Red color for error messages */
}

.success-message {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4caf50; /* Green color for success messages */
}
.div{
    font-family:"Inter", sans-serif;
}
/* General font style for body text */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular weight */
  font-size: 16px;
  line-height: 1.5;
  color: #333; /* Dark grey color for general text */
}

/* Bold text for headings or important messages */
h1, h2, h3, .bold-text {
  font-family: 'Inter', sans-serif;
  font-weight: 700; /* Bold weight */
  font-size: 24px;
  color: white; /* Darker color for headings */
}



/* Input field styling */
input {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.logo {
  height: 60px;
  object-fit: contain;
  margin-bottom: 1rem;
}
