*{
    box-sizing: border-box;
}
body{
    font-family: IRANsans;
    text-align:center;
    margin-top:100px;
    background-color: darkslategray;
}

.box{
    border: 0.5px solid white;
    height: 500px;
    width: 100%;
    position: relative;
    border-radius: 25px;
}

.box h2{
    color: white;
    font-weight: 70;
}
/*inputs all blocks*/
#pass{
    width: 250px;
    height: 30px;
    border-radius: 6px;
    border: none;
}
#enter-btn{
    background-color:rgb(47, 172, 47);
    border: none;
    width: 50px;
    height: 30px;
    border-radius: 6px;
    font-family: IRANsans;
    font-weight: 700;
    cursor: pointer;
}