*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container{
    width: 100%;
    min-height: 100vh;
    /*padding-left: 8%;
    padding-right: 8%;*/
    box-sizing: border-box;
    overflow: hidden;
    background-color: darkgray;
}
.topBar{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    background-color:darkviolet;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-flow: wrap;
    border-style: solid;
    border-color: #68838B;
}
.painelPadrao{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
    background-color:#DCDCDC;
    border-style: solid;
    border-color:#DCDCDC;
    color:darkslategray;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.painelPadrao1{
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 1px;
    height: auto;
    width: auto;
    background-color:#DCDCDC;
    border-style: solid;
    border-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}
.painelDeDentro{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    background-color:#ffffff;
    border-style: solid;
    border-color:#DCDCDC;
    color:dimgrey;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}
.painelDeDentroNaoFlex{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    background-color:#ffffff;
    /*background-color:aqua;*/
    border-style: solid;
    border-color:#DCDCDC;
    color:dimgrey;
    /*display: flex;
    flex-direction: column;
    text-align:center;*/
    /*justify-content:center;*/
}
.logo{
    height: 180px;
    /*background-color: aqua;*/
    cursor: pointer;
    margin: 10px 0;
    margin-left: 20px;
}
.topTextCenter0{
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    /*background-color: blue;*/
    text-align: center;
    align-items: center;
    color:darkgray;
}
.topTextCenter{
    margin-top: 60px;
    margin-left: 300px;
    margin-right: 300px;
    /*background-color: blue;*/
    text-align: center;
    align-items: center;
    color:darkgray;
}
.topTextRight{
    margin-top: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
    /*background-color: green;*/
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 180px;
}
.topTextRight0{
    margin-top: 70px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    /*background-color: yellow;*/
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 440px;
}
.inputTextClass{
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    border: none;
    /*border: 2px blue solid;*/
    border-left-color: #DCDCDC;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color: #606060;
    outline: none;
}
.inputPassClass{
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    border: none;
    /*border: 2px blue solid;*/
    border-left-color: #DCDCDC;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color: #606060;
    outline: none;
}
.testFields{
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.divLogin{
    /*background-color: yellowgreen;*/
    text-align: center;
    cursor: pointer;
}
.editarPerfil{
    /*background-color: yellowgreen;*/
    text-align: center;
    cursor: pointer;
}
.corpo{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    background-color: darkgray;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.blocoExterno{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #E8E8E8;
    width: auto;
    height: auto;
    box-sizing: border-box;
}
.bloco{
    /*margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;*/
    background-color: #E8E8E8;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border-style:solid;
    border-color:#B5B5B5;
}
.sizedBox1{
    height: 20px;
}
.sizedBox2{
    height: 40px;
}
.sizedBox3{
    height: 100px;
}
p{
    font-size: 18px;
    color: #68838B;
    line-height: 2em;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-indent: 50px;
}
h1{
    font-size: 46px;
}
h2{
    color:blueviolet;
    text-align: center;
    /*margin-top: 8px;*/
}
button{
    /*float: left;*/
    width: 180px;
    height: 40px;
    /*font-family: 'Righteous', cursive;
    background-color: #ffffff;*/
    background-color: blueviolet;
    color:#B5B5B5;
    margin: 0px 6px 0px 6px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    border: none;
    border-left-color: #DCDCDC;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 500ms;
    outline: none; 
    margin-top: 4px;
    margin-bottom: 4px;
    
    /*color: #606060;*/
}
button:hover{
    /*background: #F5F5F5;*/
    background: #836FFF;
    color: #B5B5B5;
}
#buttonCenter{
    text-align: center;
}
.texto{
    width: 200px;
    height: 40px;
    background-color: #ffffff;
    /*background-color:aqua;*/
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    border: none;
    /*border: 2px blue solid;*/
    border-left-color: #DCDCDC;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color: #606060;
    outline: none;
}
.escolha{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 250px;
	background-color: white;
	color: darkslategrey;
}
