/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.newsletter {
    padding: 80px 0;
    background: #19beda;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px; }
.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
}
.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}
.newsletter .content .btn {
    min-height: 50px;
    border-radius:0;
    background: #243c4f;
    color: #fff;
    font-weight:600;
}

@media screen and (min-width : 1200px)  {
    .newsletter .container {
        width: auto !important;
    }
}
@media screen and (max-width : 1200px)  {
    .newsletter .container {
        width: auto !important;
    }
}