@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: #06001b;
}

.containerW {
  width: 90%;
}

.bodyW {
  display: flex;
}

.logoSide {
  width: 35%;
  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%
  );
  position: relative;
  overflow: hidden;
}

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

.logoC {
  text-align: center;
  margin: auto;
  position: relative;
}
.logoC img {
  margin: auto;
}
.logoC h2 {
  font-family: myBFont;
  font-size: 30px;
  margin-top: 30px;
  color: #00a2e0;
}
.logoC p {
  letter-spacing: 1.2px;
  color: #175f8c;
  max-width: 85%;
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.formSide {
  width: 75%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bgpops {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: 0;
}

.checkAndPassword {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.checkAndPassword a {
  color: #fff !important;
  font-size: 14px;
  font-family: myBFont;
}

.logoPng {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.formL {
  color: #fff;
}
.inputForm {
  color: #fff;
}
.formL form .inputForm {
  width: 100%;
  background-color: #ffffff1f;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px;
  border: none;
  margin-bottom: 20px;
  border-radius: 30px;
  outline: none;
  font-size: 15px;
}
.formL input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.logoForm {
  width: 140px;
  margin: auto;
  margin-bottom: 20px;
}

.bgPop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  opacity: 50%;
}

/* //////////////////////////////// */
.inputCheck {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.inputCheck label {
  margin-bottom: -4px;
  cursor: pointer;
  font-size: 14px;
}
.form-check-input {
  background-color: #ffffff2f;
  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: #00a2e0;
  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;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.inputLable {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inputLable label {
  color: #fff;
}

.checkAndPassword {
  display: flex;
}

.downF {
  display: flex;
  gap: 5px;
  margin: auto;
  align-items: center;
  margin-bottom: 15px;
  margin-top: auto;
  width: 90%;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.downF span {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

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

.imgeye {
  margin-right: -30px;
  margin-top: 0px;
  cursor: pointer;
  transform: translateX(10px);
  margin-top: -17px;
  width: 22px;
}

.loginSide {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sotial {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  position: relative;
}
.sotial a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-right: 5px;
}

.rowSotial {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #00a2e0;
}

.rowSotial span {
  font-size: 13px;
  margin-bottom: 0;
  transform: translateY(-2px);
}

@media (max-width: 1700px) {
  .logoImg {
    width: 230px;
  }
  .logoPng {
    height: 120px;
  }
  .logoC h2 {
    font-size: 27px;
    margin-top: 30px;
  }
  .logoC p {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .logoSide {
    width: 45%;
  }
  .sotial {
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .logoImg {
    width: 220px;
  }
  .logo_TooPopTech {
    height: 100px;
  }
  .logoPng {
    height: 100px;
  }
  .logoC h2 {
    font-size: 25px;
    margin-top: 30px;
    color: #00a2e0;
  }
  .logoC p {
    letter-spacing: 1px;
    font-size: 13px;
  }
  .sotial {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .rowSotial span {
    font-size: 12px;
  }
  .logoSide {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .logoSide {
    display: none;
  }
  .formSide {
    width: 100%;
  }
  .logoPng {
    height: 135px;
  }
  .logoM {
    width: 210px;
    object-fit: contain;
    margin-top: auto;
    display: block;
  }
  .formL {
    margin-top: auto;
  }
  .logoM {
    padding-top: 20px;
  }
  .downF span {
    font-size: 12px;
  }
  .btnSubmit {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .formL {
    margin-top: auto;
    padding: 30px 20px;
  }
  .logoM {
    width: 200px;
    padding-top: 20px;
  }
  .logoForm {
    width: 120px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .formL {
    padding: 30px 0px;
  }
}
