body{
    background-color: #1d2124;

}

.bg_video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    overflow: hidden;
    background-size: cover;
    object-fit: contain;

}

.fadeInDown{
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
}

.midle_box{
    top: 0px;
 }

#logo{

    opacity:1;
    margin-left: -60px;

}

.logo_box{
    height: 168px;
    border-radius: 10px 40px;
    background-color: white;
    opacity: 1;
}
.font_login{
    color: #ffffff;
    font-weight: bold;
}

.fullheight {
    /*com isso o header ficará sempre com o tamanho da tela */
    height: 100vh;

    height: auto;
    float: none;


    /*background geralmente uso o modo compacto, mas aqui vou colocar separadamente para explicar cada parte*/
    /* aqui defino a imagem maior*/
    background-image: url("../img/Collector3.jpeg");
    /*deixa o background com efeito paralax*/
    background-attachment: fixed;
    /* cover é para nunca deixar espaço sem imagem*/
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
    background-repeat: no-repeat;

}

/* aqui troco a imagem pra cada resolução na ordem do maior pro menor */
@media screen and (max-width: 1500px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg") ;
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 1000px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;


    }
}

@media screen and (max-width: 800px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}



@media screen and (max-width: 700px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}



@media screen and (max-width: 600px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 400px) {
    fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 320px) {
    .fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 180px) {
    .fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 160px) {
    .fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}

@media screen and (max-width: 120px) {
    .fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 100px) {
    .fullheight {
        background-image: url("../img/Collector3.jpeg");
        background-size: cover;
        -webkit-background-size: cover; /*Css safari e chrome*/
        -moz-background-size: cover; /*Css firefox*/
        -ms-background-size: cover; /*Css IE não use mer#^@%#*/
        -o-background-size: cover; /*Css Opera*/
        background-repeat: no-repeat;

    }
}