﻿@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Fonts/DroidKufi-Regular.eot);
    src: url(../fonts/Fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/Fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Fonts/DroidKufi-Bold.eot);
    src: url(../fonts/Fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/Fonts/DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/HelveticaNeueLTArabic-Roman.ttf);
}
@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/HelveticaNeueLTArabic-Bold.ttf);
}
@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/HelveticaNeueLTArabic-Light.ttf);
}
body {
    font-family: 'Helvetica Neue', sans-serif !important;
}

.login-wrap {
    width: 100%;
    height: 100vh;
    margin: auto;
    position: relative;
}

.login-Background {
min-width: 100%;
    min-height: 100vh;
    position: absolute;
    padding: 0px;
    background-image: url(../images/BackGround.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  
}

    .login-Background .WorldMap {
        position: absolute;
     top: calc(20% - 100px);
    right: 3%;
        
    }

    .login-Background .MailMessage {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 15%;
    }


.login-html {
  width: 32%;
    min-height: 50%;
    position: absolute;
    left: 33%;
    top: 19%;
    padding: 21px;
    background: rgb(177 175 175 / 43%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.Logo {
    width: 80%;
    margin:0 auto;
}

    .Logo img {
        width: 100%;
    }

.login-html .row .LoginHeader .Tabs {
    float: left;
}


.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /*transform: rotateY(180deg);
    backface-visibility: hidden;*/
    transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: capitalize;
}

.login-html .tab {
    font-size: 13px;
    margin-right: 15px;
    margin: 5px 15px 10px 0;
    display: inline-block;
    border-top: 2px solid rgba(255,255,255,0);
    border-bottom: 2px solid rgba(255,255,255,0);
    float: left;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
}

.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab {
    color: #034063;
    border-top: 3px solid #086397;
    border-bottom: 3px solid #086397;
    padding: 6px;
    border-radius: 11px;
}
.login-html .sign-in:checked + .tab {
display:none;
}

.login-html .group .label {
    text-align: right;
}

.login-html .sign-in-htm .CheckBoxSign {
    float: right;
    visibility: hidden;
    display: none;
}

    .login-html .sign-in-htm .CheckBoxSign .icon {
        float: right;
        margin-left: 10px;
    }

.login-form {
    min-height: 260px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    width: 100%;
    float: left;
}

    .login-form .sign-in-htm {
        margin-top: 0%;
    }

    .login-form .group {
        margin-bottom: 12px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #000;
            display: block;
            text-align: right;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 7px 20px;
            border-radius: 50px;
            background: rgba(255,255,255,0.4);
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: #034063;
            font-size: 12px;
        }

        .login-form .group .button {
            background: #034063;
            margin-top: 0px;
            text-align: center;
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255,255,255,.1);
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #086397;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 21px 0 25px 0;
    background: rgba(255,255,255,.2);
}

.foot-lnk {
    text-align: center;
}

    .foot-lnk label {
        color: #fff;
    }

    .foot-lnk a {
        color: #fff;
    }

.EmptyData {
    width: 100%;
    position: absolute;
    bottom: -13px;
    text-align: center;
    padding: 5px !important;
}

.login-html #userId,
.login-html #password {
    text-align: right;
    color: #484848;
    outline: none;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .login-html {
        width: 50%;
        top: auto ;
        left: 0px;
	    right: 0px;
	    margin: auto;
    }
    
    .login-wrap {     
	    display: flex;
	    align-content: center;
	    align-items: center;
     }

    .login-Background .MailMessage {
        width: 25%;
    }

    .login-Background .WorldMap {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 67%;
    }
}

@media (max-width: 992px) {
    .login-html {
        width: 70%;
    }

    .login-Background .MailMessage {
        width: 32%;
    }

    .login-Background .WorldMap {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 77%;
    }
}

@media (max-width: 786px) {
    .login-html {
        width: 90%;
     	background: rgba(255, 255, 255, 0.7);
    }

    .login-Background .MailMessage {
        width: 40%;
    }

    .login-Background .WorldMap {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 87%;
    }
}

@media (max-width: 680px) {
    .login-html {
        width: 70%;
    }
}
.login-form  .group .button {
color: #fff !important
}
/*
.login-Background .WorldMap { 
        width: 300px;
}
*/ 
