/*******************login**************************/

.login-register{

    height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;

}
[dir="rtl"] .background-login-register{
    background-image: url('../images/defaults/bg02.jpeg');
    background-size: cover;
    margin-right: auto !important;
}
[dir="ltr"] .background-login-register{
    background-image: url('../images/defaults/bg02.jpeg');
    background-size: cover;
    margin-left: auto !important;
}
[dir="rtl"] .rounded-custom-3{
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}
[dir="ltr"] .rounded-custom-3{
    border-top-left-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
}
.shadow-custom-03{
    box-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important;
}
.z-index-custom-01{
    z-index: 0 !important;
}
.z-index-custom-02{
    z-index: 1 !important;
}
.form-control {
    background-color: var(--input-bg);
    border: var(--input-border);
}

@media (min-width: 992px){
    [dir="rtl"] .offset-custom-lg-2{

        margin-right: 16.66666667%;

    }
    [dir="ltr"] .offset-custom-lg-2{

        margin-left: 16.66666667%;

    }
}

/*******************end login**************************/
