﻿body {
    background-image: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}
.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

    .authentication-wrapper .authentication-inner {
        width: 100%;
    }

    .authentication-wrapper.authentication-basic {
        align-items: center;
        justify-content: center;
    }

    .authentication-wrapper .auth-cover-illustration {
        z-index: 1;
        max-inline-size: 38rem;
    }

    .authentication-wrapper .authentication-image-object-left {
        position: absolute;
        bottom: 6%;
        inset-inline-start: 4%;
    }

    .authentication-wrapper .authentication-image-object-right {
        position: absolute;
        bottom: 7%;
        inset-inline-end: 4%;
    }

    .authentication-wrapper .authentication-image {
        z-index: -1;
        inline-size: 100%;
        position: absolute;
        inset-inline-start: 0;
        bottom: 0;
    }

    .authentication-wrapper .authentication-image-model {
        width: 768px;
    }

    .authentication-wrapper.authentication-cover {
        align-items: flex-start;
    }

        .authentication-wrapper.authentication-cover .authentication-inner {
            min-height: 100vh;
            position: relative;
        }

        .authentication-wrapper.authentication-cover .authentication-image {
            inset-inline-start: unset;
        }

        .authentication-wrapper.authentication-cover .authentication-image-tree {
            position: absolute;
            bottom: 4rem;
            left: 3rem;
        }

    .authentication-wrapper.authentication-basic .authentication-inner {
        max-width: 460px;
    }

    .authentication-wrapper .auth-input-wrapper .auth-input {
        max-width: 50px;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        font-size: 150%;
    }

@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input {
        font-size: 1.125rem;
    }
}

@media (max-width: 1199.98px) {
    .authentication-cover .authentication-image-model {
        position: relative;
        width: 575px;
        top: 1rem;
    }
}

.light-style .authentication-wrapper .authentication-bg {
    background-color: #fff;
}
.page_title {
    font-weight: bold;
    font-size: 1.25em;
}
.menu_logo {
    width: 80%;
    margin: 30px auto;
}
.filter_row th {
    padding: 0!important;
    padding-block: 0 !important;
    background-color: white !important;
}
.filter_row .form-control {
    border-radius: 0;
    padding: 0.5rem;
}
.filter_row .btn {
    width: 100%;
    border-radius: 0;
    height: -webkit-fill-available;
}
.filter_row .form-control:hover, .filter_row .form-control:focus {
    border-width: 1px !important;
}
.not_found {
    text-align:center;
    font-size:1rem;
    font-weight:bold;
    padding:10px;
}
    .not_found img {
        display: block;
        margin: 20px auto;
    }
.DateClass {
    display:flex;
}
    .DateClass input {
        flex:1;
    }


.card-iv-title {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.7px;
    margin: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.item_title {
    font-weight: 700;
    margin: 5px auto;
}
.item_value {
    margin: 5px auto;
}

.severityimg {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto -60px;
}
@media (max-width: 767px) {
    .severityimg {
        position: relative;
    }
}
.card-ta-title {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #1e1e1e;
    letter-spacing: 0.7px;
    margin: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.language_group {
    display: flex;
}
.language_group .language:first-child {
    border-left: 2px solid #FFCF01;
    border-radius:5px 0 0 5px;
}
.language_group .language:last-child {
    border-radius: 0 5px 5px 0;
}
.language {
    flex: 1;
    color: #FFCF01 !important;
    background-color: white !important;
    border: 2px solid #FFCF01;
    border-left:0;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 600;
}
.language_check {
    color: #f6f2ff !important;
    background-color: #FFCF01 !important;
}
.language_login {
    width: 120px;
    margin: 10px;
    position: fixed;
    right: 10px;
    z-index:10;
}