.page{
    
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.panel{
    color: white;
    background-color: #0099cc;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-bottom: 15px;
    
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.text-center {
  text-align: center !important;
    position: absolute;
    left: 10%;
    bottom: 2%;
    
    color: white;
    background-color: #0099cc;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-bottom: 15px;
}

.title-panel{
    margin-left: 10px;
    font-size: 48px;
    font-weight: bold
}
.subtitle-panel{
    margin-right: 10px;
    font-size: 28px;
    
}

.button-index{   
    color: #fff;
    background-color: #0099cc;
    border-radius: 10px;
    padding: 15px;    
    font-size: 35pt;
    
    position: absolute;
    left: 74%;
    bottom: 600px;
   
}


body {
    background-image: url(https://img.freepik.com/vetores-premium/analise-de-causa-raiz-de-gerenciamento-de-incidentes-ou-solucao-de-problemas-identificar-risco-ou-empresario-de-conceito-de-falha-critica-com-monitor-de-lupa-e-investigar-incidente-com-sinal-de-atencao-de-exclamacao_212586-1820.jpg?w=2000);
   
    display: block;
    width: 99vw;
    height: 95vh;
    padding: 0;
    text-align: center;
  

    background-position: 100% 65%;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.attribute{
    margin-bottom: 5px;   
    
}

.input{

    background-size:cover;
    height: 25px;
    width: 280px;
    margin-bottom: 15px;
    border-radius: 10px 10px 10px 10px;
    
}



.table{
    
    color: white;
    
    background-image: linear-gradient(50deg, 	#FF8C00, 	#191970	, #FF8C00 );
    
    border: 2.5px solid black ;
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
    border-radius: 2.25em 2.25em;
    background-color: rgba(138, 138, 138, 0.02);        
    
    
    
}
.duo-tables{
    margin-left: auto;
    margin-right: auto;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    left: 10%;
    bottom: 300px;
    
    justify-content: space-between;
    width: 81%;
}

.button-submit{
    padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #089630;
  font-size: 24px;
  border-radius: 10px;
  border-width: 1px 4px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
    
    
    
}


