/*
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 : May 3, 2018, 9:43:43 AM
    Author     : devapp2
*/

/* CONFIGURACAO GERAL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
/*input { border:none; }*/
button { cursor:pointer; }

body { min-width: 100%; min-height: 100%; position: absolute; }

#login { max-width: 300px; margin: calc(100%/6) auto; }
#login h3 { text-align: center; margin-bottom: 20px; color:#3e3d3d; }
#login label { display:table; width: 100%; }
#login label input,
#login label select { padding: 5px 15px; width: 100%; }
#login label select { margin-bottom: 15px; }
#login button[type="submit"] { float: right; border: 1px solid #77a977; background-color: #448044; color: #fff; font-weight: normal; font-family: 'Helvetica Neue'; text-transform: uppercase; font-size: 14px; padding: 5px 10px; margin-top: 10px; }