@charset="utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web');
@font-face { font-family: 'FonteLogo';
             src: url("../_fonts/bubblegum-sans-regular.otf"); }

*{ margin: 0px;
   padding: 0px;
   font-family: verdana; }   

body { background-image: url('../screenshot.png');
                background-size:cover;
                background-repeat:no-repeat;
                background-color: #ffffff;
                border: 0px;
                padding: 0px; 
                width: 100%;
                height: 1500px; }

div#interface { width: 100%;
                height: 100%; }

p { text-align: justify;
    text-indent: 50px;
    color: #ffffff; }

form { width: 450px;
       border-width: 0px;
       margin: auto;
       padding: 35px;
       padding-top: 150px; }

header#cabecalho { background-color: #503bff; }

header#cabecalho img#top1 { display: block;
                            float: center;
                            margin-right: auto;
                            margin-left: auto; }
                            
footer#rodape { border: 0px;
                padding: 10px;                 
                height: 50px;
                background-color: #3B3939; }

tr#topo { text-align: left;
          font-size: 12px;
          font-weight: bold; }         

tr#linha { text-align: left;
           font-size: 12px;
           font-weight: normal; }         
