#cm-email-signup-custom{
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    float: left;
    margin: auto auto 24px;
    border: 1px solid lightgray;
    background: rgba(0,0,0,0.05);
}

@media only screen and (max-width: 600px){
    #cm-email-signup-custom{
        max-width: 100%;
    }
}

#cm-email-signup-custom h1 { 
    margin-bottom: 1rem;
    font-size: 35px;
    text-align: center;
    margin-top: 0;
    letter-spacing: -1px;
    line-height: 1.17;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: rgb(67, 77, 93);
    padding-top: 2.5rem; 
}

@media only screen and (max-width: 600px){
    #cm-email-signup-custom h1 {
        font-size: 29px;
    }
}


#cm-email-signup-custom #email-signup-bounding-box{
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.75rem 2.5rem 2.75rem;
    position: relative;
}

#cm-email-signup-custom .description{
    white-space: pre-wrap;
    font-style: italic;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.3rem;
    font-size: 16px;
    color: rgb(67, 77, 93);
}

#cm-email-signup-custom .confirmation{
    white-space: pre-wrap;
    font-style: italic;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.3rem;
    font-size: 16px;
    color: rgb(67, 77, 93);
}

.cm-signup-form{
    margin-top: 1rem;
}

.cm-signup-form span{
    color: #ce171e;
}

.cm-signup-form .form-control {
    height: 43px;
}
.cm-signup-form .form-group label{
    display: none;
}
button.cm-signup-form-button { 
    background-color: #ce171e;
    font-weight: bold;
    color: white;
    font-size: 1.4rem;
    border-radius: 3px;
    font-style: normal;
    line-height: 1;
    outline: 0px;
    padding: 1.4rem 3rem;
    text-decoration: none;
}