﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* ====== brand logo ============ */
#mb-image-logo
{
    display: block;
    width: 200px;
}

/* ====== menu ============ */
header
{
    font-weight: bold;
}

    header .navbar-menu .navbar-nav > li > a
    {
        color: #E5412C;
    }

    header .navbar-btn
    {
        background-color: #E5412C;
    }

        header .navbar-btn .icon-bar
        {
            background-color: white;
        }

/* ====== login form ============ */
.login-form .login-spinner
{
    width: 15px;
    height: 15px;
}

.login-form .username-error,
.login-form .password-error,
.login-form .error-msg
{
    color: red;
    font-size: 11px;
    height: 20px;
    display: block;
}

/* ====== footer links ============ */
footer .useful-links
{
    font-size: 14px;
}

footer .useful-links li
{
    display: inline-flex;
    list-style: none;
    padding-right: 20px;
    font-weight: lighter;
    color: black;
}

/* ====== OneTrust cookie footer link ============ */
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings
{
    border: 0 !important;
    color: #337ab7 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

    #ot-sdk-btn.ot-sdk-show-settings:hover,
    #ot-sdk-btn.optanon-show-settings:hover
    {
        color: #337ab7 !important;
        background-color: transparent !important;
    }

#app-footer-cookie-preferences #ot-sdk-btn.ot-sdk-show-settings
{
    background-color: transparent;
    color: #e5412b !important;
}

#app-footer-cookie-preferences img
{
    height: 25px;
    margin-top: -6px;
    margin-left: 5px;
}

/* ====== privacy policy  ============ */
#mb-login-privacy-policy
{
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

/* ====== LOGIN ============ */
.login-layout img
{
    display: block;
    height: auto;
    max-width: 100%;
}

.login-layout h1,
.login-layout h2,
.login-layout h3,
.login-layout h4,
.login-layout h5,
.login-layout h6
{
    color: #e5412b;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.login-layout p
{
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.login-layout a
{
    color: #e5412b;
}

@media(min-width:992px)
{
    .login-layout .container-fluid
    {
        max-width: 95%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* ====== BUTTONS ============ */
.login-layout .btn
{
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.login-layout .btn-primary,
.login-layout .btn-primary:hover
{
    background-color: #e5412b;
    border-color: #e5412b;
}

/* ====== HEADER ============ */
.login-layout .before-header-stripe
{
    background-color: #e5412b;
    height: 2px;
    width: 100%;
}

.login-layout .site-header
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-layout .mobile-toggle
{
    color: #e5412b;
    padding: 0;
}

.login-layout .custom-logo
{
    width: 200px;
}

/* ====== FOOTER ============ */
.login-layout .site-footer
{
    padding-top: 28px;
    padding-bottom: 28px;
}

    .login-layout .site-footer p
    {
        font-size: 14px;
    }

/* === SOCIALS === */
.login-layout .mb-socials .mb-facebook a
{
    /* Facebook */
    color: #0064e0;
}

.login-layout .mb-socials .mb-nstagram a
{
    /* Instagram */
    color: #fe0075;
}

.login-layout .mb-socials .mb-linkedin a
{
    /* Linkedin */
    color: #0a66c2;
}

.login-layout .mb-socials .mb-xtwitter a
{
    /* XTwitter */
    color: #00acee;
}

/* ====== NAVIGATION ============ */
.login-layout .offcanvas-header button
{
    color: #e5412b;
}

.login-layout .nav
{
    width: 100%;
}

    .login-layout .nav li
    {
        font-family: "Oswald", sans-serif;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .login-layout .nav li a
        {
            text-decoration: none;
        }

.login-layout .theme-mode-toggle
{
    color: #e5412b;
}

/* ====== BODY ============ */
.login-layout .site-inner
{
    padding-top: 28px;
    padding-bottom: 28px;
}

/* ====== LOGIN AD ============ */
.login-layout .mb-desktop-login-container .poster-ad-container
{
    margin: 0 auto;
    max-width: 1882px;
}

.login-layout .mb-mobile-login-container .poster-ad-container
{
    margin: 0 auto;
    max-width: 356px;
}

/* ====== FORM ============ */
.login-layout .login-form-area .btn-primary
{
    display: block;
    width: 100%;
}

.login-layout .login-form-area .form-text
{
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

    .login-layout .login-form-area .form-text .btn
    {
        color: #a1a1a1;
        font-family: "Source Sans 3", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

/* ====== FLAIR ============ */
.login-layout .flair
{
    border-top: 2px solid #e5412b;
    border-bottom: 2px solid #e5412b;
}

.login-layout .flair-wrap
{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

    .login-layout .flair-wrap span
    {
        color: #e5412b;
        display: block;
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }

@media(min-width:768px)
{
    .login-layout .flair-wrap
    {
        display: flex;
        justify-content: space-between;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media(min-width:992px)
{
    .login-layout .flair-wrap span
    {
        font-size: 42px;
    }
}

@media(min-width:1200px)
{
    .login-layout .flair-wrap span
    {
        font-size: 54px;
    }
}

.login-layout .forgot-password-section a
{
    color: #a1a1a1;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.login-layout .mb-ad-slot
{
    width: 100%;
    aspect-ratio: 2.85 / 1;
}

.login-layout .mb-ad-loading
{
    opacity: 0.6;
}

@media(max-width:768px)
{
    .login-layout .mb-ad-slot
    {
        min-height: 460px;
    }
}