#loginModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #191919;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
}

header {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #161415 url(/images/header-background.jpg) no-repeat top center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    z-index: 1;
}

#loginForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}

#loginForm label {
    font-family: 'opensans-regular', sans-serif;
    font-weight: bold;
    font-size: 14px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 12px 0;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    width: 26%;
}

#loginForm input {
    width: 100%;
    padding: 18px 20px;
    color: #eee;
    background: #373233;
    margin-bottom: 20px;
    border: 0;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    font-family: 'opensans-regular', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

#loginBtn {
    background: #0D0D0D;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font: 16px / 30px 'opensans-bold', sans-serif;
    font-weight: bold;
}

.cookie-consent-barExtra {
    padding: 30px 10px 30px 10px !important;
}
