/* Резиновая форма */
.pcfp-form {
    width: 100%;
    margin: 30px auto;
    border-radius: 16px;
}

#pcfp-submit {
    background-color: #357abd !important;
    border-color: #357abd !important;
}

#pcfp-submit:hover {
    background-color: #4A90E4 !important;
    border-color: #4A90E4 !important;
}
