/* content que contem o formulário e o quadro de avisos */ .content { position: relative; top: 0px; width: 100%; padding: 18px 6% 60px 6%; } .titulo { font-size: 32px; color: #000000; font-family: Arial, sans-serif; font-weight: bold; text-align: center; } #bordcab { padding: 18px 6% 20px 6%; margin: 0 0 35px 0; background: #e6e7e8; /* border-width: medium; border-style: solid; border-color: rgb(105, 105, 105); */ width: 100%; height: 100%; border-radius: 0px 0px 20px 20px; } #bord { background-color: #e6e7e8; width: 100%; height: 100%; border-radius: 20px; padding: 50px; margin: 1em auto 1em auto; }