.cbs-wrapper{
max-width:700px;
margin:50px auto;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.cbs-wrapper label{
display:block;
margin-top:15px;
font-weight:600;
}

.cbs-wrapper input,
.cbs-wrapper select,
.cbs-wrapper textarea{
width:100%;
padding:10px;
border:1px solid #ddd;
border-radius:6px;
margin-top:5px;
}

button{
margin-top:15px;
padding:10px 20px;
background:#b68d40;
color:white;
border:none;
border-radius:6px;
cursor:pointer;
}