﻿html, body {
    min-height: 100%;
    height: 100%;
}
.logon {
    position:relative;
    min-height: 100%;
    height: 100%;
    background-image: url('/skin/neskrid/img/parallax/img4.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.card {
    --bs-card-spacer-x: 0;
    --bs-card-border-radius: 0;
    --bs-card-box-shadow: 
            0 6px 6px -3px rgba(0, 0, 0, .2),
            0 10px 14px 1px rgba(0, 0, 0, .14),
            0 4px 18px 3px rgba(0, 0, 0, .12);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 2rem;
    
    box-shadow: var(--bs-card-box-shadow);
    min-width: 340px;
    width: 100%;
    z-index: 1;
}

.card .card-header {
    border-bottom-width: 0;
    text-align: center;
    color: rgb(var(--primary));
    font-weight: normal;
    font-family: "Impact", sans-serif;
    font-size: 1.25rem;
}

.card .identity-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card .identity-subheader {
    padding: var(--bs-card-spacer-x) var(--bs-card-cap-padding-x);
    text-align: center;
}

.card .identity-content {
    padding: var(--bs-card-spacer-y) var(--bs-card-cap-padding-x);
    text-align: center;
}

.card .identity-full .identity-select {
    color: var(--bs-gray-700);
    outline: 0;
    padding: .5rem 1.5rem .5rem 1rem;
    margin: 0;
    cursor: pointer;
    display: block;
    clear: both;
    min-height: 3.5rem;
}
.card .identity-full .identity-select:hover {
    background-color: rgba(var(--primary), var(--tonal-bg-opacity));
    color: #000;
}
.card .identity-full .identity-select .identity-select-icon {
    float: right;
    font-size: 1.25rem;
    padding: .675rem 0 0 0;
    display: block;
}
.card .identity-full .identity-select .identity-select-title {
    color: #000;
    display: block;
    font-weight: bold;
}
.card .identity-full .identity-language {
    cursor: pointer;
    clear: both;
    color: var(--bs-gray-700);
    padding: 1rem 2rem;
    margin: 0;
}
.card .identity-full .identity-language.selected {
    background: rgb(var(--primary));
    color: rgb(var(--bs-white-rgb));
}
.card .identity-full .identity-language.selected .identity-language-title {
    color: rgb(var(--bs-white-rgb));
}
.card .identity-full .identity-language:hover {
    background: rgba(var(--primary), var(--tonal-bg-opacity));
    color: #000;
}
.card .identity-full .identity-language:hover .identity-language-title {
    color: #000;
}
.card .identity-full .identity-language:focus {
    color: #000;
}
.card .identity-full .identity-language .identity-language-text {
    padding: 1rem 1rem 1rem 2rem;
    display: inline;
}
.card .identity-full .identity-language .identity-language-icon{
    float: right;
    font-size: 1.25rem;
    padding: .5rem 0 0 0;
    display: inline-block;
}
.card .identity-full .identity-language .identity-language-flag {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 1rem 0 0;
    display: inline-block;
}
.card .identity-full .identity-language .identity-language-title {
    color: var(--bs-gray-700);
    display: block;
    font-weight: bold;
}

.card .identity-footer {
    border-top-width: 0;
    padding-top: 0;
    text-align: center;
}

.card .identity-button:not(.dark):not(.delete) {
    --bs-btn-bg: var(--bs-gray-300);
    --bs-btn-color: #000;
    margin: 0 8px;
}
.card .identity-button:not(.delete) {
    --bs-btn-hover-bg: rgb(var(--primary));
    --bs-btn-hover-color: rgb(var(--bs-white-rgb));
    --bs-btn-hover-border-color: rgb(var(--primary))
}
.card .identity-button .identity-button-language {
    height: 20px;
    width: 20px;
    margin: -.25rem .25rem 0 0;
}

.card .card-footer {
    font-size: 14px;
}
.card .card-footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card .identity-control {
    position: relative;
}
.card .identity-control .addin,
.card .identity-control .prepend,
.card .identity-control .action {
    position: absolute;
    font-size: 16px;
    color: var(--bs-gray-600);
    margin: 0;
    top: 0;
    height: 100%;
    background: transparent;
}
.card .identity-control .prepend {
    left: 0;
    pointer-events: none;
    padding: .7rem 0 0 1rem;
}
.card .identity-control .prepend ~ input {
    padding-left: 2.5rem;
}
.card .identity-control .action {
    right: 0;
    z-index: 2;
    outline: 0;
    border: none;
    color: var(--bs-gray-700);
    visibility: hidden;
}
.card .identity-control .action:hover {
    color: rgb(var(--primary));
}
.card .identity-control .show {
    visibility: visible !important
}
.card .identity-control input:focus ~ .action {
    visibility: visible;
}
.card .identity-control input::placeholder,
.card .identity-control input::-ms-input-placeholder,
.card .identity-control input::-ms-reveal,
.card .identity-control .placeholder {
    color: var(--bs-gray-500);
    opacity: 1;
}

.card .identity-barcode {
    margin-top: .5rem;
}
.card >.identity-barcode-full {
    width: 100%;
    height: 100%;
    border: 2px solid var(--bs-gray-700);
    text-align: center;
    cursor: pointer;
}
.card .identity-barcode-small { 
    width: 9rem;
    height: 9rem;
    border: 2px solid var(--bs-gray-700);
    cursor:pointer;
}

/* --breakpoint-sm */
@media (min-width: 576px) {
    .card {
        width: 460px;
    }
}