#cform-form{
    max-width:600px;
}

.cform-group{

}

#cform-form input,
#cform-form textarea,
#cform-form select{
    width:100%;
    padding:12px;
    border: 1px solid #d8d8d8;
}

#cform-form button{
    background:#0b5ed7;
    color:#fff;
    border:none;
    padding:12px 30px;
    cursor:pointer;
}
.form-h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--primary-color);
    margin: 5px 0 20px;
    position: relative;
    padding-bottom: 0px;
}