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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =================================== */
body.full{
    background:#29235c;
}
#container-content{
    text-align: center;
}
#container-content img{
    margin-top: 40vh; 
}
#container-content h1{
    margin-top: 50px; 
    font-family: roboto, 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}
#container-header{
    background:#29235c;;
    padding:15px 50px;
}
#container-header img{
    width:350px;
}
#container-form{
    width: 80vw;
    margin: 0 auto;
}
#container-form .half-full{
    display: inline-block; 
    width: 49%;
}
#container-form .full{
    display: block; 
    width: 100%;
}
#container-footer{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#container-footer p.dark, 
#container-footer a.dark{
    color:#fff; 
    font-family: roboto, 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
}
#container-footer p.light, 
#container-footer a.light{
    color:#29235c; 
    font-family: roboto, 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
}
#container-footer p b{
    font-weight: bold;
    font-size: 15px;
}
#container-footer a{
    font-weight: bold; 
    text-decoration: none;
    font-size: 14px;
}
#container-tempo{
    text-align: center;
    margin-top: 40vh;
    display: block;
}
#container-tempo p{
    font-family: roboto, 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    color:#29235c; 
}
#container-tempo b{
    display: block;
    margin-top: 15px; 
    font-family: roboto, 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#29235c;
}