section { padding-top: 280px !important; position: relative; width: 100%; height: auto; }

/*RECUPERAÇÃO DE SENHA*/
.recuperacao { width: 100%; height: auto; position: relative; overflow: hidden; clear: both; background: #ffffff; text-align: center; padding: 50px 0px 20px 0px; }
.recuperacao .contexto { color: #000000; font-size: 13px; line-height: 20px; font-family: 'Roboto'; text-align: center; padding: 15px 0px 30px 0px; text-align: center; font-weight: 300; }
.recuperacao .formulas { width: 320px; z-index: 10; position: relative; margin: 20px auto; padding: 10px 0px 30px 0px; height: auto; }
.recuperacao .formulas .titulo { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 0px 15px 20px 15px; height: 20px; line-height: 20px; text-align: right; font-family: 'Roboto', Arial; font-size: 18px; cursor: default; color: #000000; }
.recuperacao .formulas form { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 0px 15px 8px 15px; position: relative; height: auto; }
.recuperacao .formulas form input[type=text], .recuperacao .formulas form input[type=password] { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); height: 30px; background-color: #f4f6f8; text-align: center; line-height: 30px; font-weight: 400; font-size: 15px; color: #000000; padding: 15px; font-family: 'Roboto'; margin: 0px 0px 10px 0px; }
.recuperacao .formulas form input[type=submit] { height: auto; cursor: pointer; width: auto; padding: 4px 20px; text-align: center; line-height: 32px; font-weight: 500; background: #e05917; font-family: 'Roboto', Arial; font-size: 13px; color: #ffffff; text-transform: uppercase; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; letter-spacing: 1px; }
.recuperacao .formulas form input[type=submit]:hover { padding: 4px 25px; }

@media screen and (max-width: 1150px) {
	section { padding: 80px 0px 20px 0px; }
	
	.recuperacao { padding-top: 25px; }
}