#wootatitas-rp_shortcode {
    background: #fbfbfb;
    padding: 40px 40px;
    margin: 10px;
    border-radius: 8px;
    border: 1px #ccc solid;
}

#introducao {
    padding-bottom: 15px;
}

#introducao p, .wootatitas-rp-loading-message {
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 26px;
    color: #121212;
}

#wootatitas-rp_shortcode label {
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 26px;
    color: #121212;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    padding: 5px 0;
}

#wootatitas-rp_shortcode input {
    border-radius: 3px;
    font-family: 'Nunito';
    font-size: 14px;
    line-height: 24px;
    color: #121212;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 10px 15px 10px 15px;  
    border: solid #ccc 1px;
}

#wootatitas-rp_shortcode button {
    background-color: #2c8641;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    color: #fbfbfb;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 30px 12px 30px;
    margin-top: 15px;
}

#wootatitas-rp_shortcode button:hover {
    background-color: #125722;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    color: #fbfbfb;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 30px 12px 30px;
    margin-top: 15px;
}
