﻿body {
    padding: 2rem !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #555 !important;
    line-height: 15px;
    background-color: transparent !important;
}

table.subscribe td {
    line-height: 0px;
    vertical-align: middle !important;
}

.newsletter input {
    font-size: 15px !important;
}

.newsletter input[type="submit"] {
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .newsletter h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 574px) {
    .newsletter h4 {
        font-size: 14px;
    }
}

h4.title {
    color: #aa8116;
}

.thead-green {
    background-color: #facf60;
    color: #aa8116;
}

.btn {
    background-color: #181D3A;
    border: #181D3A;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1rem;
    cursor: pointer;
}

.btn img {
    margin-right: 10px;
}

.vali {
    background: #ffffff;
    color: #ff0000;
    font-size: 12px;
    font-weight: bolder;
}

.snc {
    font-family: 'FuturaBkBTBook';
    background: #ffffff;
    color: #bc2026;
    font-size: 16px;
    font-weight: bolder;
}