
@font-face {
    font-family: myFirstFont;
    src: url('../fonts/29ltbukraregular.otf');
  }

@font-face {
    font-family: myBFont;
    src: url('../fonts/29ltbukrabold.otf');
  }

*{
    font-family: myFirstFont;
    margin: 0;
    padding: 0;
    direction: rtl;
}
body{
   
    background: url(../images/bgblur.png) no-repeat center center ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #037a2f;
}

.containerW{
    width: 90%;
}

.bodyW{
    display: flex;

}

.logoSide{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background: linear-gradient(273deg, rgba(246,246,246,1) 62%, rgba(255,255,255,1) 100%);
}

.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: 340px;
    object-fit: contain;

}


.logoC{
    text-align: center;
    margin: auto;
}
.logoC img{
    margin: auto;
}
.logoC h2{
    font-family: myBFont;
    font-size: 30px;
    margin-top: 30px;
}
.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;
}
.formL form .inputForm{
    width: 100%;
    background-color: transparent;
    padding: 12px;
    border: 1px solid #ffffffa1;
    margin-bottom: 20px;
    border-radius: 30px;
    outline: none;


}
.formL input::placeholder{
    color: #ffffff;
}

/* //////////////////////////////// */
.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;
    background-color: #F5BD23;
    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);
    -webkit-backdrop-filter: blur(50px);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: auto;
    box-shadow: rgba(43, 43, 43, 0.116) 0px 3px 8px;
 
}

.lineM{
    height: 120px;
    width: 2px;
    background-color: #ffffff23;
}


.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;
    padding-bottom: 20px;
}
.homeBack a {
    color: #fff;
    text-decoration: none;
}
.homeBack img{
    transition: all 0.3s ease;
}
.homeBack:hover img{
    transform: translateX(5px);
}

.logoM{
    width: 200px;
    object-fit: contain;
    margin-top: auto;
    /* display: none; */
    padding-top: 20px;
}


@media (max-width:1700px) {
    .logoImg{
        width: 290px;
    }
    .logoM{
        width: 170px;
    }
    .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;
    }
    .logoM{
        width: 160px;
    }
    .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: 180px;
        object-fit: contain;
        margin-top: auto;
        display: block;
    }
    .formL{
        margin-top: 30px;
    }
    .logoM {
        padding-top: 20px;
      }
    
}
@media (max-width:600px) {
    .formL{
        margin-top: 30px;
        padding: 30px 20px;

    }
    .logoM {
        width: 160px;
        padding-top: 20px;
      }
}
.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 a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-right: 5px;

  }

  .formL{
    color: #fff;
    margin-top: 30px ;
  }

  .formC{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;

  }

  .formC .formL{
    max-width: 630px;
    min-height: 320px;
  }

  .flexM{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.flexMCol{
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}
.flexMCol img{
    width: 95px;
    height: 95px;
    object-fit: contain;
}
.flexMCol p{
    margin-top: 10px;
}

@media (max-width: 1300px) {
    .flexMCol img{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 450px) {
    .flexMCol img{
        width: 60px;
        height: 60px;
    }
    .flexMCol p{
        font-size: 15px;
    }
    .lineM{
        height: 85px;
    }
    .formC .formL{
        min-height: 240px;
      }
}

.imgSR{
    width: 30px;
}