/*
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 : 09/09/2022, 10:40:18
    Author     : TI
*/
html, body{
    margin: 0;
    padding: 0;
    border:0;
    height: 100%;
    background: #027f9e;
    box-sizing: border-box;
}
#principal{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#conteiner{
    /*border: solid 1px black;*/
    border-radius: 5px;
    width: 70%;
    height: 420px;
    margin: 0 auto;
    background: #FFF;
}
#div_form{
    border-radius: 2px;
    height: 70%;
}
#div_form span{
    margin-left: 3px;
    text-justify: auto;
    font-size: 18px;
}
#div_form input[type=submit]{
    height: 40px;
    background: #027f9e;
    border: none;
    color: #FFF;
    font-size: 20px;
    float: right;
    /*    margin-right: 10px;*/
    font-weight: bold;
}
#logo{
    border-radius:7px;
    background: #F8F8F8;
    height: 20%;
    width: 100%;
    /*    height: 100%;*/
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#imglogo{
    width: 60px;
    height: 60px;
    /*    background: yellow;*/
    margin: 0 auto;
    background: url(../imagem/logo.png) no-repeat;
}
.espaco1{
    /*    margin-bottom: 20px;
        margin-left: 3px;*/
    margin: auto;
    width: 96%;
    height: 30px;
    font-size: 20px;
    border: solid 2px silver;
}
.inputs{
    border: none;
    width: 99%;
    height: 35px;
    background: transparent;
    box-shadow: 0 0 0 0;
    border:1px solid black;
    outline: none;
    font-size: 16px;
  
}
.texto{
    margin: auto;
    width: 96%;
    font-size: 16px;
    /*    border: solid 2px silver;
       height: 30px;*/
}
