
/*
 *
 *  Кастомный CSS
 *
 */


 .invalid {
    border-color: red !important;
    border-width: 2px !important;
}
/*
Для скрытого поля пароля. Чтобы убрать автозаполнение.
*/
.visually-hidden {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.breadcrumb>li+li:before {
    content: none;
}

.label-success {
    background-color: #739e73;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
