/* эти стили не нужны на страницах с реактом */
/* стили, которые влияют совместно с бутстрапом на страницы с реактом вынесены в отдельный css из style.css  */
/* оптимизируем bootstrap */
label,
input,
button,
select,
textarea {
    font-size: 13px;
}

label {
    cursor: auto;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: 16px;
    padding: 3px;
    font-size: 12px;
    line-height: 16px;
}

body input[type="submit"] {
    margin-bottom: 10px;
}

body select {
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    padding: 2px;
}

input[type="checkbox"] {
    margin: 0px;
}

.checkbox input[type="checkbox"] {
    margin-top: 2px;
}