.container-image-bg-login {
    overflow: hidden;
    border-radius: 0 2rem 2rem 0;
}

.loginwrapper .left-column {
    background-color: white;
}

.lockbox {
    background: url(/web-admin/public/assets/images/lock_bg.png) center center no-repeat;
    width: 200px;
    height: 220px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2.5rem;
}

.lockbox>img {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
    animation: 1s;
}

.backdrop {
    position: absolute;
    border-radius: 0 2rem 2rem 0;
    height: 100dvh;
    width: 100%;
    padding: 6rem 10%;
    background-color: #32323200;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgb(11 11 11 / 35%) 0%, rgb(255 255 255 / 0%) 79%);
}

.backdrop .section-login-title {
    & h1 {
        color: white;
        font-size: 3.55rem;
        font-weight: 600;
    }
}

.backdrop .section-login-title {
    & p {
        color: white;
        /* font-size: 1.5rem; */
        /* font-weight: 400; */
    }
}

.loginwrapper .right-column {
    flex: 0.5 1 0%;
}

/* Theme-01 */
.loginwrapper.theme-01 {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)* 100);
    height: 100vh;
    flex-basis: 100%;
}

.loginwrapper.theme-01 .lg-inner-column {
    height: 100vh;
    height: calc(var(--vh, 1vh)* 100);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow-y: auto;
}

.loginwrapper.theme-01 .left-column {
    display: block;
    flex: 1 1 0%;
    overflow: hidden;
    width: 60%;
    --tw-bg-opacity: 1;
    background-color: white;
}

.loginwrapper.theme-01 .container-image-bg-login {
    overflow: hidden;
    border-radius: 0 2rem 2rem 0;
}

.loginwrapper.theme-01 .image-bg-login {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.loginwrapper.theme-01 .right-column {
    flex: 0.5 1 0%;
    width: 40%;
}

.loginwrapper.theme-01 .auth-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 524px;
    padding: 1.75rem;
}

@media (min-width: 768px) {
    .loginwrapper.theme-01 .auth-box {
        padding-left: 42px;
        padding-right: 42px;
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

/* Theme-02 */
.loginwrapper.theme-02 {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    min-height: 100%;
    padding: 0;
    width: 100%;
    display: flex;
}

.loginwrapper.theme-02 .left-column {
    position: absolute;
    z-index: 1;
}

.loginwrapper.theme-02 .container-image-bg-login {
    overflow: hidden;
    border-radius: 0;
}

.loginwrapper.theme-02 .right-column {
    height: 100dvh;
    z-index: 2;
    margin-left: auto;
    padding: 2% 5%;
}

.loginwrapper.theme-02 .right-column {
    flex: 0.35 1 0%;
}

.loginwrapper.theme-02 .bg-white {
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1920px) {
    .loginwrapper.theme-02 .image-bg-login {
        object-position: left;
        object-fit: cover;
        height: 100dvh !important;
    }
}

@media (min-height: 1304px) {
    .loginwrapper.theme-02 .image-bg-login {
        height: 100dvh !important;
    }
}

.loginwrapper.theme-02 .image-bg-login {
    height: auto;
}
/* 
@media (max-width: 1920px) {
    .loginwrapper.theme-01 .left-column{
        flex: 1.5 1 0% ;
    }
    .loginwrapper.theme-02 .right-column{
        flex: 0.25 1 0% ;
    }

    .loginwrapper.theme-02 .right-column{
        padding: 4% 5% ;
    }
} */
@media (min-width: 1920px) and (max-width: 1920px) {
    .loginwrapper.theme-02 .right-column{
        flex: 0.35 1 0% ;
    }
}

@media (max-width: 1920px) and (min-height: 1304px) and (max-height: 1304px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 9% 5% ;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 0.4 1 0% ;
    }
}

@media (min-width: 1920px) and (min-height: 1305px) and (max-height: 1305px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 5%;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 0.2 1 0%;
    }
}

/* Ipad Pro Horizontal */ 
@media (max-width: 1366px) and (min-width: 1366px) and (min-height: 1024px) and (max-height: 1024px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 5% 5% ;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 0.4 1 0% ;
    }

    .loginwrapper.theme-02 .image-bg-login {
        height: 100vh;
        object-fit: cover;
        object-position: left;
    }
}

/* Ipad Pro Vertical */ 
@media (max-width: 1024px) and (min-width: 1024px) and (min-height: 1366px) and (max-height: 1366px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 15% ;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 1.2 1 0% ;
    }

    .loginwrapper.theme-02 .image-bg-login {
        height: 100vh;
    }
}

/* Macbook Air */
@media (max-width: 1280px) and (min-width: 1280px) and (max-height: 800px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 3% 5%;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 0.4 1 0%;
    }
    
    .loginwrapper.theme-02 .image-bg-login {
        height: 100vh;
    }

    .loginwrapper.theme-02 .auth-box {
        padding: 40px;
    }

    .loginwrapper.theme-02 .right-column img{
        max-width: 200px;
    }

    .loginwrapper.theme-02 .right-column .text-center h4 {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
    }
    .loginwrapper.theme-02 .right-column .text-base{
        font-size: 0.9rem;
    }
    .loginwrapper.theme-02 .right-column .fromGroup label{
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }

    .loginwrapper.theme-02 .right-column .fromGroup{
        margin-top: 0.5rem;
    }

    .loginwrapper.theme-02 .right-column .text-base{
        font-size: 0.9rem;
    }

}

/* Ipad Air Horizontal */ 
@media (max-width: 1180px) and (min-width: 1180px) and (min-height: 820px) and (max-height: 820px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 5% 5% ;
    }

    .loginwrapper.theme-02 .right-column{
        flex: 0.4 1 0% ;
    }
    .loginwrapper.theme-02 .right-column .auth-box{
        justify-content: flex-start;
    }

    .loginwrapper.theme-02 .image-bg-login {
        height: 100vh;
        object-fit: inherit;
    }

    .loginwrapper.theme-02 .right-column .lockbox{
        display: none;
    }
}

/* Ipad Air Vertical */ 
@media (max-width: 820px) and (min-width: 820px) and (min-height: 1180px) and (max-height: 1180px)  {
    .loginwrapper.theme-02 .right-column{
        padding: 15% ;
    }

    .loginwrapper.theme-02 .left-column {
        display: flex;
    }
    .loginwrapper.theme-02 .right-column{
        flex: 1 1 0% ;
    }

    .loginwrapper.theme-02 .image-bg-login {
        height: 100vh;
        object-fit: contain;
        object-position: bottom;
    }
}
