@charset "UTF-8";

* {
    font-style: normal;

    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;

}

body{
    display: block;

    background-color: #0f6f76;
    color: white;

}
.fieldset1{
    background: midnightblue;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 25px black;

}

.f_logar_subm{
    width: 205px;
    height: 50px;
    border-radius: 9px;
    box-shadow: black 0 0 5px inset;
    padding: 4px;
    font-size: large;
}

@media (min-width: 270px) {

    .f_logar {
        width:  85%;
        height: 50px;
        border-radius: 9px;
        box-shadow: black 0 0 5px inset;
        padding: 4px;
        font-size: large;


    }
}
@media (min-width: 768px) {
    .f_logar {
        width:  315px;
        height: 50px;
        border-radius: 9px;
        box-shadow: black 0 0 5px inset;
        padding: 4px;
        font-size: large;


    }
}

.fieldset2{
    background: #d0d310;
    color: mediumblue;
    margin: auto;
    text-align: center;
    list-style: none;
    box-shadow: 5px 0px 15px black;

}

.B_criar_c{
    box-shadow: 0px 0px 9px black;
    width: 150px;
    height: 30px;
    border-radius:15px;
}



h3.exib_nome{
    display: inline-block;
    color: aqua;
    margin-left: 40%;
    text-decoration: none;
    margin-top: -10px;

}
/*caixa pesq*/





.log  {
    font-size: larger;
    position:absolute;
    margin-left: 180px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    padding: 2px;

}


/*divlog*/
.divlog{
    margin-top: 0;

}
#templetesindex {

    padding: 1px;


}


footer#rodape{
    clear: both
}
footer#rodape p{
    text-align: center;



}