.csc-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.csc-card input,
.csc-card select{
width:100%;
padding:14px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:10px;
}

#csc_submit{
width:100%;
background:#4f7f5e;
color:#fff;
border:none;
padding:16px;
border-radius:12px;
cursor:pointer;
}

.csc-success{
margin-top:20px;
padding:20px;
background:#f4faf6;
border-radius:12px;
}