/*بـسـم الله الـرحـمـان الـرحـیـم*/



*{

    margin:0;
    padding:0;
    box-sizing:border-box;

    font-family: vazir !important;
    
    
    }
    
    
    body{
    
    
    background: radial-gradient(circle at top,#064e3b,#020617 45%);
    
    
    
    display:flex;
    
    justify-content:center;

    margin: 20px auto;

    flex-direction: column;
    
    align-items:center;
    
    color:white;
    
    }
    
    
    
    .login-page{
    
    width:100%;

   
    
    
    }
    
    
    
    .login-box{
    margin: 120px auto;
    
    width:420px;
    
    padding:40px;
    
    
    background:
    
    rgba(15,23,42,.85);
    
    
    border:
    
    1px solid rgba(0,230,118,.15);
    
    
    border-radius:35px;
    
    
    backdrop-filter:blur(25px);
    
    
    box-shadow:
    
    0 30px 80px rgba(0,0,0,.5);
    
    
    }
    
    
    
    
    .brand{
    
    
    display:flex;
    
    align-items:center;
    
    gap:15px;
    
    margin-bottom:40px;
    
    
    }
    
    
    .brand-icon{
    
    
    width:60px;
    
    height:60px;
    
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    
    border-radius:20px;
    
    
    background:
    
    linear-gradient(135deg,#00E676,#00C853);
    
    
    color:#022c22;
    
    
    font-weight:900;
    
    font-size:24px;
    
    
    box-shadow:
    
    0 0 35px rgba(0,230,118,.4);
    
    
    }
    
    
    
    .brand h2{
    
    font-size:24px;
    
    }
    
    
    
    .brand p{
    
    color:#94A3B8;
    
    font-size:13px;
    
    }
    
    
    
    h1{
    
    font-size:30px;
    
    margin-bottom:15px;
    
    }
    
    
    
    .desc{
    
    color:#94A3B8;
    
    line-height:2;
    
    margin-bottom:30px;
    
    }
    
    
    
    
    .input-box{
    
    
    height:60px;
    
    
    display:flex;
    
    
    align-items:center;
    
    
    background:#020617;
    
    flex-direction: row-reverse;
    
    border:
    
    1px solid rgba(255,255,255,.08);
    
    
    border-radius:18px;
    
    
    overflow:hidden;
    
    
    }
    
    
    
    .input-box span{
    
    
    padding:0 18px;
    
    color:#00E676;
    
    border-left:
    
    1px solid rgba(255,255,255,.1);
    
    }
    
    
    .input-box input::after,.input-box input:active,.input-box input:focus,.input-box input::placeholder,.input-box input
    {font-family: vazir !important;background: none !important;}
    
    .input-box input{
    flex:1;
    height:100%;
    background:none !important;
    border:0;
    outline:none;
    color:white;
    padding:0 15px;
    font-size: 21px;
    direction: ltr;
    
    }
    
    
    
    button{
    
        font-family: vazir-bold;

    
    width:100%;
    
    
    height:58px;
    
    
    margin-top:20px;
    
    
    border:0;
    
    
    border-radius:18px;
    
    
    background:
    
    linear-gradient(135deg,#00E676,#00C853);
    
    
    color:#022c22;
    
    
    font-size:17px;
    
    
    font-weight:800;
    
    
    cursor:pointer;
    
    
    transition:.3s;
    
    
    }
    
    
    
    button:hover{
    
    
    transform:translateY(-3px);
    
    
    box-shadow:
    
    0 15px 35px rgba(0,230,118,.35);
    
    
    }
    
    
    
    .code-box{
    
    
    display:none;
    
    
    margin-top:20px;
    
    
    }
    
    
    
    .code-box input{
    
    
    width:100%;
    
    
    height:55px;
    
    
    border-radius:18px;
    
    
    background:#020617;
    
    
    border:
    
    1px solid rgba(255,255,255,.1);
    
    
    color:white;
    
    
    text-align:center;
    
    
    font-size:20px;
    
    
    
    outline:none;
    
    
    padding:10px;
    
    
    }
    
    
    
    
    .message{
    
    
    text-align:center;
    
    margin-top:20px;
    
    color:#00E676;
    
    
    }
    

    .register--body--rules{display: flex;
    justify-content: center;align-items: center;flex-direction: column;}
    
    

    
    @media(max-width:480px){
    
    
    .login-box{
    
    width:92%;
    
    padding:30px 22px;
    
    }
    
    
    }
    