/*!
Theme Name: skif
Author: Molochinskiy Kirill

*/

.wpforms-form button[type=submit], button.wpforms-page-button {
    background-color: #bc294b !important;
    border-color: #bc294b !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
.wpforms-form button[type=submit]:hover, button.wpforms-page-button:hover {
    background-color: #f78da7 !important;
}