﻿



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
    font-family: 'neo sans arabic regular';
    src: url('../../neo-sans-arabic-cufonfonts/neo sans arabic regular.ttf') format('truetype');
}
@font-face {
    font-family: 'neosansarabicbold';
    src: url('../../neo-sans-arabic-cufonfonts/neosansarabicbold.ttf') format('truetype');
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #57b846;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    display: flex;
    justify-content: center;
    font-family: 'Neo Sans Arabic Regular';
    font-size: 19px;
    line-height: 2.7;
    color: #659d43;
    margin: 0px;
    font-weight: bold;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*    background: linear-gradient(-135deg, #aec4b7, #aec4b7);
    background-size: cover;*/
    background-image: url("/thems/img/login.png");
    background-size: cover;
    background-position: center;
}


.pargraph p {
    display: flex;
    justify-content: center;
    /*	flex-direction: row-reverse;*/
    /*color: #1F3E21;*/
    color: #508767;
    font-family: 'NeoSansArabicBold';
    font-size: 11px;
    margin-top: 18px;
}

.wrap-login100 {
    /*width: 960px;*/
    background: #fff;
    /*background-image:url("/images/Back.png");*/
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 64px 33px 64px;
    box-shadow: -1px -3px 11px #518768 inset;
    background-image: url('../../thems/img/pattren2.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.btn-lg {
    color: white;
    background-color: #1a5535;
    font-family: NeoSansArabicBold;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px 9px;
    border-radius: 10px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all .3s ease 0.15s;
    margin-bottom: 4%;
    width:100%;
}

    .btn-lg:focus {
        color: white;
    }

    .btn-lg:hover {
        color: #fff;
        background-color: #a6bd4b;
        box-shadow: 0 0 15px -5px #555;
    }

    .btn-lg:before,
    .btn-lg:after {
        content: "";
        width: 20%;
        height: 20%;
        border-radius: 2px;
        border: 2px solid #a6bd4b;
        border-bottom-color: transparent;
        border-right-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    }

    .btn-lg:after {
        border: 2px solid #a6bd4b;
        border-top-color: transparent;
        border-left-color: transparent;
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }

    .btn-lg:hover:before,
    .btn-lg:hover:after {
        width: 100%;
        height: 100%;
        border: 2px solid #a6bd4b;
        opacity: 0;
    }
/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
    will-change: transform;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}

    .login100-pic img {
        max-width: 100%;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

@-moz-keyframes spin {

    100% {
        -moz-transform: rotateX(0deg) rotateY(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        /*transform: rotateX(0deg) rotateY(152deg);*/
    }
}

/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.login100-form-title {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    /*	font-family: Poppins-Medium;*/
    font-family: NeoSansArabicBold;
    font-size: 15px;
    line-height: 1.5;
    /*color: #666666;*/
    color: #518768;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    /*	border-radius: 25px;*/
    border-radius: 10px;
    /*  padding: 0 30px 0 68px;*/
    /*	padding: 0px 48px 0 68px;*/
    padding: 0px 48px 0 5px;
}

   
    /*------------------------------------------------------------------
[ Focus ]*/
    .focus-input100 {
        display: block;
        position: absolute;
        border-radius: 25px;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0px;
        color: rgba(87,184,70, 0.8);
    }

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
    color: #518768;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 94%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    /* color: #57b846;*/
    padding-left: 28px;
   color: #508767;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    font-family: 'NeoSansArabicBold';
    font-size: 18px;
    background-color: #185430;
    height: 47.86px;
    padding-top: 2px;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #a1beae;
}

    .login100-form-btn:hover {
        /* background-color: #aec4b7;*/
        background-color: #185430;
    }
.div-danger-loginerror {
    display: flex;
    justify-content: center;
    align-items: center;
}
.danger-loginerror {
    font-family: 'NeoSansArabicBold';
    font-size: 13px;
    color: red;
    margin-top: 10px;
}
/* a contain - decorative, not required */
.contain {
    direction: ltr;
    width: 20rem;
    /*  width: 100%;*/
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

/* contain for all of the switch elements 
    - adjust "width" to fit the content accordingly 
*/
.switches-contain {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background-color: #185430;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

    /* input (radio) for toggling. hidden - use labels for clicking on */
    .switches-contain input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    /* labels for the input (radio) boxes - something to click on */
    .switches-contain label {
        width: 50%;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        color:white;
        font-family: 'neosansarabicbold';
    }

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}
/* switch box highlighter */
.switch {
    border-radius: 3rem;
    /*   border-radius: 5px;*/
    background: white;
    height: 100%;
}

    .switch .switch-check {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4a7463;
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'neosansarabicbold';
    }

/* slide the switch box from right to left */
.switches-contain input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-contain input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-contain input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-contain input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}



/*////background imgage log in/////*/

/*.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right

{
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

.item:nth-child(1) {
    background-image: url('../../thems/img/nbu-back-north-1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background-image: url('../../thems/img/AV8U9022.JPG');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background-image: url('../../thems/img/Nbu-Back.JPG');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(4) {
    background-image: url('../../thems/img/AV8U9030.JPG');
    background-size: cover;
    background-position: center;
}

.carousel {
    z-index: -99;
}

    .carousel .item {
        position: fixed;
        width: 100%;
        height: 100%;
    }*/

/*////background imgage log in/////*/

/*    //// end switch toogle lang//////*/
/*/////////////////////////////////*/ /*poupp////*/
/* Set black background color, white text and some padding */

/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 20px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 20px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 20px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
