@import "main-style.css";

.pages-content{
    height: 100vh;
    width: 100vw;
    background-image: url("/images/istehqaqLogin.jpeg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-card{
    background-color: var(--nav-background);
    width: 380px;
    height: 500px;
    margin-inline-start: 10em;
    border-radius: 30px;
    position: relative;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
}

.login-logo{
    width: 196px;
    height: auto;
    position: relative;
    margin: 16px auto;
}

.login-form{
    align-self: center;
    position: relative;
    width: 80%;
}

.login-title{
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 1em;
    text-align: center;
}

.login-form .form-check-label{
    color: #FFF;
    font-size: 0.8em;
}

.btn-default, .btn-default:hover {
    background-color: #FFF;
    color: var(--nav-background);
}

.login-form input.form-control {
    background-color: transparent;
    border: 0px solid;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    font-size: 0.8em;
    color: rgba(255,255,255,0.4);
}

.login-form input.form-control:focus {
    background-color: transparent;
    border: 0px solid;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    font-size: 0.8em;
    color: rgba(255,255,255,0.4);
    box-shadow: transparent 0px 0px 0px;
}

.login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 0.8; /* Firefox */
  }

  .form-link{
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
    margin-top: 2em;
  }

  .login-form small{
      font-size: 0.7em;
      color:red;
  }

  .custom-control-label{
      color: #FFF;
      font-size: 0.8em;
      line-height: 1.8;
  }

  .custom-checkbox .custom-control-label::before{
    border-radius: 0.1em
  }

  .custom-control-label::before{
    background-color: transparent;
    border: #FFF solid 1px;
    width: 12px;
    height: 12px;
    right: -1.4rem;
    top: 6px;

  }

  .custom-control-input:checked~.custom-control-label::before{
      background-color: transparent;
      border-color: #FFF;
  }

  .custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #FFF
  }

  .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
  }
  .password-div{
      position: relative;
  }
  .password-div::before{
      content: url(/images/lock.png);
      position: absolute;
      top: 0.4em
  }

  .password-div input{
      padding-inline-start: 1.5em;
  }

  .user-div{
    position: relative;
}
.user-div::before{
    content: url(/images/user1.png);
    position: absolute;
    top: 0.4em
}

.user-div input{
    padding-inline-start: 1.5em;
}
.password-div i {
    font-size: 12px;
    cursor: pointer;
    color: #ced4da;
    left: 5px;
    position: absolute;
    top: 15px;
}

@media only screen and (max-width: 1100px) {
    .login-card{
        margin-inline-start: auto;
        margin: auto;
     } 
}

@media only screen and (max-width: 550px){
 .login-card{
    margin-inline-start: auto;
    margin: auto;
    width: 90%;
 }   
}


/********* New ********/

body {
    font-family: 'Tajawal';
    font-size: 16px;
    text-align: right;
}
/*---------------------------------------------*/
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;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

.pt-50{
    padding-top: 50px;
}


/*==================================================================
  [ Home ]*/
.home-body{
    background: url("../images/homebg.png") no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.home-body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(24, 30, 79, 0.7);
}

/*------------------------------------------------------------------
  [ Header ]*/

header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header .logo {
    width: 200px;
}
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
    padding: 10px 0 10px 28px;
}

.navbar a:hover::after,.navbar .active::after, .navbar li:hover > a::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    top: 65px;                    /* <- distance */
    border-bottom: 3px solid #2DBEC2;  
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: normal normal normal 16px/46px Tajawal;
    color: #FFFFFF;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.headerBtns{
    display: none;
}

.rounded-btn{
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    font: normal normal normal 16px/40px Tajawal;
    color: #FFFFFF;
}

.rounded-btn:hover{
    color: #2DBEC2;
    border: 1px solid #2DBEC2;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.fa {
    color: #fff;
  }
  
  @media (max-width: 1024px) {
    #header .logo {
        width: 120px;
    }
    .navbar{
        margin-left: -20px;
    }
    .rounded-btn{
        font-size: 12px;
    }
   }
  @media (max-width: 991px) {
    #header .logo {
        width: 180px;
        margin-right: -30px;
    }
    .mobile-nav-toggle {
      display: block;
    }
    .headerBtns{
        display: block;
    }
    .navbar ul {
      display: none;
    }
    .register {
        display: none;
    }
  }
  
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(24, 30, 79, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 35px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 35px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a {
    font-size: 15px;
    padding-right: 15px;
    color: #222;
  }
  
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #2DBEC2;
  }
  
  .navbar-mobile .getstarted {
    margin: 15px;
  }



/*------------------------------------------------------------------
  [ blocks ]*/
.main-content{
    /* margin: 0 auto; */
}
  .blockHome{
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 300px;
  }
  .blockHome:hover{
      background: #2DBEC2;
  }

  .blockHome h3{
    text-align: center;
    font: normal normal bold 24px/46px Tajawal;
    margin-top: 20px;
    color: #2DBEC2;
  }

  .blockHome:hover h3{
    color: #fff;
  }

  /*------------------------------------------------------------------
  [ Footer ]*/

.footer-social-links a{
    font-size: 20px;
    color: #FFFFFF;
}


/******** 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;
    background: #f2f2f2;
  }
  
  
  .wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* flex-direction: row-reverse; */
  
  }
  
  /*==================================================================
  [ login more ]*/
  .login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    direction: rtl;
  }
  
  .login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(24, 30, 79, 0.7);
  }

/*------------------------------------------------------------------
  [ blocks ]*/
  .block{
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 430px;
  }

  .block h3{
    text-align: right;
    font: normal normal bold 22px/42px Tajawal;
    margin-top: 20px;
    color: #2DBEC2;
  }
  .block p{
    text-align: right;
    font: normal normal normal 14px/22px Tajawal;
    color: #FFFFFF;
  }
  
  
  
  /*==================================================================
  [ Form ]*/
  
  .login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #fff;
    padding: 15px 30px 30px;
    /* padding: 173px 55px 55px 55px; */
  }
  
  .login100-form-welcome {
    width: 100%;
    display: block;
    text-align: right;
    border-right: 3px solid #2DBEC2;
    color: #181E4F;
  }

  .login100-form-title {
    width: 100%;
    display: block;
    font: normal normal bold 32px/46px Tajawal;
    color: #008394;
    text-align: center;
  }

  fieldset {
    background: #FFFFFF;
    border: 1px solid #008394;
    border-radius: 40px;
    padding: 5px 35px;
    }

    fieldset legend {
        width: auto;
        float: none;
        font: normal normal bold 15px/5px Tajawal;
        color: #2DBEC2;
        padding: 0 8px;
    }
    .customInput{
        width: 98%;
        height: 50px;
        margin-top: -5px;
    }

      ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font: normal normal normal 14px/22px Tajawal;
        color: #DFDFDF !important;
      }
      ::-moz-placeholder { /* Firefox 19+ */
        font: normal normal normal 14px/22px Tajawal;
        color: #DFDFDF !important;
      }
      :-ms-input-placeholder { /* IE 10+ */
        font: normal normal normal 14px/22px Tajawal;
        color: #DFDFDF !important;
      }
      :-moz-placeholder { /* Firefox 18- */
        font: normal normal normal 14px/22px Tajawal;
        color: #DFDFDF !important;
      }
  
  
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .label-input100 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
  
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 26px;
  }
  
  input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  #togglePassword{
    position: absolute;
    margin-top: 10px;
    color: #2DBEC2;
    cursor: pointer;
  }
  #togglePassword:hover{
    color: #555555;
  }
  
  /*---------------------------------------------*/
  
  .focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 10px;
  
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
  }
  
  .input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
  
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .eff-focus-selection {
    visibility: visible;
    opacity: 1;
  
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .input100:focus {
    height: 48px;
  }
  
  .input100:focus + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
  }
  
  .has-val {
    height: 48px !important;
  }
  
  .has-val + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
  }
  
  /*==================================================================
  [ Restyle Checkbox ]*/
  
  .input-checkbox100 {
    display: none;
  }
  
  .label-checkbox100 {
    font: normal normal normal 16px/22px Tajawal;
    color: #181E4F;
  
    display: block;
    position: relative;
    padding-right: 26px;
    cursor: pointer;
  }
  
  .label-checkbox100::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    color: transparent;
    font-weight: 900;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #6675df;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .input-checkbox100:checked + .label-checkbox100::before {
    color: #6675df;
  }
  
  
  /*------------------------------------------------------------------
  [ 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;
  }
  
  .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 65px;
    background: #181E4F;
    border-radius: 40px;
    text-decoration: none;
  
    font: normal normal bold 24px/46px Tajawal;
    color: #FFFFFF;
    line-height: 1.2;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .login100-form-btn:hover {
    background: #307a89;
    color: #fff;
  }
  .txt2 a{
    font: normal normal normal 20px/46px Tajawal;
    color: #2DBEC2;
    text-decoration: none;
  }
  .txt2 a:hover{
    color: #307a89
  }
  
  
  /*------------------------------------------------------------------
  [ Alert validate ]*/
  
  .validate-input {
    position: relative;
  }
  
  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    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: 12px;
    pointer-events: none;
  
    font-family: Poppins-Regular;
    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: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  
  /*==================================================================
  [ Social ]*/
  .login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
  }
  
  .login100-form-social-item:hover {
    background: #333333;
    color: #fff;
  }
  


   
  
  /*------------------------------------------------------------------
  [ Responsive ]*/
  @media (max-width: 1024px) {
  .block h3 {
    text-align: right;
    font: normal normal bold 18px/32px Tajawal;
    margin-top: 5px;
  }
  
  @media (max-width: 992px) {
    .login100-form {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
  
    .login100-more {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .login100-form {
      width: 100%;
    }
  
    .login100-more {
      display: none;
    }
    .d-flex.justify-content-end.pt-5.pb-3.mt-5{
      justify-content: center !important;
    }
  }
  
  @media (max-width: 576px) {
    .login100-form {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
    }
  }