/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/fev/2020, 16:26:19
    Author     : tiago.mogas
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/fev/2020, 9:24:17
    Author     : tiago.mogas
*/

#loginBackground{
    display: block;
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;                
}

#caixa{
    display:block; 
    margin:auto;
}

#title{
    position: absolute;
    width: 100%;
    height: 5%;
    top: 2%;
    text-align: center;
    font-size: calc(0.9vh + 1.2vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

#traco{
    position: absolute;
    top:7%;
    width: 90%;
    left: 5%;
    height: auto;
}

#content{
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 85%;
    overflow-y: auto;
    white-space: normal;
    text-align: justify;
    text-indent: 3%;
    font-size: calc(0.5vh + 0.6vw);
}

p{
    margin: 0.5%;
}

h2{
    font-weight: normal;
}