#newsletter-container {
    background: #660000;
    padding: 27px 0;
}

#newsletter-container h3 {
    font-size: 25px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    float: left;
}


#newsletter-container form {
    float: right;
}

#newsletter-container input[type=text] {
    height: 46px;
    width: 300px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 4px;
    border: 3px solid #fff;
    background: #fff;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
    color: #660000;
    font-weight: bold;
}

input, select, textarea {
    outline: 0;
}

#newsletter-container .btn {
    padding: 12px 20px;
    font-size: 17px;
    line-height: 20px;
}

.btn-custom-3 {
    color: #660000;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}

.btn-custom-3:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
}


::selection {
    background-color: #fff;
    color: #fff;
}