@font-face {
    font-family: "IRANSans";
    src: url("../../fonts/IRANSansWeb(FaNum).eot") format("embedded-opentype"), url("../../fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("../../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}


body,html{
    font-family: "IRANSans";
    direction: rtl;
}
a{
    text-decoration: none;
}

.btn{
    box-shadow: none !important;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.logo_box{
    width: 100%;
    text-align: center;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../../img/bg3.jpg");
    background-size: contain;
    /*background: rgba(0,0,0,0.1) url("../../img/bg3.jpg") ;*/
    border-radius: 3px;
    padding: 10px 0;
}
#back{
    padding: 0;
}
#back i,#return i{
    background-color: #368EB3;
    font-size: 1.5em;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
}
.title h3{
    line-height: 30px;
    font-size: 21px;
}
.login-register {
    background-image: url("../../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;
}
.login-box {
    width: 400px;
    margin: 0 auto;
    border-radius: 3px ;
}
.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}
.login-box .social {
    display: block;
    margin-bottom: 30px;
}
.login-sidebar {
    padding: 0;
    margin-top: 0;
    height: 100vh;
}
.login-sidebar .login-box {
    right: 0;
    position: absolute;
    height: 100%;
}
.login-img-one {
    width: 50px;
}
.login-img-two {
    width: 100px;
}

.form-control {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 767.98px){
    .login-sidebar{
        display: flex;
        align-items: center;
    }
    .login-sidebar .login-box{
        margin: auto;
        position: unset;
        height: max-content;
    }
}
