#fara {
    --primary: #92278F;
}

#fara .btn, #fara .btn-primary, #fara .bg-primary {
    background: var(--primary) !important;
    border-color: var(--primary);
    color: #fff;
}

#fara a {
    color: var(--primary);
}

#fara {
    filter: none;
}

body {
    filter: grayscale(100%);
    transition: filter .3s ease;
}

.hidden-default-button {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.min-vh-100 {
    min-height: 100vh;
}

input.form-control {
    border-radius: 0;
    border: none;
    border-bottom: solid 3px #ddd;
    transition: all 0.15s ease;
    outline: none;
    font-weight: bold;
    padding: 0 0 .25em;
    background: #fff !important;
}

.btn {
    font-weight: bold;
    display: inline-block;
    min-width: 50%;
    padding: .75em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus{
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 40rem #fff inset;
}

input.form-control:focus, input.form-control:active {
    border-bottom: solid 3px currentColor;
    transition: all 0.15s ease;
}

.form-container, #mobile-intro, #change-password-mobile-intro {
    width: 100%;
    margin: 0 auto;
}

#tenant-logo {
    width: 100%;
    max-width: 300px;
}


@media screen and (min-width: 576px) {
    #languages-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    .form-container, #mobile-intro, #change-password-mobile-intro {
        max-width: 500px;
    }
}

svg.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    margin: -.3125em .25em -.1875em
}

use.icon {
    fill: currentcolor
}

svg path {
    fill: inherit;
}

.password-container {
    position: relative;
}

.password-container input {
    padding-right: 2rem;
}

.show-password, .hide-password {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    outline: none;
    padding: 0.75rem 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    color: currentColor;
    font-size: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cut-in {
    margin: -3rem -3rem 0 -3rem;
    box-shadow: inset 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.05), inset 0 0.7rem 0.4rem -0.5rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .cut-in {
        border-top: medium solid var(--primary);
    }
}

@media (prefers-color-scheme: light) {
    input.form-control:focus, input.form-control:active {
        box-shadow: 0 0 0px 40rem #fff inset;
    }

    .text-black-50 {
        color: rgb(0 0 0 / 60%) !important;
    }
}

@media (prefers-color-scheme: dark) {
    .bg-light {
        background: #121212 !important;
        color: #fff;
    }

    .card {
        background: #252525;
    }

    .cut-in {
        background: #1B1B1B !important;
    }

    .text-black-50 {
        color: #fff !important;
    }

    input.form-control {
        color: #fff !important;
        background: transparent !important;
        border-bottom-color: #787878 !important;
    }

    input.form-control:focus,
    input.form-control:active,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus{
        border-bottom-color: #121212 !important;
        box-shadow: 0 0 0px 40rem #252525 inset;
        -webkit-text-fill-color: #fff;
        caret-color: #fff;
    }

    .show-password, .hide-password {
        color: #fff;
    }
}
