body {
justify-content: center;
letter-spacing: 0.025rem;
}

main {
    width: 500px;
    max-width: 500px;
    padding: 3.75rem;
    margin: auto;
    border-radius: 0.475rem;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05)
}

.form-label-custom {
    margin-bottom: 0.2rem;
    color: #3F4254;
    font-weight: 500;
}

.form-control-custom {
    padding: 0.825rem 1.5rem;
    font-size: 1rem;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
}

.btn-custom {
    max-height: 40px;
    font-size: 13px;
}

.form-control:focus {
    border-color:#EFF2F5;
    background-color: #EFF2F5;
}


.btn.btn-primary {
    background: #3d3d3d !important;
}

.btn.btn-primary:hover {
    background: #22251f !important;
}
.form-control {

}


h1, h2, h3 {
    color: #c20e1a;
    text-transform: uppercase;
}

.headerl7 .logotype {
    width: calc(100% - 1000px);
    padding-left: 70px
}

.headerl7 .navigation {
    width: 1080px;
    height: 95px;
    padding-left: 80px;
    /* background: #c20e1a*/
    background: #c20e1a
}

.headerl7 .navigation:before {
    position: absolute;
    content: "";
    left: 520px;
    color:#22251f;
    top: 0;
    display: block;
    height: 95px;
    width: 26px;
    background: url("https://helicarlogistika.cz/typo3conf/ext/helicarlogistika/Resources/Public/Images/ukos.svg") 0 0 no-repeat;
    background-size: auto 95px;
    filter: invert(8%) sepia(5%) saturate(2033%) hue-rotate(47deg) brightness(95%) contrast(84%)
}

