.wrapper {
    overflow: scroll;
    padding: 30px 0;
    min-height: 100vh;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    background-color: #F1E8E6;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.container {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
    max-width: 768px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0px 17px 34px -20px #bc8b50;
    box-shadow: 0px 17px 34px -20px #bc8b50;
}

.title {
    font-size: 1.6rem;
    font-weight: 700;
}

.text {
    font-size: 1rem;
    margin-bottom: 0.8em;
}

.container {
    max-width: 400px;
    overflow: hidden;
    padding: 0;
}

.img {
    width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.img__container {
    height: 200px;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.title {
    margin-bottom: 0.9em;
}

.subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0 2em;
    margin-bottom: 1.8em;
}

.mail {
    padding: 0.5em 0 0.5em 1.5em;
    line-height: 3;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

::-webkit-input-placeholder {
    color: #111127;
}

:-ms-input-placeholder {
    color: #111127;
}

::-ms-input-placeholder {
    color: #111127;
}

::placeholder {
    color: #111127;
}

.subscribe {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #b89f81;
    padding: 0.9em 0;
    display: inline-block;
    border: none;
    border-radius: 0.5em;
    width: 100%;
    margin-bottom: 1.3em;
    cursor: pointer;
}

.text {
    font-size: 0.9rem;
    width: 90%;
    text-align: center;
}

.error_text {
    color: red;
}

.message {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0.33em 0.5em;
    font-size: 75%;
    font-weight: 400;
    border-radius: 0.375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.message_success {
    color: #00d97e;
    background-color: #ccf7e5;
}

.message_danger {
    color: #e63757;
    background-color: #fad7dd;
}
