body {
    font-family: "Exo", sans-serif;
    font-weight: 400;
}
.skupina-0 {
    margin: 20px 0px 20px 0px;
}
td.den-cell {
    width: 200px;
    color: #900000;
    font-weight: bold;
    text-align: left;
    background: transparent;
}
den-cell {
    color: #900000;
    font-size: 18px;
    font-weight: bold;
}
den-form {
    color: #900000;
    font-size: 16px;
}
select, textarea, 
input[type="text"], 
input[type="password"], 
input[type="number"], 
input[type="email"] {
    display: block;
    height: 34px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 50px !important;
    border-radius: 0px;
}
.btn {
    cursor: pointer;
}
.btn-success {
    border-color: #900000;
    border-style: solid;
    border-width: 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #900000;
    background: #00000017;
}
.btn:hover {
    background: #00000045;;
}