.ucp-box{

max-width:500px;
margin:auto;
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);

}

.ucp-box input,
.ucp-box textarea,
.ucp-box select{

width:100%;
padding:12px;
margin:10px 0;
border:1px solid #ddd;
border-radius:6px;

}

.ucp-box button{

background:#2e7dff;
color:white;
padding:12px;
border:none;
border-radius:6px;
cursor:pointer;

}