.char-counter {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    color: #555;
}
.char-counter.limit-reached {
    color: red;
    font-weight: bold;
}
.g-recaptcha {
    margin-top: 15px;
}