/*
** Theme Name: FJR Theme
** Theme URI: https://www.filsystemsjr.com/
** Author: FJR Dev
** Author URI: https://www.filsystemsjr.com/
** Version: 1.0
*/


/*--FORM STYLES--*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	height: 56px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #1b27ff !important;
    border: 1px solid #1b27ff !important;
	border-radius: 4px;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color: #040385 !important;
    transition: background-color 0.5s ease;
}

@media only screen and (max-width: 1440px) {
	div.wpforms-container-full .wpforms-form button[type=submit]{
		width: 100% !important;
	}
}