.comment-form {
    margin: 15px 4px;
}

.comment-form .comment-form-comment label,
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Muli', Arial, sans-serif;
    font-size: 14px;
}

.comment-form .form-submit .submit {
    color: #fff;
    background: #289fd2;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.comment-form .form-submit .submit:hover {
    background: #287CC0;
}

.comment-form .comment-notes {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.comment-form .logged-in-as {
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-form .logged-in-as a {
    color: #287CC0;
    text-decoration: none;
}

.comment-form .logged-in-as a:hover {
    text-decoration: underline;
}
