/* MAILPOET CAPTCHA */

form.mailpoet_captcha_form {
    width: 100%;
    max-width: 430px;
    margin: 30px auto 50px;
    display: block;
}

form.mailpoet_captcha_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: static;
    transform: none;
}

form.mailpoet_captcha_form .mailpoet_paragraph {
    margin-bottom: 30px;
}

form.mailpoet_captcha_form .mailpoet_paragraph label.mailpoet_text_label {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}

form.mailpoet_captcha_form .mailpoet_paragraph input.mailpoet_text {
    width: 100%;
    border: none;
    border-bottom: 2px solid;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.35s ease;
}

form.mailpoet_captcha_form .mailpoet_paragraph input.mailpoet_text:focus {
    border-bottom-color: #c71342;
}

form.mailpoet_captcha_form .mailpoet_paragraph input.mailpoet_submit {
    padding: 15px 25px;
    margin: auto;
    display: block;
    color: #fff;
    background-color: #c71342;
    border: 2px solid #c71342 !important;
    transition: all 0.35s ease;
    cursor: pointer;
}

form.mailpoet_captcha_form .mailpoet_paragraph input.mailpoet_submit:hover,
form.mailpoet_captcha_form .mailpoet_paragraph input.mailpoet_submit:focus {
    background: transparent;
    color: #c71342;
}

/* MAILPOET CONFIRMATION */

body.mailpoet_page-template-default #page > p {
    width: 100%;
    max-width: 1430px;
    margin: 40px auto 60px;
}

/* MAILPOET MANAGE SUSCRIPTION */

section.mailpoet {
    margin: 40px 0 75px;
}

section.mailpoet form.mailpoet-manage-subscription .mailpoet_text_label, 
section.mailpoet form.mailpoet-manage-subscription .mailpoet_select_label, 
section.mailpoet form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
section.mailpoet form.mailpoet-manage-subscription .mailpoet_select, 
section.mailpoet form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
section.mailpoet form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
section.mailpoet form.mailpoet-manage-subscription .mailpoet_submit{
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}
