﻿
*, ::after, ::before {
    box-sizing: border-box
}


h4 {
    margin-top: 0;
    margin-bottom: .46875rem;
    font-weight: 600;
    line-height: 1.2
}

h4 {
    font-size: 1.125rem
}

b {
    font-weight: 700
}

b {
    font-weight: 700
}
/*Dark mode*/
/*@media (prefers-color-scheme: dark) {
    .bg-primary-background {
        background-color: #27272fff !important;
    }

    .bg-primary-button {
        background-color: #00adf8ff !important;
    }
}

@media (prefers-color-scheme: light) {
    .bg-primary-background {
        background-color: white !important;
    }

    .bg-primary-button {
        background-color: #005B82 !important;
    }
}*/

.bg-primary-background {
    background-color: white !important;
}

.bg-primary-button {
    background-color: #005B82 !important;
}

.login.login-with-news-feed {
    min-height: 100vh
}

    .login.login-with-news-feed .news-feed {
        position: fixed;
        left: 0;
        right: 500px;
        top: 0;
        bottom: 0;
        overflow: hidden;
        transform: translateZ(0)
    }

@media (max-width:991.98px) {
    .login.login-with-news-feed .news-feed {
        right: 400px
    }
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .news-feed {
        display: none
    }
}

.login.login-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .news-feed {
        position: relative;
        right: 0;
        display: none
    }
}

.login.login-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.login.login-with-news-feed .news-feed .news-caption {
    color: rgba(255,255,255,.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 60px 45px;
    font-size: 18px;
    letter-spacing: .25px;
    z-index: 20;
    font-weight: 300;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%)
}

@media (max-width:991.98px) {
    .login.login-with-news-feed .news-feed .news-caption {
        padding: 45px 45px 30px;
        font-size: 16px
    }
}

.login.login-with-news-feed .login-container {
    width: 500px;
    background: var(--app-component-bg);
    padding: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto
}

@media (max-width:991.98px) {
    .login.login-with-news-feed .login-container {
        padding: 45px;
        width: 400px
    }
}

@media (max-width:767.98px) {
    .login.login-with-news-feed .login-container {
        width: auto;
        padding: 30px
    }
}

.login.login-with-news-feed .login-header {
    position: relative;
    display: flex;
    align-items: center
}

body {
    margin: 0
}
*, ::after, ::before {
    box-sizing: border-box
}

b {
    font-weight: bolder
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

b {
    font-weight: 700
}


*, ::after, ::before {
    box-sizing: border-box
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

    [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px .75rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,143,226,.25)
}

.btn:disabled {
    opacity: .65
}

.btn-block {
    display: block;
    width: 100%
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-center {
    text-align: center !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

.btn {
    font-weight: 600
}

hr {
    border: none;
    height: 1px;
    background: rgba(0,0,0,.1)
}

.text-center {
    text-align: center !important
}

.text-grey-darker {
    color: #899297 !important
}

.btn:hover {
    color: #83a0b7
}
