.elementor-302 .elementor-element.elementor-element-cec6ca9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5598b33 *//* ===== Lab Staff Login / Report Upload – Futuristic & Responsive ===== */

/* 1. Global reset & base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #141e30, #243b55);
  color: #ffffff;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 20px 40px;
  overflow-x: hidden;
}

/* 2. Card */
.upload-container {
  width: 100%;
  max-width: 440px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 40px 34px 46px;
  border-radius: 20px;
  box-shadow: 0 0 26px #00e5ff;
  text-align: center;
}

/* 3. Heading */
h2 {
  font-size: 1.9rem;
  color: #00e5ff;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #00e5ff;
}

/* 4. Labels & inputs */
label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #c7faff;
  text-align: left;
}

input {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 24px;
  border: none;
  border-radius: 10px;
  background: #0d1b2a;
  color: #00e5ff;
  font-size: 1rem;
  box-shadow: inset 0 0 12px #00e5ff;
  transition: box-shadow 0.35s ease;
}

input:focus {
  outline: none;
  box-shadow: 0 0 16px #00e5ff;
}

/* 5. Button */
button {
  width: 100%;
  padding: 13px;
  background: #00e5ff;
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 1.07rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 20px #00e5ff;
  transition: background 0.35s ease, transform 0.2s ease;
}

button:hover {
  background: #00c3e0;
  transform: translateY(-2px);
}

/* 6. Small-screen tweaks */
@media (max-width: 480px) {
  body {
    padding-top: 60px;
  }
  h2 {
    font-size: 1.65rem;
  }
}/* End custom CSS */