.elementor-9996 .elementor-element.elementor-element-11e75be{--display:flex;}.elementor-9996 .elementor-element.elementor-element-11e75be.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-9996 .elementor-element.elementor-element-11e75be{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-013da0c */.caricove-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  background: linear-gradient(to bottom, #0b1a2d, #04253f);
  min-height: 100vh;
}

.caricove-login-card {
  background: #0d2742;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.25);
  padding: 30px;
  width: 100%;
  max-width: 420px;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.caricove-login-card h2.login-title {
  margin-bottom: 10px;
  font-size: 26px;
  color: #00f5ff;
}

.login-subtext {
  font-size: 15px;
  color: #c7eaff;
  margin-bottom: 25px;
}

.caricove-login-form input[type="text"],
.caricove-login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #2f4e6f;
  background-color: #112b44;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.caricove-login-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #00bfff, #007fff);
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.caricove-login-form input[type="submit"]:hover {
  background: linear-gradient(to right, #00eaff, #0066cc);
}

.login-links {
  margin-top: 15px;
  font-size: 14px;
  color: #bde6ff;
}

.login-links a {
  color: #00eaff;
  text-decoration: none;
}

.login-links a:hover {
  text-decoration: underline;
}
.remember-me {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bde6ff;
  margin-bottom: 15px;
  gap: 8px;
  justify-content: flex-start;
}

.remember-me input[type="checkbox"] {
  accent-color: #00eaff;
  transform: scale(1.2);
}/* End custom CSS */