*{
    padding: 0px;
    margin: 0px;
}
.plano-de-fundo{
    position: fixed;
    top:0;
    left:0;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(40, 33, 32, 1));
    width:100%;
    height:100%;
}
#wallpaper{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: .2;
    object-fit: cover;
}
#login{
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
}
#login-box{
    min-width: 60vw;
    max-width: 80vw;
    /* max-height: 67vh; */
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 1px 10px 1px #3d3d3d;
    z-index: 99;
    text-align: center;
}
#box-logo{
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#box-logo-sm{
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#box{
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(54, 54, 54, 1),rgba(78, 78, 78, 1));
    margin-top: -15%;
    margin-bottom: -15%;
    border-radius: 10px;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#box-sm{
    min-width: 50vw;
    width: 70vw;
    min-height: 10vh;
    height: 12vh;
    max-height: 50vh;
    max-width: 100vw;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(54, 54, 54, 1),rgba(78, 78, 78, 1));
    margin-top: -15%;
    border-radius: 10px;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#logo{
    position: absolute;
    width: calc(3vw + 100%);
    height: auto;
}
#logo-sm{
    position: absolute;
    width: 30%;
    height: auto;
}
@media screen and (max-width: 992px) {
    #login-box{
        min-width: 80vw;
    }
    #row-box{
        min-height: 35vh;
    }
    .texto-titulo-responsivo{
        font-size: 2rem;
    }
}