.ccf-wrapper{
    max-width:650px;
    margin:40px auto;
    padding:15px;
    background:#2c2c2c;
    border-radius:8px;
}

.ccf-form h2{
    color:#26c6c3;
    margin-bottom:10px;
    text-align:center;
}

.ccf-form label{
    color:#ffffff;
    font-size:14px;
    margin-top:6px;
    display:block;
}

.ccf-form input,
.ccf-form textarea{
    width:100%;
    padding:6px;
    margin-top:6px;
    border:none;
    border-radius:4px;
}

.ccf-form textarea{
    min-height:80px;
}

.ccf-form button{
    margin-top:10px;
    width:100%;
    padding:12px;
    border:none;
    background:linear-gradient(90deg,#7b2ff7,#9b4dff);
    color:white;
    font-size:16px;
    border-radius:4px;
    cursor:pointer;
}

.ccf-form button:hover{
    opacity:0.9;
}

/* Responsive */
@media(max-width:768px){

.ccf-wrapper{
    padding:20px;
}

}
