 @font-face {
      font-family: 'HelveticaNeueLT Arabic 75';
    src: url('HelveticaNeueLTArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 a{ text-decoration:none;}
 
* {box-sizing: border-box;font-family:'HelveticaNeueLT Arabic 75';line-height: 1.1;}

 body {
    margin: 0;
    background-color: #f2f2f2;
    direction: rtl;
    overflow: hidden;
    }

 
 
html {
    scroll-behavior: smooth
}

.fxt-login {background-image: url("../img/ghrebg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding: 15px;
}

.fxt-content {
  max-width: 600px;
  width: 100%;
 
  background: rgba(0, 0, 0, 0.05); /* Semi-transparent black */
    backdrop-filter: blur(10px);
  padding: 10px 80px 20px 60px;
}

.fxt-header {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}
  .fxt-form p {
  font-size: 20px;
  color: #000;
}
.fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

  .fxt-form .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0);
  padding: 10px 15px;
  background-color: transparent;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #FCCC2E;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color 0.3s ease-in-out;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::placeholder {
  color: #000; /* تغيير اللون */
  opacity: 1; /* تأكد من وضوح اللون */
}
input:focus {
  border-color: #FCCC2E; /* تغيير اللون عند الكتابة */
}
input.form-control:focus {
  border-color: #FCCC2E !important;
  outline: none !important;
}
*, ::after, ::before {
  box-sizing: border-box;
}
 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

 .checkbox {
  padding-right: 5px;
  margin-left: 30px;
  margin-bottom: 5px;
}

 .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
label {
  display: inline-block;
}
 .switcher-text {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
 .fxt-btn-fill {
 
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #001052;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

 .fxt-btn-fill:hover { background-color: #FCCC2E;}

.icon2 {
    position:  absolute;
    top: 6px;
    left: 0;
    height: 36px;
    width: 44px;
    display:  flex;
    z-index: 1000;
    color: #001052;
    }

    #container {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      /* height: 100vh; */
      /* background-color: #42586A; */
      margin-bottom: 0px;
    }
    .box {
      width: 100%;
      /* max-width: 360px; */
      display: flex;
      position: relative;
    }
     
     .custom-radio-button__container{width: 33%;position: relative;top: auto;right: auto;margin: 1px;}
    .custom-radio-button__container input[type="radio"] {
      display: none;
    }
    .custom-radio-button {
      display: flex;
      font-size: 17px;
      font-weight: 500;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 10px;
      border: 1px solid #FCCC2E;
      border-radius: 3px;
      background-color: #fff;
      cursor: pointer;
      flex-wrap: wrap;
      flex-direction: row;
    }
    .svg-designer {
      stroke: #979797;
    }
    .svg-developer {
      fill: #979797;
    }
    .custom-radio-button h3 {
      color: #979797;
      font-weight: 500;
      font-size: 1.375rem;
      letter-spacing: 1px;
      text-align: center;
    }
    .icontype
    {
      font-weight:600px;color:#FCCC2E;margin-left:10px;
    }
    
    .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button {
      background-color: #FCCC2E;
      color: #fff;
    }
    .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button h3 span {
      background-color: #FCCC2E;
      color: #fff;
    }
    .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button .svg-designer {
      background-color: #FCCC2E;
      color: #fff;
    }
    .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button .svg-developer {
      background-color: #FCCC2E;
      color: #fff;
    }
    .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button .icontype {
      background-color: #FCCC2E;
      color: #fff;
    }
    
    
    .box .custom-radio-button__container:nth-child(1) .custom-radio-button .img1{background: url(techer.svg);width: 25px;height: 25px;/* background-position: left; */}
    .box .custom-radio-button__container:nth-child(2) .custom-radio-button .img1{background: url(student.svg);width: 25px;height: 25px;/* background-position: left; */}
    .box .custom-radio-button__container:nth-child(3) .custom-radio-button .img1{background: url(parent.svg);width: 25px;height: 25px;/* background-position: left; */}
   
   
   
    .login-with-google-btn {
      transition: background-color .3s, box-shadow .3s;
        width: 100%;
      padding: 12px 16px 12px 42px;
      border: none;
      border-radius: 3px;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
      cursor: pointer;
      color: #000;
      font-size: 15px;
      font-weight: 500;      
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
      background-color: white;
      background-repeat: no-repeat;
      background-position: 12px 11px;
    }
    
    .login-with-google-btn:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
      }
      
      .login-with-google-btn:active {
        background-color: #eeeeee;
      }
      
      .login-with-google-btn:focus {
        outline: none;
        box-shadow: 
          0 -1px 0 rgba(0, 0, 0, .04),
          0 2px 4px rgba(0, 0, 0, .25),
          0 0 0 3px #c8dafc;
      }
      
      .login-with-google-btn:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
      }
    
    
@media (max-width: 767px) {
.fxt-content {
    max-width: auto; width:96%;	
    
   
    padding: 10px 10px 5px;
}
   
       
 }



.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}
.preloader .inner {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.preloader .inner > div {
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: circle_rotate;
  animation-name: circle_rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.preloader .inner .line1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #001052;
  border-left: 6px solid rgba(116, 14, 175, 0);
  border-right: 6px solid rgba(116, 14, 175, 0);
  border-bottom: 6px solid rgba(116, 14, 175, 0);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader .inner .line2 {
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #001052;
  border-left: 6px solid rgba(151, 38, 216, 0);
  border-right: 6px solid rgba(151, 38, 216, 0);
  border-bottom: 6px solid rgba(151, 38, 216, 0);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.preloader .inner .line3 {
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #001052;
  border-left: 6px solid rgba(190, 112, 235, 0);
  border-right: 6px solid rgba(190, 112, 235, 0);
  border-bottom: 6px solid rgba(190, 112, 235, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}







