  .bg-box {
            background: #fff;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            direction: rtl;
            font-family: 'Tajawal', sans-serif;
            color: #fff;
            padding-top: 20px;
        }
        .bg-box:before {
            content: "";
            height: 100%;
            right: 0;
            position: absolute;
            top: 0;
            width: 50%;
            background: transparent url('../img/login-bg.png') no-repeat scroll center center/cover;
        }
        .white-bg{
            padding: 30px;
            text-align: center;
            position: relative;
        }
        .top-menu{
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            margin: 0;
        }
        .top-menu:first-child{cursor: pointer;}

        .submenu{
            display: none;
            position: absolute;
            top: 30px;
            left: 0;
            right: 0;
            border-top: 1px solid #e2e2e2;
            padding: 0;
        }
        .submenu li{
            width: 100%;
            background-color: #f3f3f3;
            border-bottom: 1px solid #e6e6e6;
            margin: 0;
        }
        .submenu li a{
            width: 100%;
        }

        .submenu.active{display: block;}

        .top-menu li{display: inline-block;}
        .top-menu li a{font-size: 15px;}
        .top-menu li:first-child{margin-left: 15px;}
        .lang .english span,.lang .arabic span{margin-right: 60px;}
        .lang .english {
            position: relative;
            width: 2.8rem;
            height: 1.4rem;
            margin: 0.2rem;
            background-image: url('../img/english.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-origin: border-box;
            background-position: center bottom;
            display: block;
            cursor: pointer; }
        .lang .arabic {
            position: relative;
            width: 2.8rem;
            height: 1.4rem;
            margin: 0.2rem;
            display: block;
            background-image: url('../img/arabic.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-origin: border-box;
            background-position: center center;
            cursor: pointer; }
        .login-right h2{
            color: #fff;
        }
        .login-right p{
            font-size: 16px;
        }
        .login-form input{
            border: 0;
            border-bottom: 1px solid #d6d6d6;
            background-color: rgba(255, 255, 255, 0.65)!important;
        }
        .login-form input:focus{
            border-bottom: 1px solid #1b6bac;
        }

        .login-form button{
            background-color: #1b6bac;
            color: #fff;
            font-size: 16px;
            border-radius: 30px;
            display: block;
            margin: 0 auto;
            margin-bottom: 12px;
        }
        .login-form button:hover{background: #1a5686;}
        a{
            color: gray;
        }
        a:hover,a.hover,.white-bg p{
            color: #1b6bac;

        }
        a.hover:hover{opacity:0.7;}
        .white-bg h1{
            font-size: 18px;
            font-weight: 600;
            color: #848280;
        }
        .white-bg p{
            font-size: 18px;
        }
        .create-acc-btn{
            background: #1a5686;
            color: #fff;
            text-align: center;
        }
        .login-right{padding-top:250px;}
        .white-bg{
            padding-top:90px;
        }
        .create-acc-btn:hover{color: #fff; background-color:#1b6bac;}
        @media only screen and (max-width: 774px){

            body{padding: 10px;}
            .login-right{padding-top:0px;}
            .mb-30{margin-bottom: 5px!important;}
            .mb-20{margin-bottom: 3px!important;}
            .mt-30{margin-top: 5px!important;}
            .pt-50{padding-top: 20px!important;}
            .white-bg{padding: 12px;}
            .white-bg h1{line-height: 50px;}

        }
        .form-action a{display: block;}

        @media only screen and (max-width: 1240px) and (min-width: 775px){
            .bg-box:before {
                height: 170px;
                position: absolute;
                width: 100%;
            }
            .bg-box {padding-top: 20px;}
            .login-right{padding-top:0px;}
            .mt-30{margin-top: 5px!important;}
            .mb-30{margin-bottom: 5px!important;}

            .white-bg{
                padding-top:30px;
            }
            .white-bg h1{line-height: 30px;}
        }

        @media only screen and (max-width: 774px) and (min-width: 480px){
            .bg-box:before {
                height: 150px;
                position: absolute;
                width: 100%;
            }
            .bg-box {padding-top: 20px;}
            .login-right{padding-top:0px;}
            .white-bg {
                padding: 12px;
                margin-top: 20px;
            }
            .white-bg h1{line-height: 50px;}
        }
        @media only screen and (max-width: 479px){
            .bg-box:before {
                height: 160px;
                position: absolute;
                width: 100%;
            }
            .white-bg{
                padding-top:0px;
            }
            .bg-box {padding-top: 20px;}
            .login-right{padding-top:0px;}
            .white-bg {
                padding: 12px;
                margin-top: 20px;
            }
            .white-bg h1{line-height: 50px;}
        }