body {
    background-color: #f1f1f1;
    color: #1b1e21;
    background: url("/img/mts_logo.png") no-repeat 100% 60px;
    background-size: 15%;
}

a {
    color: #4e555b;
}

a:hover {
    color: #df0000;
    text-decoration: underline;
}

.login {
    margin: 30px auto 0;
    width: 40%;
}

.login_form input, .login_form button {
    border-radius: 16px;
}

.login_form button {
    background-color: #df0000;
    color: #ffffff;
    border: none;
    height: 40px;
    margin-top: 20px;
}

.login_header {
    font-weight: bold;
    text-align: center;
}

.navbar {
    background: #df0000;
}

.navbar-toggler-icon {
    color: #fff;
}

.nav-item {
    border: 1px solid #4e555b;
    border-radius: 1rem;
    border-color: #f1f1f1;
    margin-right: .5rem;
}

.nav-item:hover {
    background: #ac1e1e;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .nav-item {
    margin-right: .5rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: .5rem 1rem;
}

.menu a, .white, .product a:hover {
    color: #ffffff!important;
    text-decoration: none!important;
}

.btn-primary {
    background-color: #df0000;
    border-color: #df0000;
    border-radius: .5rem;
}

.btn-primary:hover {
    background-color: #a41e22;
    border-color: #a41e22;
}

.product {
    padding: 32px;
    line-height: 80px;
}

.product-card {
    margin: 12px;
    border: double;
    opacity: .8;
}

.cards {
    text-align: center;
}

.borderless {
    border: 0!important;
}

.form-group.mr-2 label,
.form-group.mr-2 input,
.form-group.mr-2 button,
.form-group.mr-2 select {
    margin-right: .5rem;
}

.btn-group {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px 10px 3px 0;
}

.hidden {
    display: none;
}

.ha {
    height: auto;
}

.ha .form-check {
    margin-right: 1rem;
}

.yellow-bg {
    background: yellow;
}

.red {
    color: red;
}

.u {
    border-bottom: double blue;
}