﻿.btn-white {
    background-color: #fff;
    font-weight: 500;
}

.newsletter-container {
    border-radius: 5px;
    min-height: 150px;
    padding: 10px;
    text-align: center;
    color: #000;
    background-size: cover;
    line-height: 70px;
}

a.btn.btn-white {
    color: #ed2939;
    font-weight: bold;
}

.newsletter-container > a {
    vertical-align: bottom;
}