﻿.container-fluid.login {
    padding: 0;
}

img.change-password {
    width: 25%;
}

.change-password-logo {
    justify-content: center;
    display: flex;
}

.forgot-password-logo {
    display: flex;
    justify-content: center;
    width: 100px;
    margin: 0 auto;
}

    .forgot-password-logo img {
        width: 100%;
        height: auto;
    }


.reset-password-logo {
    display: flex;
    justify-content: center;
    width: 100px;
    margin: 0 auto;
}

    .reset-password-logo img {
        width: 100%;
        height: auto;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.prod-dn {
    display: none !important;
}

.prod-alert-panel p {
    color: #dc143c !important;
    font-size: 22px;
}

form label {
    font-weight: bold;
    font-size: 10pt;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.display-none {
    display: none;
}

.LoginPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

    .LoginPage .item {
        border: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url("../assets/bg-pattern.png");
        background-size: 200px;
        height: 100%;
    }

        .LoginPage .item .etbis {
            max-height: 50%;
            max-width: 100%;
        }

        .LoginPage .item.row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            background-color: #f7fafb;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin: 0;
            background-size: 400px;
            width: 100%;
        }

            .LoginPage .item.row .wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .LoginPage .item.row .wrapper .etbis-yatay {
                    display: none;
                }

                .LoginPage .item.row .wrapper .card {
                    border-radius: 4px;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 30px;
                    max-width: 60%;
                    width: 400px;
                    background-color: white;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    min-width: 364px;
                }

                    .LoginPage .item.row .wrapper .card .form {
                        margin-top: 20px;
                        width: 100%;
                        max-width: 100%;
                    }

                        .LoginPage .item.row .wrapper .card .form input {
                            text-decoration: none;
                        }

                    .LoginPage .item.row .wrapper .card .djitLogo {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        height: auto;
                        margin-bottom: 20px;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                    }

                    .LoginPage .item.row .wrapper .card ul {
                        margin: 0;
                        padding: 0;
                    }

                        .LoginPage .item.row .wrapper .card ul li {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                            font-size: 10pt;
                        }

            .LoginPage .item.row.ldap {
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        .LoginPage .item.left {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #1e1e2d;
            z-index: 99 !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
            background-image: url("../assets/bg-pattern-left.png");
        }

            .LoginPage .item.left .just {
                max-height: 50%;
                max-width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: relative;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .LoginPage .item.left .just img {
                    max-width: 100%;
                    width: 300px;
                    margin-bottom: 20px;
                }

                    .LoginPage .item.left .just img.logo {
                        max-width: 100%;
                        width: 197px;
                        height: 197px;
                        -webkit-animation: rotate linear 100s infinite;
                        animation: rotate linear 100s infinite;
                    }

            .LoginPage .item.left.ldap {
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

.etbis-btn-group {
    position: relative;
    width: 100%;
    background-color: #6e6e8a;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

    .etbis-btn-group .bg {
        width: 50%;
        height: 40px;
        position: absolute;
        top: 5px;
        display: block;
        border-radius: 20px;
        z-index: 0;
    }

        .etbis-btn-group .bg .inner {
            background-color: #414151;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 20px;
        }

        .etbis-btn-group .bg.rigth {
            padding-right: 5px;
            right: 0%;
            -webkit-animation-name: bgLeftToRight;
            animation-name: bgLeftToRight;
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        .etbis-btn-group .bg.left {
            padding-left: 5px;
            right: 50%;
            -webkit-animation-name: bgRightToLeft;
            animation-name: bgRightToLeft;
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

    .etbis-btn-group a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        height: 40px;
        border-radius: 20px;
        border: none;
        background-color: transparent;
        outline: none;
        color: white;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 1;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
    }

        .etbis-btn-group a:hover {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            text-decoration: none;
            color: white;
        }

        .etbis-btn-group a:focus {
            outline: 0 !important;
        }

        .etbis-btn-group a.active {
            color: white;
            font-weight: bold;
        }

.form-group.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .form-group.bottom .inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }

    .form-group.bottom a {
        text-decoration: none;
        cursor: pointer;
        margin: 0;
        color: #1e1e2d;
    }

        .form-group.bottom a:hover {
            text-decoration: none;
        }

.login-button {
    background-color: #6e6e8a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
}

    .login-button.all {
        width: 100%;
        margin-top: 20px;
    }

        .login-button.all:focus {
            outline: none;
        }

@-webkit-keyframes bgRightToLeft {
    from {
        right: 0%;
        padding-right: 5px;
    }

    to {
        right: 50%;
        padding-right: 0;
    }
}

@keyframes bgRightToLeft {
    from {
        right: 0%;
        padding-right: 5px;
    }

    to {
        right: 50%;
        padding-right: 0;
    }
}

@-webkit-keyframes bgLeftToRight {
    from {
        right: 50%;
        padding-left: 5px;
    }

    to {
        right: 0%;
        padding-left: 0;
    }
}

@keyframes bgLeftToRight {
    from {
        right: 50%;
        padding-left: 5px;
    }

    to {
        right: 0%;
        padding-left: 0;
    }
}

@media (max-width: 600px), (max-device-width: 600px) {
    .LoginPage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .LoginPage .item {
            width: 100%;
            height: 100%;
        }

            .LoginPage .item.row {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .LoginPage .item.row .wrapper {
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .LoginPage .item.row .wrapper .etbis-yatay {
                        display: block;
                        width: 30%;
                        margin-bottom: 20px;
                    }

                    .LoginPage .item.row .wrapper .card {
                        max-width: 90%;
                        width: 90%;
                    }

            .LoginPage .item.left {
                display: none;
            }

            .LoginPage .item.row.ldap {
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

i#oldPasswordEye, i#newPasswordEye, i#reNewPasswordEye {
    margin-left: 12px;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
# sourceMappingURL=login.css.map 

.select2 {
    width: 100%;
}
.row
{
    --bs-gutter-x: 0;
}
.backdrop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999 !important;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

    .backdrop .content {
        max-width: 50%;
        padding: 20px;
        min-width: 50%;
        border-radius: 4px;
        background: white;
        box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
        height: 150px;
    }

        .backdrop .content .title {
            display: flex;
            justify-content: space-between;
        }

            .backdrop .content .title h4 {
                color: #000000;
            }

            .backdrop .content .title button {
                border-radius: 4px;
                border: 1px solid transparent;
                height: 40px;
                width: 40px;
                font-weight: bold;
            }

.userpassword {
    display: flex;
    align-items: center;
    border: 1px solid #dbdbdb;
    padding-right: 15px;
}

.pass {
    border: none;
    outline: none;
    margin-right: 15px;
    flex: auto;
}

.userpassword > i {
    cursor: pointer;
}

.backdrop-popup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
}

    .backdrop-popup .content {
        max-width: 50%;
        width: 500px;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
        border-radius: 6px;
        padding: 20px;
        padding-top: 0;
    }

        .backdrop-popup .content button {
            border-radius: 6px;
            padding: 6px 20px;
            outline: none;
            border: 1px solid #d5d5d5;
            background: white;
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.02);
            justify-content: center;
            align-items: center;
        }

        .backdrop-popup .content #loginButton {
            display: flex;
            justify-content: flex-end;
        }

        .backdrop-popup .content .title {
            position: relative;
            white-space: normal;
            user-select: none;
            min-height: 28px;
            border-bottom: 1px solid #ddd;
            background: 0 0;
            color: #333;
            overflow: visible;
            font-weight: 400;
            font-size: 20px;
            text-overflow: ellipsis;
            line-height: 36px;
            align-items: center;
            height: 60px;
            justify-content: space-between;
            margin-bottom: 20px;
            display: flex;
            margin-left: -20px;
            margin-right: -20px;
            padding-top: 0;
            padding-left: 20px;
            padding-right: 10px;
        }

            .backdrop-popup .content .title h4 {
                color: #000000;
            }

            .backdrop-popup .content .title #closeInfo {
                margin: 0;
                height: 36px;
                width: 36px;
                padding: 4px;
                line-height: 30px;
            }