body {
    background-image: url('/img/justicia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding-left: 50px;
}
.login-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}
.logo {
    max-width: 150px;
    height: auto;
}