.form-control {
    box-shadow: inset 0 1px 2px rgba(27,31,35,0.075);
    border: 1px solid $gray-light-color;

    &:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

.navbar-light {
    .brand-container {
        width: 34px;
        height: 34px;
        background-color: #22292f;
    }

    .navbar-brand {
        color: #fff;
        font-size: 22px;

        &:hover, &:focus {
            color: #fff;
        }
    }

    .navbar-toggler {
        border: 0;
        outline: none;
        box-shadow: none;
    }
}
