@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter !important;
    font-family: 'Droid Arabic Kufi', serif;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #ed1d50;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ed1d50;
    color: #fff;
    text-shadow: none;
}

input, button {
    font-family: 'Droid Arabic Kufi', serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.clear {
    clear: both;
    color: #fff;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*INDEX CSS*/



.login-main {
    width: 100%;
    margin: 0 auto;
    background: #F3FFFF;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
}


.login-box-logo-sponsors-full {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 45%;
    max-width: 650px;
}









.login-box {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(62, 57, 107, 0.2);
    padding: 0px 0px 6px 0px;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
}

.login-logo {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 180px;
}





.login-form {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    max-width: 350px;
}



.input_group {
    width: 100%;
    /*! overflow: hidden; */
    margin: 30px auto 0;
    padding: 2px;
    position: relative;
}




    .input_group input {
        font-size: 16px;
        padding: 0px 32px 8px 0px;
        display: block;
        height: 32px;
        width: 100%;
        line-height: 20px;
        background: none;
        border: none;
        color: #454444;
        box-sizing: border-box;
        text-align: right;
        font-weight: 500;
        border-bottom: 1px solid #B9B9B9;
        transition: 0.2s ease all;
        outline: none !important;
        transition: all cubic-bezier(.59, .96, .58, 1) .3s;
    }

        .input_group input:focus {
            border-bottom: 1px solid #ed1d50;
            transition: all cubic-bezier(.59, .96, .58, 1) .2s;
        }



    .input_group label {
        color: #a9a8a8;
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        pointer-events: none;
        right: 30px;
        top: 0px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        transition: all cubic-bezier(.59, .96, .58, 1) .2s;
    }







.animation label {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    font-size: 14px;
    text-transform: capitalize;
    transition: all cubic-bezier(.59, .96, .58, 1) .2s;
}

.animation-color label {
    color: #0DB2B2;
    transition: all cubic-bezier(.59, .96, .58, 1) .2s;
}



.input-label-icon {
    width: 25px;
    font-size: 25px !important;
    line-height: 25px;
    color: #B9B9B9;
    position: absolute;
    right: 0;
    top: -1px;
}

.input_group input:focus ~ .input-label-icon {
    color: #0DB2B2;
}


.login-btn-fill {
    width: 100%;
    padding: 15px 0;
    box-sizing: content-box;
    text-align: center;
    border-radius: 0.25rem;
    box-shadow: 0 0px 25px rgba(0,0,0,0.2);
    border: none;
    line-height: 20px;
    font-size: 20px;
    background: #0DB2B2;
    margin: 20px auto 0;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    outline: none !important;
}

    .login-btn-fill:hover {
        box-shadow: 0 0px 2px rgba(0,0,0,0.4);
        transition: all .3s;
        background: #75C091;
        outline: none !important;
    }

.login-btn-stroke:hover {
    transition: all .3s;
    background: #75C091;
    color: #fff;
    border: 1px #75C091 solid;
}

.login-btn-stroke {
    width: 100%;
    padding: 15px 0;
    box-sizing: content-box;
    text-align: center;
    border-radius: 0.25rem;
    line-height: 20px;
    font-size: 20px;
    border: 1px #0DB2B2 solid;
    background: #fff;
    margin: 20px auto 10px;
    color: #0DB2B2;
    cursor: pointer;
    outline: none !important;
    display: block;
    text-decoration: none !important;
}


.forgot-pass {
    width: 100%;
    margin: 20px auto 30px;
    display: block;
    text-align: right;
}



    .forgot-pass a {
        color: #a9a8a8;
        font-size: 16px;
        line-height: 16px;
        text-decoration: none;
        transition: all .2s;
    }

        .forgot-pass a:hover {
            color: #454444;
            transition: all .2s;
        }




.social-login {
    width: 100%;
    margin: 0 auto 30px;
    text-align: right;
}

.social-login-text {
    width: auto;
    text-align: right;
    color: #a9a8a8;
    font-size: 16px;
    line-height: 16px;
}

.social-login nav {
    float: left;
    width: auto;
}

    .social-login nav a {
        font-size: 20px;
        line-height: 25px;
        margin: 0 10px 0 0;
        display: inline-block;
        width: 20px;
        transform: scale(1,1);
        transform-origin: center;
        position: relative;
        transition: all .2s;
    }

        .social-login nav a:hover {
            transform: scale(1.2,1.2);
            transition: all .2s;
        }




.icon {
    width: 25px;
    height: 25px;
}





.login-sposors-bottom {
    width: 100%;
    margin: 2% auto 0;
    padding: 10px 0 0;
    display: none;
}




.sponsors-left {
    width: 100%;
    margin: 0;
    float: left;
    text-align: center;
}

    .sponsors-left img {
        width: 100%;
    }

    .sponsors-left p {
        width: 85%;
        text-align: right;
        font-size: 17px;
        padding-bottom: 0%;
        color: #a9a8a8;
        padding-right:7%;
    }

.zain {
    width: 40%;
    display: inline-block;
    margin: 0 2% 0 0;
}

.al-sayer {
    width: 14%;
    display: inline-block;
    margin: 0 10%;
}

.equate {
    width: 15%;
    display: inline-block;
    margin: 0 0 0 0;
    padding-bottom: 5%;
}


.mutawar {
    width: 23%;
    display: inline-block;
    margin: 0 0 0 0;
    padding-bottom: 5%;
}



    .mutawar img {
        width: 100%;
        position: relative;
        top: -10px
    }


.powered-right {
    width: 20%;
    float: right;
}

    .powered-right p {
        width: 100%;
        text-align: right;
        font-size: 17px;
        padding-bottom: 0%;
        color: #a9a8a8;
    }


.taaleb {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .taaleb img {
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: 10%;
        float: right;
        padding-top: 15%;
        display: block;
    }





.register-form {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px 30px;
    position: relative;
    z-index: 9;
    top: 0;
}


.input_group-2 {
    width: 100%;
    /*! overflow: hidden; */
    margin: 20px auto 0;
    position: relative;
}



    .input_group-2 input {
        width: 100%;
        box-sizing: border-box;
    }

    .input_group-2 input {
        width: 100%;
        text-align: right;
        padding: 2px 10px;
        box-sizing: border-box;
        font-size: 16px;
        border: 1px solid rgba(0,0,0,0.4);
        /*box-shadow: 0 0px 2px rgba(0,0,0,0.4);*/
        border-radius: 2px;
        color: #2A2A2A
    }

    .input_group-2 select {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        box-sizing: border-box;
        direction: rtl;
        cursor: pointer;
        font-size: 16px;
        box-shadow: 0 0px 2px rgba(0,0,0,0.4);
        border: none;
        color: #2A2A2A
    }


        .input_group-2 select option {
            padding: 2px 0;
        }



    .input_group-2 label {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 14px;
        padding: 10px 0;
        color: #535353;
    }

.check-input {
    text-align: right;
    font-size: 15px;
    margin-top: 35px;
    display: block;
    direction: rtl;
}

[type="checkbox"] {
    width: 20px;
    border: 10px;
    font-size: 24px;
    direction: rtl;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    display: inline-block;
    text-align: right;
}


.check-input label {
    width: auto;
    display: inline-block;
    text-align: right;
    color: #535353;
    font-size: 14px;
}



.register-head {
    width: 100%;
    height: 60px;
    background: #fff;
    display: block;
    text-align: center;
    color: #ed1d50;
    font-size: 25px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
}

    .register-head:after {
        background: linear-gradient(to right, #2585c7 16.6%,#02a9cc 16.6%, #02a9cc 33%, #52b948 33%, #52b948 50%, #f26a28 50%, #f26a28 66.6%, #ed1d50 66.6%, #ed1d50 84%, #1f2151 84%);
        position: absolute;
        content: '';
        height: 2px;
        right: 0;
        left: 0;
        bottom: 0;
    }



.reg-btn-area {
    width: 100%;
    margin: 10px auto 0;
}

.reg-btn-fill {
    width: 180px;
    padding: 10px 0;
    box-sizing: content-box;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0px 25px rgba(0,0,0,0.4);
    border: none;
    line-height: 20px;
    font-size: 16px;
    background: #ed1d50;
    margin: 10px auto 0;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    outline: none !important;
    float: right;
}

    .reg-btn-fill:hover {
        box-shadow: 0 0px 2px rgba(0,0,0,0.4);
        transition: all .3s;
        background: #D50E3F;
        outline: none !important;
    }


.secure-info-left {
    float: left;
    width: auto;
    max-width: 70px;
    margin-top: 20px;
}


.error-msgs {
    position: absolute;
    right: 0;
    color: red;
    bottom: -18px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
}

    .error-msgs:after {
        content: '!';
        position: absolute;
        right: -10px;
        color: red;
        border-radius: 50%;
        width: 15px;
        padding: 2px;
        display: inline-block;
        font-size: 15px;
        border: 1px solid red;
        height: 15px;
        text-align: center;
        line-height: 13px;
        margin-right: 10px;
    }

.lable-2 {
    position: absolute;
    right: 0;
    top: -10px;
    text-align: left !important;
    width: 100% !important;
    display: block !important;
    font-size: 14px !important;
    padding: 0px 0 0 !important;
    color: #535353 !important;
}

#Errlgndiv {
    color: red;
    bottom: -28px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
}

    #Errlgndiv:after {
        content: '!';
        color: red;
        border-radius: 50%;
        width: 15px;
        padding: 2px;
        display: inline-block;
        font-size: 15px;
        border: 1px solid red;
        height: 15px;
        text-align: center;
        line-height: 13px;
    }

input[type="submit"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
}
