/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
input[type="submit"] {
    background-color: #8E1638; 
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    text-align: center;
/*    border: none;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;*/
}

input[type="submit"]:hover {
    background-color: #651c29;
}