header .header__logo {
    width: 200px;
    height: 66px;
    background: url(/images/gelvorasergel-logo-1.svg) no-repeat center center/100% 100%;
}


header {
    background-color: #a8003b;
}

header .header__secondary {
    background-color: #a8003b;
}


.login-wrapper {
    background: url(/images/Cilveki.JPG) no-repeat center center/100% 100%;
    background-size: cover;
}

.login-wrapper .login .btn.btn-primary.btn__custom.btn__custom--bg-blue.w-100 {
    background-color: #a8003b !important;
    border-color: #a8003b !important;
}

.login .nav-link--border-none:hover, .login .nav-link--border-none:focus {
    cursor: pointer;
    border-color: transparent;
    border-bottom: 3px solid #a8003b;
}

.login .nav-link--border-none.active {
    color: #000;
    border-color: transparent;
    border-bottom: 3px solid #a8003b;
}

.login .btn__custom--outline-blue:active {
    outline: 0 !important;
    background-color: #a8003b !important;
    border-color: #a8003b !important;

}

.btn.btn-outline-primary.btn__custom.btn__custom--outline-blue.btn__custom.w-100.p-0 {
    border-color: #a8003b !important;
}

.btn.btn-outline-primary.btn__custom.btn__custom--outline-blue.btn__custom.w-100.p-0 .title {
    color: #a8003b !important;
}

.btn.btn-outline-primary.btn__custom.btn__custom--outline-blue.btn__custom.w-100.p-0:active .title {
    color: #FFF !important;
}

