* {
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar {
    width: 6px; 
  }
  
  
  
::-webkit-scrollbar-thumb {
    background: #555; 
    border-radius: 25px; 
}
  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
body {
    direction: rtl;
    background-color: #121212;
    color: #e0e0e0;
	overflow-x: hidden;
}
#pageloader
{

  position: fixed;
  top: 0;
  left: 0;
  background: #191919;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 5;
  -webkit-position: fixed;
  -webkit-top: 0;
  -webkit-left: 0;
  -webkit-background: #191919;
  -webkit-width: 100%;
  -webkit-height: 100%;
  -webkit-opacity: 1;
  -webkit-z-index: 5;
  
}
.imgwait
{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:30px;
  height:30px; 
}
#pageloader p {
  direction: rtl;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: IRANYekanX; 
  text-align:center;
  font-weight:bold;
  font-size:17px;
  font-family: IRANSans;
  font-weight: 500;
  color: #b8b8b8;
  vertical-align: middle;
   
}
#pageloader i {
    font-size: 25px;
    vertical-align: middle;
}
.LogoTop {
    font-family: IRANSans;
    position: absolute;
    top: -12%;
    left: 160px;

    transform: translate(-110%, -50%);
    text-shadow: 2px 2px;
    color: #ffffff;

}
.LoginTexts {
    font-family: IRANSans;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translate(50%, -50%);
    color: #FFF;
}
.LoginTexts i {
    vertical-align: middle;
}
.login {
    font-family: IRANSans;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 380px;
    border-radius: 8px;
    background-color: #333;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
}
.input-group {
    margin: auto;
    width: 380px;
    display: flex;
    margin-top: 15px;

}
.input-group img {
    margin-right: 17px;
    width: 20px;
    height: 20px;
    background-color: #444;
    border: 1px solid #555;
    padding: 12px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 0px 8px 8px 0px;
}
.inputs {
    font-family: IRANSans;
    height: 46px;
    border: 1px solid #555;
    border-radius: 8px 0px 0px 8px;
    width: 295px;
    padding-right: 15px;
    background-color: #222;
    color: #e0e0e0;
    
}
.capcha {
    margin: auto;
    border-radius: 8px !important;
    font-family: IRANSans;
    height: 46px;
    border: 1px solid #555;
    width: 230px;
    padding-right: 15px;
    background-color: #222;
    color: #e0e0e0;
    
}
.CapchaImg {
    direction: ltr;
    font-size: 16px;
    border-radius: 8px !important;
    padding-top: 9px;
    margin-left: 11px;
    
}
.CapchaRefresh {
    font-size: 16px;
    border-radius: 8px !important;
    padding-top: 15px;
    margin-left: 22px;
    cursor: pointer;
    transition: transform 0.65s;
}
.CapchaRefresh:hover {
    font-size: 16px;
    border-radius: 8px !important;
    padding-top: 15px;
    margin-left: 22px;
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.65s;
    -webkit-animation: spin1 0.5s linear;
    -moz-animation: spin1 0.5s linear;
    -o-animation: spin1 0.5s linear;
    -ms-animation: spin1 0.5s linear;
     animation: spin1 0.5s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
    @-webkit-keyframes spin1 {
    0% { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(90deg);}
    }
    @-moz-keyframes spin1 {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(90deg);}
    }
    @-o-keyframes spin1 {
    0% { -o-transform: rotate(0deg);}
    100% { -o-transform: rotate(90deg);}
    }
    @-ms-keyframes spin1 {
    0% { -ms-transform: rotate(0deg);}
    100% { -ms-transform: rotate(90deg);}
    }
    @-keyframes spin1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(90deg);}
    } 
.input-group input::placeholder {
    opacity: 0.7;
}
.LoginBtnGry {
    margin: auto;
    height: 45px;
    width: 340px;
    background-color: #D9D9D9;
    color: #fff;
    font-family: IRANSans;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 8px !important;
    border: none;
}
.LoginBtn {
    margin: auto;
    height: 45px;
    width: 340px;
    cursor: pointer;
    background-color: #555;
    color: #fff;
    font-family: IRANSans;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 8px !important;
}
.LoginBtn2 {
color: #fff;
border: 0px;
background-image: -webkit-linear-gradient(90deg, #555 50%, transparent 50%);
background-image: linear-gradient(90deg, #555 50%, transparent 50%);
background-size: 750px;
background-repeat: no-repeat;
background-position: 0%;
-webkit-transition: background 600ms ease-in-out;
transition: background 300ms ease-in-out;
}
.LoginBtn2:hover {
background-position: 100%;
color: #555;
}
.LoginBtn:hover {
    margin: auto;
    height: 45px;
    width: 340px;
    cursor: pointer;
    border: transparent;
    background-color: #222;
    color: #FFF;
  
    border-radius: 3px;
    font-family: IRANSans;
    font-size: 15px;
    border-radius: 8px !important;
}
.Remember {
    margin-right: 20px;
    margin-top: 15px;
}
.RememberText {
    margin-right: 8px;
    margin-top: 15px;
    font-size:15px;
    color:#bbb;
}
.spaces {
    margin-top: 33px;
}
.ShowHideEye {
    width: 50px;
    float:left;
    margin-top:-30px;
    -moz-margin-top: -30px;
    -webkit-margin-top: -30px;
}
@-moz-document url-prefix() {
    .ShowHideEye {
        margin-top: -40px;
    }
}
@supports (-webkit-marquee-speed: 0) {
    .ShowHideEye {
        margin-top: -40px; 
    }
}
.ShowHideEye i {
    cursor: pointer;
    margin-left: 100px;
    z-index: 1;
}
.footer {
    padding-top: 25px;
    margin: auto;
    text-align: center;
    font-size:11px;
  }
.footer a {
      text-decoration: none;
      color: #ddd;
  }
  #LoginErrors {
    display: none;
    margin-top:25px;
    padding: 15px;
    background-color: #3a3a3a;
    border-radius: 8px;
    border: 1px solid #555;
    color: #ff3030;
    font-size: 13px;
    font-family: IRANSans, FontAwesome;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
  }
  #LoginErrors i {
    font-size: 20px;
  }
  #LoginErrors2 {
    margin-top:25px;
    padding: 15px;
    background-color: #3a3a3a;
    border-radius: 8px;
    border: 1px solid #555;
    color: #ff3030;
    font-size: 13px;
    font-family: IRANSans, FontAwesome;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
  }
  #LoginErrors2 i {
    font-size: 20px;
  }
  #LoginErrors3 {
    display: none;
    margin-top:25px;
    padding: 15px;
    background-color: #3a3a3a;
    border-radius: 8px;
    border: 1px solid #555;
    color: #ff3030;
    font-size: 13px;
    font-family: IRANSans, FontAwesome;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
  }
  #LoginErrors3 i {
    font-size: 20px;
  }
  #LoginErrors4 {
    display: none;
    margin-top:25px;
    padding: 15px;
    background-color: #3a3a3a;
    border-radius: 8px;
    border: 1px solid #555;
    color: #ff3030;
    font-size: 13px;
    font-family: IRANSans, FontAwesome;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
  }
  #LoginErrors4 i {
    font-size: 20px;
  }
  @keyframes MoveErrors {
    50% { transform-origin:right; animation-mode:forwards; transform: translate(-2%, 0); }
  }
  .red::placeholder {
    color: #ff3030;
 }
 .capchaMove {
    margin: auto;
    border-radius: 8px !important;
    font-family: IRANSans;
    height: 46px;
    border: 1px solid #eee;
    width: 230px;
    padding-right: 15px;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
    
}
.inputsMove {
    font-family: IRANSans;
    height: 46px;
    border: 1px solid #ff3030;
    border-radius: 8px 0px 0px 8px;
    width: 295px;
    padding-right: 15px;
    transition: all 0.65s ;
    animation:MoveErrors 0.15s;
    animation-iteration-count: 3;
    
}
.img_error {
    margin-right: 17px;
    width: 20px;
    height: 20px;
    background-color: #F8F8F8;
    border: 1px solid #ff3030;
    padding: 12px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 0px 8px 8px 0px;
}