@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}

.contenedor {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('img/loginfondo.jpg');
    background-size: cover;
}
.box {
    width: 300px;
    height: 290px;
    border: 1px solid rgb(219, 74, 74);
    border-radius: 5px;
    background-color: rgb(255, 150, 51);
}

.form {
    margin-top: 15px;
    color: white;
    width: 80% !important;
    margin-left: 10% !important;
}

.flex {
    display: flex;
    justify-content: center;
}

.center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.logo {
    width: 150px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.panel {
    width: 100vw;
    height: 100vh;
    /* background-image: url('img/seguimiento.jpg');
    background-size: cover !important; */
}

#fondo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -50;
    background-size: cover !important;
}

.topbar {
    padding-bottom: 15px;
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.width {
    width: 100%;
    display: flex;
    justify-content: center;
}
.seguimiento {
    margin-top: 50px;
    text-align: center;
    width: 300px;
    height: 150px;
    border: 1px solid black;
    background-color: white;
    border-radius: 4px;
}

.seguimiento > input {
    width: 50% !important;
    margin-left: 25% !important;
}

.body {
    width: 100%;
    /* height: 900px; */
    display: flex;
    justify-content: center;
    
}

@media (max-width: 800px) {
    .body {
        background-image: url('img/rastreo2.jpg') !important;
    }
}

.rastreador {
    margin-top: 40px;
    width: 350px;
    height: 200px;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    background-color: white;
}

.rastreador > input {
    width: 50% !important;
    margin-left: 25% !important;
}

.table {
    margin-top: 50px !important;
    border: 2px solid black !important;
    background-color: white;
    color: black !important;
}

