.elementor-2145074615 .elementor-element.elementor-element-2b14ec62{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4c468ef */body {
  background: linear-gradient(135deg, #e9f7ff, #ffffff);
  font-family: "Tahoma", sans-serif;
}

.login-container {
  max-width: 420px;
  margin: 80px auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
}

.login-container h1 {
  color: #0d6efd;
  font-size: 24px;
  margin-bottom: 10px;
}

.login-container p {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

.login-container input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}

.login-container button {
  width: 100%;
  padding: 14px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.login-container button:hover {
  background: #0b5ed7;
}

.helper-text {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}/* End custom CSS */