form#createCommentBlog {
    text-align: right;
}

form#createCommentBlog .form-group {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 1rem;
}

form#createCommentBlog .form-group label {
    border: none;
    background: #fff;
    font-size: 12px;
    color: #5e5e5e;
}

form#createCommentBlog .form-group input {
    border: none;
    background: #fff;
    font-size: 13px;
    color: #100f0f;
    font-weight: bold;
    padding: 5px;
    border-radius: 0px;
}

form#createCommentBlog .form-group textarea {
    border: none;
    resize: none;
    font-size: 13px;
    color: #100f0f;
    font-weight: bold;
    padding: 0px;
    border-radius: 0px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

form#createCommentBlog button.btn-send-message {
    text-align: right;
    background: #0e0c9e;
    color: #fff;
    font-size: 13px;
    border-radius: 4px !important;
}

form#createCommentBlog .form-group textarea:active,
form#createCommentBlog .form-group textarea:focus,
form#createCommentBlog .form-group input:active,
form#createCommentBlog .form-group input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#alert-form-comment, #alert-form-sponsor {
    background: #f2f2f2;
    border-radius: 4px;
    color: #f00;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.help-block {
    color: red;
}