/*RECUPERAÇÃO DE SENHA*/
section { }

section .recuperacao { width: 100%; height: auto; position: relative; overflow: hidden; clear: both; background: #ffffff; text-align: center; padding: 50px 0px 20px 0px; }
section .recuperacao .titulo { color: #000000; font-size: 40px; line-height: 40px; font-family: 'Roboto'; text-align: center; text-align: center; font-weight: 600; }
section .recuperacao .contexto { color: #5c5c5c; font-size: 12px; line-height: 20px; font-family: 'Roboto'; text-align: center; font-weight: 400; padding: 15px 0px 30px 0px; text-align: center; }

section .recuperacao .formulas { width: 320px; z-index: 10; position: relative; margin: 20px auto; padding: 10px 0px 0px 0px; height: auto; }
section .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; }
section .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: 112px; }
section .recuperacao .formulas form input[type=text], section .recuperacao .formulas input[type=password] { width: 100%; height: 30px; background-color: #ffffff; border-bottom: #000000 1px solid; text-align: center; line-height: 30px; font-size: 16px; font-family: 'Roboto'; margin: 0px 0px 10px 0px; }
section .recuperacao .formulas form input[type=submit] { height: 36px; cursor: pointer; width: 100px; padding: 0px 30px 0px 15px; text-align: left; float: right; line-height: 36px; font-family: 'Roboto', Arial; font-size: 11px; color: #ffffff; background-image: url(../imagens/seta-direita.png); background-repeat: no-repeat; background-size: auto 12px; background-color: #5c5c5c; background-position: 70px 12px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
section .recuperacao .formulas form input[type=submit]:hover { background-color: #cf2521; padding: 0px 24px 0px 15px; background-position: 66px 12px; }
section .recuperacao .formulas form a { font-family: 'Roboto'; color: #959595; font-size: 14px; }
section .recuperacao .formulas form a:hover { text-decoration: underline; }

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