.imgLogo{
    width: 70%;
    display: flex;
}
.divImgLogo{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0.7);
    border-radius: 50px;
}

.fondoLogin{
    background: url("/img/airportLogin.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    overflow: hidden;
    height: 100vh;
}
.bg-gray-100{
    background-color: transparent !important;
}
.sm\:justify-center {
    justify-content:start;
}
.bg-white{
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(15px);
}
.textoLogin{
    color: white;
}