/* Created on : May 20, 2019, 10:02:20 AM Author : Jose Henrique Joanoni */ body{ height: auto; background: #D8D5C2 url(../img/background_main.jpg) repeat-x top; text-align: center; position: absolute; top: 0; bottom:0; right:0; left:0; font-family: helvetica, arial, sans-serif; } .titulo_pagina{ text-align: center; } input{ width: 300px; padding: 15px; font-size: 14px; border: 1px solid #CCC; margin: 5px; } input[type=submit]{ width: 150px; padding: 15px; font-size: 14px; border: 1px solid #CCC; border-radius: 5%; } input[type=submit]:hover{ color: black; box-shadow: #000 5px 5px 5px; transition: ease-in; transition-duration: 0.10s; transition-timing-function: linear; background-color: #DCDCDC; } .form{ margin-left: auto; margin-right: auto; width: 400px; height: 425px; border-radius: 5px; background-color: #FFA54F; padding-top: 15px; margin-bottom: 10%; box-shadow: 0.1em 0.1em 0.2em black; } footer{ position: absolute; bottom: 0; width: 100%; height: auto; background-color: #FFA54F; text-shadow: 0.1em 0.1em 0.5em black; } header{ width: 100%; height: 10%; background-color: #FFA54F; color: black; } .box-shadow{ box-shadow: 0 2px 4px 0 rgba(0,0,0,.10), 0 2px 4px 0 rgba(0,0,0,.10); }