/*
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
*/
.mc4wp-form-fields {
    display: flex;
    flex-direction: column;
}
input#email.popupnews {
    width: 100%;
	color: #000000;
}
input.popupnewsb {
    padding: 15px;
}
.mc4wp-alert.mc4wp-notice {
    font-family: montserrat;
    text-align: center;
    padding-top: 15px;
    color: red;
}
.mc4wp-alert.mc4wp-success {
    font-family: montserrat;
    text-align: center;
    padding-top: 15px;
    color: green;
}