@charset "utf-8";

html {
    overflow-x: hidden;
}

.table02 .table_bottom .send_btn .submit {
    background-color: #e21071;
    color: #fff;
    width: auto !important;
    border: none;
    font-size: 1.4rem;
    padding: 0.2rem 10rem;
    max-width: 400px;
    margin: 0 0 4rem;
    -webkit-transition: all .1s;
    transition: all .1s;
    position: relative;
    overflow: hidden;
}

.table02 .table_bottom .send_btn .submit:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.table02 .table_bottom .send_btn input[type="button"] {
    background-color: #ccc;
    color: #333;
}

.errs {
/*
    background-image: url(../contact/mpmailec/static/imgs/warning.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
*/
    color: #f00;
    margin-bottom: 1em;
/*    padding: 0px 0px 0px 30px;*/
    padding: 0;
    width: 90%;
    max-width: 940px;
    margin: auto;
}

.table02 .td input.err,
.table02 .td textarea.err {
    background-color: #fff8f8;
    border: 1px solid #f00;
}

p.confirmation {
    text-align: center;
    margin-bottom: 2em;
    font-size: 20px;
    font-weight: bold;
}

.thanks-message {
    text-align: center;
    padding-bottom: 60px;
}

.thanks-message h4 {
    font-weight: bold;
    margin-bottom: 1em;
}

.thanks-message .back_btn {
    display: flex;
    justify-content: center;
}

.thanks-message .back_btn a {
    display: block;
    background: #e21071;
    color: #fff;
    padding: 0.2rem 3.5rem;
    font-size: 1.4rem;
    margin: 2em 1em 0 1em;
}

@media screen and (max-width: 767px) {
    .thanks-message {
        width: 95%;
        margin: 0 auto;
    }
    #content-wrapper .thanks-message h4 {
        font-size: 2.2rem;
    }
    .thanks-message .back_btn {
        display: block;
        font-size: 1.4rem;
        margin: 2em 0 0;
    }
}