.wzm-form-newsletter{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    max-width: 300px;
    flex-wrap: wrap;
}
.wzm-form-newsletter .wzm-form-field{
	text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}
.wzm-form-newsletter .wzm-form-field input[type=text]{
	width: 100%;
    border: 0;
    color: #000;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    padding: 5px 10px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    line-height: 18px;
}
.wzm-form-newsletter .wzm-form-field-submit{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.wzm-form-newsletter .wzm-form-field-submit button{
    border: 0;
    margin: 0;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    background: #D8127D;
    -webkit-appearance: none;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.wzm-form-newsletter .wzm-form-field-submit button:hover{
	background: #c0106f;
}
.wzm-form-newsletter .wzm-form-message{
	flex: 0 0 100%;
}
