@font-face {
    font-family: font1;
    src: url(assests/farsi-fonts/iran-sans-300.ttf);
  }
  html {
    /* lan: fa; */
    height: 100%;
  }
  body {
    direction: rtl;
    font-family: font1;
    text-align: center;
    margin: 0;
    padding: 0;
    /* background: wheat; */
    background: linear-gradient(#a1655b, #ddbfc1e3);
    
  }
  .login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.445);
    border-radius: 10px;
  }
  .login-box h3 {
    margin: 0 0 30px;
    padding: 0;
    color:rgba(255, 255, 255, 0.507);
    text-align: center;
  }
  .login-box .user-box {
    position: relative;
  }
  
  .login-box input {
    width: 80%;
    padding: 10px 20px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    font-family: font1; 
    
    
    
  }
  ::placeholder {
    color: #fff;
  }
  .kk {
    width: 160px;
    height: 45px;
    background: linear-gradient(rgb(48, 10, 10), rgb(75, 14, 14));
    /* box-shadow: 0 15px 25px rgba(0, 50, 0, 0.445);; */
    color: #fff;
    font-weight: light;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    margin: 0 0 25px;
    font-family: font1 !important;
    
  }
  .login-box a {
    color: #fff;
    font-weight: light;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
  }
  .login-box i {
    color: rgba(185, 166, 166, 0.61);
    margin-top: 10px;
    border-bottom: 1px solid white;
    padding-bottom: 18px;
    margin-left: -5px;
  }
  .alert {
    color: #fff;
    text-align: center;
  }
  
  .eye{
    padding: 10px 0;
    color: white;
    margin-bottom: 30px;
    border: none;
    outline: none;
    background: transparent;
    display: inline-block;
    margin-right:-10px;
    }
    .error1{
      background-color: #ff000070;
      height: 25px;
      width: 100%;
      color:white
    }
    .ok1{background-color: #2ca32870;
      height: 25px;
      width: 100%;
      color:white}
  
  
  