/* Start custom CSS for html, class: .elementor-element-33ec300 */body {
  background-color: #f2f2f2;
  font-family: Arial, sans-serif;
}

.login-container {
  width: 300px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input[type="text"],
input[type="password"] {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}

input[type="submit"] {
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}/* End custom CSS */