body {
background: white;
text-align: center;
flex-direction: row;
align-items: center;
justify-content: center;
}

header {

    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    padding: 0% 50% ;
    width: 50%;
    height: 40px;
    font: normal 8pt arial;
    
}
.title_h1 {
   
    color: black;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
   
    
}

/*.page{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: white; 
   
}*/

.img {
    width: 84.375%;
    margin: 205px 0px 0px 10px;
}

.icon {
    margin: 8% 82% 0% 0%;
}

.barra_lateral {
 
    width: 30%;
    height: 50em;
    margin: -63px 0px 0px -8px;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.411) 1px 1px 1px 1px;
}

.box1 {
    
    flex-direction: row;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.37);
    border: 20px;
    padding: 5px 0px 5px ;
    width: 100%;
    margin: auto;
    text-align: center;
    color: black;
    box-shadow: 0px 0px 0px black;  
    
} 

section {

    flex-direction: row;
    align-items: center;
    justify-content: center;

    background: white;
    border: 6.25%;
    width: 70%;
    height: 215px;
    margin: -600px 0% 0% 30%;
    text-align: center;
    color: black;
    box-shadow: 5px 5px 10px black;  
    
    

}

.msg_senha_incorreta {

    font: normal 10pt arial;
    color: crimson;
    margin: 0% 0% 0% 0%;
    text-decoration: underline;
    
}


footer {
    font: normal 10pt arial;
    color:black;
    text-align: center;
    font-style: italic;
    margin: 486px 0% 0% 25%;
    width: 100%;
    height: 20px;
}

@media screen and (min-width: 320px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        width: 40%;
        height: 215px;
        margin: -600px 0% 0% 45%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 8% 82% 0% 0%;
        }
}

@media screen and (min-width: 480px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        width: 40%;
        height: 215px;
        margin: -600px 0% 0% 45%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 8% 82% 0% 0%;
        }
}

@media screen and (min-width: 768px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        width: 40%;
        height: 215px;
        margin: -600px 0% 0% 45%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 4% 91% 0% 0%;
        }

        .img {
            width: 84.375%;
            margin: 201px 0px 0px 10px;}
}

@media screen and (min-width: 960px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        max-width: 50%;
        height: 215px;
        margin: -600px 0% 0% 50%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 3% 93% 0% 0%;
        }

        .img {
            width: 84.375%;
            margin: 200px 0px 0px 10px;}
}

@media screen and (min-width: 1280px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        max-width: 20%;
        height: 215px;
        margin: -600px 0% 0% 50%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 2% 95% 0% 0%;
        }

        .img {
            width: 84.375%;
            margin: 199px 0px 0px 10px;}
}

@media screen and (min-width: 2200px) {

    section {

        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        background: white;
        border: 6.25%;
        max-width: 20%;
        height: 215px;
        margin: -600px 0% 0% 50%;
        text-align: center;
        color: black;
        box-shadow: 5px 5px 10px black; }

        .icon {
            margin: 2% 95% 0% 0%;
        }

        .img {
            max-width: 470px;
            margin: 199px 0px 0px 10px;}
}