.wgn-box{

max-width:600px;
margin:auto;
background:#ffffff;
padding:25px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);

}

.wgn-box h2{
text-align:center;
margin-bottom:20px;
}

.wgn-box input,
.wgn-box select,
.wgn-box textarea{

width:100%;
padding:10px;
margin-top:8px;
margin-bottom:12px;
border-radius:6px;
border:1px solid #ccc;

}

.botoes{
text-align:center;
margin-top:15px;
}

.botoes button{

padding:12px 18px;
margin:5px;
border:none;
background:#2e7d32;
color:white;
border-radius:6px;
cursor:pointer;

}

.botoes button:hover{
background:#1b5e20;
}