﻿body {
    background-color: #fff !important;
    font-family: 'Open Sans', Roboto, sans-serif, Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0px !important;
}

.login-container {
    display: flex;
    flex: 1;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

    .login-container .left-panel {
        background: linear-gradient(to bottom right, #ffffff, #ffffff, #E8F2FF, #E8F2FF, #7fb3f6);
        width: 75%;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        border-right: solid 1px #efefef;
    }

.left-panel .logo {
    margin: 0 auto;
}

    .left-panel .logo img {
        max-width: 250px;
        height: auto;
    }

.left-panel h2 {
    font-size: 27px;
    margin-bottom: 3px;
    margin-top: -54px;
}

.left-panel p {
    font-size: 16px;
    margin-bottom: 30px;
}

.left-panel .btn {
    background-color: #004d40;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.left-panel .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.left-panel .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    background: linear-gradient(45deg, #ff5e62, #ff9966);
}

    .left-panel .social-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .left-panel .social-icon:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


.login-container .right-panel {
    background-color: white;
    width: 25%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .login-container .right-panel h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .login-container .right-panel .form-group {
        margin-bottom: 20px;
    }

        .login-container .right-panel .form-group input {
            padding: 10px;
            font-size: 14px;
            border-radius: 5px;
            border: 1px solid #ccc;
            position: relative;
        }

            .login-container .right-panel .form-group input[type="submit"] {
                width: 100%;
                color: white;
                border: none;
                cursor: pointer;
            }

        .login-container .right-panel .form-group .password-container {
            position: relative;
        }

            .login-container .right-panel .form-group .password-container input {
                padding-right: 40px;
            }

            .login-container .right-panel .form-group .password-container i {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                cursor: pointer;
                color: #0066ff;
            }

        .login-container .right-panel .form-group a {
            color: #0066ff;
            text-decoration: none;
            font-size: 14px;
        }

            .login-container .right-panel .form-group a:hover {
                text-decoration: underline;
            }

        .login-container .right-panel .form-group .otp-checkbox {
            margin-bottom: 15px;
            color: #0066ff;
            display: flex;
            align-items: center;
        }

            .login-container .right-panel .form-group .otp-checkbox input {
                margin-right: 5px;
            }

            .login-container .right-panel .form-group .otp-checkbox label {
                margin: 0;
            }

.help {
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #999;
}

    .help .helptext {
        font-family: 'Open Sans', Roboto, sans-serif, Arial;
        letter-spacing: 0px;
        min-width: 400px;
        font-size: 13px;
        line-height: 20px;
        background-color: #4c4c4c;
        color: #fff;
        text-align: left;
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        z-index: 10000;
        top: -5px;
        left: 120%;
        cursor: default;
        display: none;
    }

    .help:hover .helptext {
        display: block;
    }

    .help .helptext::after {
        content: " ";
        position: absolute;
        top: 8px;
        right: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #4c4c4c transparent transparent;
    }

.otp-container input, .otp-container label {
    margin: 0px;
}

.logo-container {
    background-color: #fbfbfb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    box-sizing: border-box;
    padding: 10px 20px;
    border-bottom: solid 1px #efefef;
    font-size: 15px;
    gap: 50px;
    display: flex;
    align-items: center;
}

    .logo-container img {
        margin-right: 5px;
    }

.footer-container {
    background-color: #fbfbfb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: solid 1px #d4d4d4;
    font-size: 12px;
    box-sizing: border-box;
    width: 100vw;
    font-weight: 400;
}

.social-icons li {
    display: inline-block;
    margin: -1px 10px 5px 0;
    padding: 0;
    line-height: 40px;
    box-shadow: none;
}

    .social-icons li a {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        background: #fff;
        border-radius: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        color: #000000 !important;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        border-radius: 100%;
        overflow: visible;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
        margin-right: -6px;
        margin-bottom: -1px;
    }

.pannel_for_Ads .left-panel {
    height: 200px !important;
    width: 200px !important;
}

.social-icons li:hover a {
    background: #171717;
    color: #fff !important
}

.social-icons li:hover.social-icons-twitter a {
    background: #2b6a83;
}

    .social-icons li:hover.social-icons-twitter a .x-icon {
        filter: invert(1);
    }

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.word-rotate.active .word-rotate-items span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.word-rotate-items {
    min-width: 140px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1.word-rotator-title .inverted {
    min-height: 49px;
}

h1 .inverted {
    padding-left: 15px;
    padding-right: 5px;
}

.im3App {
    line-height: 45px;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 50px;
    margin-top: -45px;
}

.x-icon {
    width: 18px;
    height: 18px;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: self-start;
}

.flex-direction-row {
    flex-direction: row;
}

.home-concept .row {
    position: relative;
}

.iM3WarehousePilotQR {
    width: 150px !important;
    height: 150px !important;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 700px) {
    .left-panel h2 {
        font-size: 18px;
        margin-bottom: -5px;
        margin-top: -58px;
        color: #0a0808;
    }

    p {
        line-height: 18px;
        margin: 0 0 1px;
    }

    .left-panel p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .owl-carousel {
        margin-top: -43px;
    }

    .pannel_for_Ads .left-panel {
        height: 200px;
        width: 200px;
    }
}

@media (max-height: 700px) {
    .left-panel h2 {
        font-size: 18px;
        margin-bottom: -5px;
        margin-top: -58px;
        color: #0a0808;
    }

    p {
        line-height: 18px;
        margin: 0 0 1px;
    }

    .left-panel p {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .iM3WarehousePilotQR {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }

    .owl-carousel {
        margin-top: -43px;
    }

    .pannel_for_Ads .left-panel {
        height: 200px;
        width: 200px;
    }

    .main-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 83px 50px;
        margin-top: -45px;
    }
}

@media (max-width: 1000px) {
    .left-panel h2 {
        font-size: 18px;
        margin-bottom: -5px;
        margin-top: -58px;
        color: #0a0808;
    }

    p {
        line-height: 18px;
        margin: 0 0 1px;
    }

    .left-panel p {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .iM3WarehousePilotQR {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }
}


@media (min-height: 1200px) {
    .left-panel h2 {
        font-size: 18px;
        margin-bottom: -5px;
        margin-top: -58px;
        color: #0a0808;
    }

    p {
        line-height: 18px;
        margin: 0 0 1px;
    }

    .left-panel p {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .iM3WarehousePilotQR {
        width: 170px;
        height: 170px;
        border-radius: 10px;
    }
}

@media (min-width: 1000px) {
    .left-panel-container-slide-2 {
        padding: 20px 20px 0px 20px;
    }

    .warehouse-pilot {
        height: 300px;
        width: auto !important;
        margin-top: 27px;
        margin-right: -15px;
        margin-left: 15px;
    }

    .flex-direction-row {
        margin-top: 12px;
    }


    .left-panel h2 {
        font-size: 24px;
        margin-bottom: -2px;
        font-size: 20px;
        margin-bottom: -6px;
    }

    @media (min-width: 1200px) {
        .left-panel-container-slide-2 {
            padding: 25px 20px 0px 20px;
        }

        .warehouse-pilot {
            height: 300px;
            width: auto !important;
        }

        .flex-direction-row {
            margin-top: 12px;
        }

        .left-panel h2 {
            font-size: 24px;
            margin-bottom: -2px;
            font-size: 20px;
            margin-bottom: -6px;
        }

        .download-app-screen {
            margin-right: 50px;
            margin-top: 35px;
        }

        .home-concept-animation {
            margin-top: 6px;
        }
    }

    @media (min-width: 1300px) {
        .left-panel-container-slide-2 {
            padding: 25px 20px 0px 20px;
        }

        .warehouse-pilot {
            height: 300px;
            width: auto !important;
        }

        .flex-direction-row {
            margin-top: 12px;
        }

        .left-panel h2 {
            font-size: 24px;
            margin-bottom: -2px;
            font-size: 20px;
            margin-bottom: -6px;
        }

        .download-app-screen {
            margin-right: 50px;
            margin-top: 35px;
        }

        .home-concept-animation {
            margin-top: 35px;
        }
    }


    @media (min-width: 1400px) {
        .left-panel-container-slide-2 {
            padding: 25px 20px 0px 20px;
        }

        .warehouse-pilot {
            height: 400px;
            width: auto !important;
        }

        .flex-direction-row {
            margin-top: 12px;
        }

        .left-panel h2 {
            font-size: 24px;
            margin-bottom: -2px;
            font-size: 20px;
            margin-bottom: -6px;
        }

        .download-app-screen {
            margin-right: 50px;
            margin-top: 35px;
        }

        .home-concept-animation {
            margin-top: 35px;
        }
    }

    @media (min-width: 1600px) {
        .left-panel-container-slide-2 {
            padding: 25px 20px 0px 20px;
        }

        .warehouse-pilot {
            height: 400px;
            width: auto !important;
            margin-top: 88px;
            margin-right: -25px;
        }

        .flex-direction-row {
            margin-top: 60px;
            height: 539px;
            width: auto;
        }

        .left-panel h2 {
            font-size: 24px !important;
            margin-bottom: -2px !important;
            font-size: 24px !important;
            margin-bottom: 2px !important;
        }

        .download-app-screen {
            margin-right: 97px;
            margin-top: 57px;
            height: 390px;
            width: auto;
        }

        .home-concept-animation {
            margin-top: 35px;
        }
    }

    @media (min-width: 1920px) {
        .home-concept-animation {
            margin-top: 6px;
        }
    }

    @media (max-height: 700px) {
        .left-panel-container h2 {
            font-size: 18px;
        }

        .left-panel p {
            font-size: 14px;
        }

        .left-panel-container {
            padding: 10px;
        }

        .pannel_for_Ads .left-panel {
            height: 200px;
            width: 200px;
        }
    }
