/*MAINTENANCE*/
.logo-maintenance {
    max-width: 500px !important;
}

page-id-16 .container {
    max-width: 90%;
}

form.mailpoet_form.mailpoet_form_shortcode {
    max-width: 45%;
    position: relative;
    left: calc(50% + 30px);
    transform: translate(-50%);
	      font-family: aglet-sans, sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

input.mailpoet_text {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #000 !important;
}

input.mailpoet_text::placeholder {
    color: #000;
    font-family: aglet-sans, sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

input.mailpoet_submit {
    background: none !important;
    border: 1px solid #000;
    color: #000 !important;
    border-radius: 50px;
    float: right;
    padding: 6px 30px !important;
    margin-top: -10Px;
    margin-bottom: 30px;
	      font-family: aglet-sans, sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

form.mailpoet_form.mailpoet_form_shortcode:before {
    content: ' ';
    width: 35px;
    background-image: url(/wp-content/uploads/2020/01/ico_arrow.svg);
    height: 35px;
    position: absolute;
    left: -50px;
	background-repeat:no-repeat;
}