﻿body {
    background: #D9D9D9;
    font-family: 'Red Hat Text', Arial, 'Poppins', sans-serif;
}

img {
    pointer-events: none;
}

.logo-card {
    background-color: #202a38;
}

.btn-primary {
    color: #fff;
    background-color: #202a38;
    border-color: #202a38;
}

    .btn-primary:hover {
        color: #202a38;
        border-color: #202a38;
        background-color: #f2f2f2;
    }

.form-switch .fat-switch {
    height: calc(1em + .5rem);
    width: calc(2em + 1rem);
    position: relative;
}

    /* Sprendimas, kol nėra atnaujintas Kendo */
    .form-switch .fat-switch::before {
        content: "NE";
        position: absolute;
        right: .45rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: .65em;
        pointer-events: none;
    }
    
    .form-switch .fat-switch:checked::before {
        content: "TAIP";
        left: .3rem;
        right: auto;
    }

    .form-switch .fat-switch:checked {
        background-color: #202a38;
        border-color: #202a38;
        color: #fff;
    }

::-ms-reveal {
    display: none;
}

.toggle-password {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.k-form-error {
    font-size: 1rem;
}

label.required:after {
    content: ' *';
    color: red;
}

ul.lang-list li {
    list-style: none;
    display: inline-block;
}

    ul.lang-list li button {
        border: none;
        background: none;
        padding: 0;
        box-shadow: none;
        color: #007bff;
        font-size: 14px;
    }

    ul.lang-list li.active button {
        font-weight: 700;
    }

.validation-summary-errors li {
    list-style-type: none;
}

label.error {
    color: red;
}