#user-header{
    background-color:#00afef;
}
#user-header .btn:active{
    border:0;
}
#user-header .btn.show{
    border:0;
}
#user-buttons{
    width: 1100px;
    display: flex;
    justify-content: flex-end;
}
#btn-login, #btn-user-area{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
#btn-login:hover, #btn-user-area:hover{
    background-color: #6aabc8;
}
#btn-subscribe{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #eb0000;
    display: flex;
    align-items: center;
}
#btn-subscribe:hover{
    background-color: #6aabc8;
}
#login-modal .modal-content{
    border-radius: 0;
}
#login-modal .modal-header{
    background-color: #1f2121;
    border-radius: 0;
    border: 0;
}
#login-modal .modal-title{
    background-image: url(/themes/2021/images/logo.png);
    height: 4.5rem;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#login-modal .modal-body{
    padding: 0;
}
#login-modal .nav-tabs{
    justify-content: center;
    background-color: #00afef;
}
#login-modal .tab-content{
    padding: 0 5rem 3rem 5rem;
}
#login-modal .nav-link {
    border: 0;
    border-radius: 0;
    font-weight: bold;
    padding: 1rem 3rem;
    color: #fff;
}
#login-modal .active{
    color: #1f2121;
}
.dropdown-menu{
    border-radius: 0;
}
.dropdown-item{
    color: #00afef;
    font-weight: bold;
}
.card-body h4.card-title{
    color: #fff;
    border-right: 1rem solid #0000;
    font-family: 'DINOT-Medium';
    font-weight: bold;
    font-size: 1rem;
    background: none;
    min-height: inherit;
    border-top: 2rem solid #f47a20;
}
.card-body a.stretched-link span{
    position: absolute;
    margin: 0 1rem;
    transform: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    top: 1.2rem;
}