/*
Theme Name: Stefan Child
Template: stefan
Author: Jack
Description: This is a Drag and Drop Theme.
Tags: black,brown,orange,tan,white,yellow,light,one-column,two-columns,right-sidebar,flexible-width,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,translation-ready
Version: 4.68.1548292511
Updated: 2019-01-24 01:15:11

*/

.wpforms-form {
    background-color: #1E73BE;
    padding: 20px 15px;
    border: 3px solid #666;
    border-radius: 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
    color: #fff;
	text-align: center
}

/* New button styles */
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 15px; /* Increase distance between text and border */
    width: 100%; /* Make the button full-width */
    font-size: 1.5em; /* Increase text size */
    background-color: #01890A !important; /* Red background */
    color: #fff !important; /* White text */
    border: 2px double #0DA443 !important; /* Dark red, double-line border */
}

/* New button hover styles */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #0DA443 !important; /* Dark red background */
    border: 2px double #01890A !important; /* Red, double-line border */
}