.elementor-8335 .elementor-element.elementor-element-5043c376{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc1308a */.milan-register-wrapper {
  max-width: 400px;
  margin: 80px auto;
  padding: 30px;
  background-color: #111;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.milan-register-wrapper h2 {
  color: #c1272d;
  margin-bottom: 20px;
}

.milan-register-form input[type="text"],
.milan-register-form input[type="email"] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #444;
  background-color: #222;
  color: #fff;
  border-radius: 6px;
}

.milan-register-form input[type="submit"] {
  background-color: #c1272d;
  border: none;
  padding: 12px;
  width: 100%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.milan-register-form input[type="submit"]:hover {
  background-color: #a71d23;
}

.register-links {
  margin-top: 15px;
}

.register-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.register-links a:hover {
  text-decoration: underline;
}/* End custom CSS */