#email-success, #carregando {
    padding: 10px;
    border: solid 1px #CCC;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    border-radius: 35px;
    width: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

#carregando {
    background: #20302f;
}

#email-success {
    background: #5cda5c;
}

#sem-posts, #email-error {
    padding: 10px;
    border: solid 1px #CCC;
    background: #900;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    border-radius: 35px;
    width: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
