
@font-face {
    font-family: myFirstFont;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf');
  }

@font-face {
    font-family: myBFont;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf');
  }

*{
    font-family: myFirstFont !important;
    margin: 0;
    padding: 0;
    direction: rtl;
}
body{
    background-color: #131D2F;
    background-image: url(../images/imgbg.png );
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.containerW{
    width: 90%;
}

.bodyW{
    display: flex;

}

.logoSide{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;

   
}

.logo_TooPopTech{
    width: 100%;
    max-width: 200px;
    height: 120px;
    object-fit: contain;
}

.logoImg{
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    max-width: 380px;
    object-fit: contain;

}


.logoC{
    text-align: center;
    margin: auto;
}
.logoC img{
    margin: auto;
}
.h2{
    font-family: myBFont;
    font-size: 30px !important;
     color: #eee !important;
}
.logoC h2{
    font-family: myBFont;
    font-size: 30px;
    margin-top: 30px;
    color: #eee !important;
}
.logoC p{
    letter-spacing: 1.2px;
    color: #777777;
}

.formSide{
    width: 50%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.checkAndPassword{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.checkAndPassword a{
    color: #fff !important;
    text-decoration: none;
}

.logoPng{
    width: 160px;
    height: 160px;
    object-fit: contain;
}
.formL{
    color: #fff;
}
.inputForm{
    color: #fff;
}
.inputForm select{
color: #eee !important;   
 font-size: 18px;
}
 option{
    background-color: #182339 !important;
    font-size: 18px;
 
}
.formL form .inputForm{
    width: 100%;
    background-color: transparent;
    padding: 12px;
    border: 1px solid #ffffffa1;
    margin-bottom: 20px;
    border-radius: 30px;
    outline: none;
  font-size: 18px;
color: #eee !important;   

}
.formL input::placeholder{
    color: #ffffff;
    font-size: 16px;
}
.formL input {
        color: #ffffff;
    font-size: 16px;

}

/* //////////////////////////////// */
.inputCheck{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.inputCheck label{
    margin-bottom: -4px;
    cursor: pointer;
}
.form-check-input{
    background-color: #ffffff44;
    box-shadow: none;
    outline: none;
    border: 1px solid #ffffff09;
    cursor: pointer;
}
.form-check-input:focus{
    background-color: #ffffff44;
    border: #00DCFF;
    box-shadow: none;
    outline: none;
}
.form-check-input:checked{
    background-color: #ffffff44;
    border: #00DCFF;
    box-shadow: none;
    outline: none;
    
}
.btnSubmit{
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    background: #00AADA;
    padding: 12px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.158) 0px 3px 4px;
}
/* //////////////////////////////// */

.formL{
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.151);
    backdrop-filter: blur(50px);
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
 
}
 label{
    color: #fff;
    font-size: 18px !important;
}

  

.inputLable {
   display: flex;
   flex-direction: column;
   gap: 8px;

}
.inputLable label{
    color: #fff;
}


.checkAndPassword{
    display: flex;

}

.homeBack  {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: auto;
    width: 90%;
    max-width: 500px;
}
.homeBack a {
    color: #fff;
    text-decoration: none;
}
.homeBack img{
    transition: all 0.3s ease;
}
.homeBack:hover img{
    transform: translateX(5px);
}

.logoM{
    width: 210px;
    object-fit: contain;
    margin-top: auto;
    display: none;
}


@media (max-width:1700px) {
    .logoImg{
        width: 310px;
    }
    .logoPng{
        height: 120px;
    }
    .logoC h2{
        font-size: 27px;
        margin-top: 30px;
    }
    .logoC p{
        letter-spacing: 1px;
        font-size: 14px;
    }
    
}
@media (max-width:1300px) {
    .logoImg{
        width: 270px;
    }
    .logo_TooPopTech{
        height: 100px;
    }
    .logoPng{
        height: 100px;
    }
    .logoC h2{
        font-size: 25px;
        margin-top: 30px;
    }
    .logoC p{
        letter-spacing: 1px;
        font-size: 13px;
    }
}
@media (max-width:991px) {
    .logoSide{
        display: none;
    }
    .formSide{
        width: 100%;
    }
    .logoPng{
        height: 135px;
    }
    .logoM{
        width: 230px;
        object-fit: contain;
        margin-top: auto;
        display: block;
        padding-top: 40px;
    }
    .formL{
        margin-top: 30px;
    }
    .homeBack  {
        padding-bottom: 40px;
    }
    .lineCenter{
        display: none;
    }
}
@media (max-width:600px) {
    .formL{
        margin-top: 30px;
        padding: 30px 20px;

    }
    .logoM {
        width: 200px;
    }
}
.imgeye{
    margin-right: -30px;
    margin-top: 0px;
    cursor: pointer;
    transform: translateX(10px);
    margin-top: -17px;
    width: 25px;
  }
  
  .loginSide{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

  }
.developmentL{
    color: #fff;
}
  .developmentL a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-right: 5px;
  }

  .lineCenter{
    height: 320px;
    width: 2px;
    background-color: #0674924b;
    align-self: center;
  }

  .imgPT{
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: -230px;
    left: 0px;
    opacity: 0.1;
  }

  @media (max-width:1500px) {
    .imgPT{
        max-width: 400px;
        bottom: -130px;
        left: 0;
      }
  }
  @media (max-width:600px) {
    .imgPT{
        max-width: 250px;
        bottom: -120px;
        left: 0;
      }
  }