html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* LIMEN SEGURIDAD LOGIN */

body {
    background: linear-gradient(135deg, #0b0f1a, #1c2333);
}

.login-container {
    background: rgba(0,0,0,0.65);
    border-radius: 12px;
    padding: 40px;
}

.login-logo {
    content: url('/logo.svg');
    width: 150px;
    margin-bottom: 20px;
}

.login-title::after {
    content: "Sistema de Rastreo LIMEN SEGURIDAD";
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 500;
}
