form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block; padding-bottom: 5px;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 80%;
}
form.mailpoet-manage-subscription .mailpoet-manage-subscription-list-fields{
    display: none;
    visibility: hidden;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
    margin-bottom: 20px;
}
form.mailpoet-manage-subscription .mailpoet_submit{
    margin-top: 20px;
    color:  #F0F0F0;
    background-color: #4dac4f;
}
form.mailpoet-manage-subscription .mailpoet_submit:hover{
    color:  #121212;
    background-color: #00aec3;
}

.mailpoet_submit:hover{
    color:  #121212;
    background-color: #00aec3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #121212 !important;
    -webkit-box-shadow: 0 0 0px 1000px #00aec3 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}