.form-group {
    margin: 0;
}

.klocek .input-group-addon {
    background: #e5e5e5;
    border: 0 !important;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.klocek .input label {
    margin-bottom: .5rem;
}

.klocek .input input,
.klocek .textarea textarea {
    background: #f5f5f5;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}

.klocek .select select {
    background: #f5f5f5;
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 8px 10px;
    border: 0;
    border-radius: 2px;
    line-height: 1.25em;
    padding: .5rem 1.5rem .5rem .75rem;
    width: 100%;
}

.klocek .textarea textarea {
    height: 100px;
    resize: none;
}

.klocek .blad ul {
    list-style: square;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: 1.125rem;
}

.klocek .blad ul li {
    color: #e74c3c;
    text-align: left;
}

.klocek .blad input,
.klocek .blad textarea {
    background: #ffe3e3;
}

.klocek .blad select {
    background-color: #ffe3e3 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
}

.klocek .input input:focus,
.klocek .select select:focus,
.klocek .textarea textarea:focus {
    background-color: #e8f5fa !important;
}
