﻿* {
    direction: rtl;
}

body {
    text-align: right;
}

h1, h2, h3, h4, h5, h6, p, label, button, a, li, span {
    font-family: 'DINNextLTArabic', sans-serif;
}

/*.logBg {
    border-radius: 0px 30px 30px 0px;
}

.logBgrght {
    border-radius: 30px 0px 0px 30px;
}*/

.login-left-panel {
    border-radius: 0px 20px 20px 0px !important;
}
.login-right-panel{
    border-radius:20px 0px 0px 20px !important;
}

@media screen and (max-width: 767.98px) {
    .login-left-panel {
        border-radius: 20px 20px 0px 0px !important;
    }

    .login-right-panel {
        border-radius: 0px 0px 20px 20px !important;
    }
}

.bg-login-overlay {
    border-radius:0px 20px 20px 0 ;
}