.subpageNav {
    padding-top: 20px;
    position: relative;
}
.subpageNav::after {
    content: "";
    position: absolute;
    background-color: #eaeaea;
    width: 1px;
    height: 90%;
    right: 0;
    top: 30px;
}

.subpageNav ul li {
    white-space: normal;
}
.subpageNav ul li::before {
    display: none;
}
.lineDown:after {
    content: "";
    position: absolute;
    background-color: #eaeaea;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.prihlaskaPage {
    padding-bottom: 75px;
}
.prihlaskaPage .form-group label {
    margin-bottom: 0;
}
.prihlaskaPage .form-group select {
    height: 38px;
    padding-left: 8px;
    border: 1px solid #ced4da;
}
.prihlaskaPage .form-group .inlineInput {
    width: 200px;
    display: inline-block;
}
.prihlaskaPage .form-group p {
    margin-bottom: 0;
}
.prihlaskaPage h3 {
    color: #ec2028;
    font-weight: 700;
}
div.sapria-footer a {
    color: #fff;
}
div.sapria-footer a:hover {
    color: #ec2028;
}