/* LOGIN AUTH FORM */

.auth-wrapper {
    background: #ffe9e9;
    border: 1px solid #333;
    padding: 2rem;
}

    .auth-wrapper hr {
        display: none;
    }

    .auth-wrapper h1 {
        text-transform: uppercase;
        margin: 0 0 1rem 0 !important;
    }

    .auth-wrapper label {
        margin: 0 0 0.5rem 0 !important;
    }

    .auth-wrapper input {
        border: 1px solid #333 !important;
        border-radius: 0 !important;
    }

    .auth-wrapper button {
        background: #333 !important;
        border: 1px solid #333 !important;
        border-radius: 0 !important;
    }

    .auth-wrapper .label-link {
        font-size: 100% !important;
    }

/* HEADER */

html[dir=ltr][data-theme=default] .ta-navbar-top {
    background: #b70e0c !important;
}

    html[dir=ltr][data-theme=default] .ta-navbar-top a[role=button] {
        color: #fff !important;
    }

html[dir=ltr][data-theme=default] .ta-navbar-brand {
    align-items: flex-end !important;
    padding: 0 !important;
    display: flex !important;
    width: auto;
}

    html[dir=ltr][data-theme=default] .ta-navbar-brand > span:last-child {
        color: #fff;
        margin: 0 0 0.25rem -0.1rem;
    }

    html[dir=ltr][data-theme=default] .ta-navbar-brand > img {
        margin-right: 0;
        width: auto !important;
    }
