.write-mp-shortcode-page {
    background-color: #cf0d12;
    color: white;
    padding: 30px;
    text-align: left;
}

.write-mp-shortcode-page h3, .write-mp-shortcode-page h4 {
    color: white;
    font-weight: bold;
    /*text-align: center;*/
}

.write-mp-shortcode-page h4 {
    margin-bottom: 15px;
}

.write-mp-shortcode-page .find-mp {
    margin-top: 30px;
    /*text-align: center;*/
}

.write-mp-shortcode-page .find-mp .postcode-search input {
    padding: 15px 10px;
    font-size: 18px;
    border: 0;
    text-align: center;
    border-radius: 0;
    /*margin: 0 auto;*/
    width: 100%;
}

.write-mp-shortcode-page .find-mp .postcode-search {
    /*text-align: center;*/
    display: flex;
}

.write-mp-shortcode-page .mp-btn {
    /*margin-top: 15px;*/
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background-color: white;
    color: rgb(169, 50, 23);
    cursor: pointer;
    padding: 10px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.write-mp-shortcode-page .mp-btn:hover {
    background-color: #d4d4d4;
    transition: 0.5s ease;
}

#mp-contact-form .error {
    padding-top: 15px;
    padding-bottom: 10px;
}


.write-mp-shortcode-page .newsletter-container {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
    text-align:center;
    color: #333;
    margin-top: 30px;
}

.write-mp-shortcode-page .newsletter-container h4 a {
    color: rgb(169, 50, 23);
    text-decoration: none;
    font-weight: bold;
}


.write-mp-shortcode-page .newsletter-container .copyright-mp {
    color: rgb(169, 50, 23);
    font-size: 14px;
    margin-top: 10px;
}

.write-mp-shortcode-page .newsletter-container .copyright-mp a {
    color: rgb(169, 50, 23);
    font-size: 14px;
}

.write-mp-shortcode-page #mp-contact-form .mp-title {
    border-top: 1px solid white;
    margin-top: 15px;
    padding-top: 15px;
}

.write-mp-shortcode-page #mp-contact-form .mp-title h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: normal;
} 

.write-mp-shortcode-page #mp-contact-form .mp-image {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.write-mp-shortcode-page #mp-contact-form .intro-area p {
    color: rgb(209 213 219);
}

.write-mp-shortcode-page #mp-contact-form .form-area {

}

.write-mp-shortcode-page #mp-contact-form .form-area .two-col, .write-mp-shortcode-page #mp-contact-form .form-area .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.write-mp-shortcode-page #mp-contact-form .form-area .form-group {
    margin-bottom: 15px;
}

.write-mp-shortcode-page #mp-contact-form .form-area .form-group label {
    font-size: 15px;
    padding-bottom: 5px;
}

.write-mp-shortcode-page #mp-contact-form .form-area .form-group input {
    padding: 10px;
    border-radius: 5px;
    border: 0;
}

.write-mp-shortcode-page #mp-contact-form .form-area .form-group textarea {
    padding: 10px;
    border-radius: 5px;
    border: 0;
    min-height: 150px;
}

.write-mp-shortcode-page #mp-contact-form .mp-email-template-area, .write-mp-shortcode-page #mp-contact-form .emailFormInfo {
    background-color: white;
    border-radius: 5px;
    color: black;
    padding: 15px;
}

.write-mp-shortcode-page #mp-contact-form .btns {
    display: flex;
    flex-direction: column;
}

.write-mp-shortcode-page #mp-contact-form .btns .send-email-btn, .write-mp-shortcode-page #mp-contact-form .btns .copy-email-btn {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background-color: white;
    color: rgb(169, 50, 23);
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 15px;
}


@media(min-width: 996px) {
    .write-mp-shortcode-page #mp-contact-form .form-area .two-col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .write-mp-shortcode-page #mp-contact-form .form-area .name-group {
        margin-right: 15px;
    }

    .write-mp-shortcode-page #mp-contact-form .btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .write-mp-shortcode-page #mp-contact-form .btns .send-email-btn {
        margin-right: 15px;
    }
}