
body{
    background-image: url("/images/fundo-1.png");
    background-size: cover;
    padding:0; margin:0;
    font-family: Arial, Helvetica, sans-serif;
    background-position: center;
}
#divTopo{
    width:100%;
    height:100px;
    position: relative;
    top:0px;
    left:0px;
    z-index: 10000000;
    transition: background 0.5s linear;
}

.divTopoCor{
    background-color:#15437B;
    transition: background 0.5s linear;
}


@media only screen and (min-width: 1000px) {
    .logo-topo{
        position:relative;
        top:20px;
        left:30px;

    }

    .tituloA-topo{
        font-size:25px;
        position:relative;
        left: 35px;
        top: 5px;
        color:#ffffff;
    }

    .tituloB-topo{
        font-size:25px;
        position:relative;
        left: 35px;
        top: 5px;
        color:#99E5FF;
    }


    input{
        width:300px;
        padding:15px;
        font-size:15px;
    }



    #btnLogar{
        background-color: #15437B; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor:pointer;
    }

    #tableLogin{
        width:400px;
        position:relative;
        margin:0 auto;
        text-align:center;
        top:calc((80%-400px)/2);
    }
}


@media only screen and (max-width: 1000px) {
    .logo-topo{
        position:relative;
        top:45px;
        left:45px;
        width:130px;
    }
    
    .tituloA-topo{
        font-size:45px;
        position:relative;
        left: 55px;
        top: 5px;
        color:#ffffff;
    }
    
    .tituloB-topo{
        font-size:45px;
        position:relative;
        left: 60px;
        top: 5px;
        color:#99E5FF;
    }


    input{
        width:100%;
        padding:25px;
        font-size:45px;
    }



    #btnLogar{
        background-color: #15437B;
        border: none;
        color: white;
        padding: 38px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 45px;
        width: 100%;
        cursor:pointer;
    }

    #tableLogin{
        width:80%;
        position:relative;
        margin:0 auto;
        text-align:center;
        top:calc((80%-400px)/2);
    }
}