@import '../tools/colors';
.input-group {
    &-search {
        input {
            box-shadow: none;
            border-color: $slate900;
            border-left: 0;
            &::placeholder {
                font-style: italic;
                font-size: 12px;
            }
        }
        .input-group-addon {
            background: none;
            border-color: $slate900;
        }
    }
}

.form-control {
    &:focus, &:active {
        outline: none;
        box-shadow: none;
        border-color: $slate900;
    }
}
