/* 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; } /* Buttons PAD */ .btn-pad-dimensao{ display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eeeeee; border-radius: 1em; width: 150px; margin: .2em; padding: .2em; -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0); -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0); box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0); } .btn-pad-dimensao i{ font-size:2em; color: #000000!important; } .btn-pad-dimensao h2{ margin-top: .3em; color: #000000!important; } .btn-pad-dimensao:hover{ background: #dddddd; }