body{
            font-family:pelak;
            direction: rtl;
            color:#132457;
            background-image: url('../assets/bk1.jpg'); /* مسیر تصویر بک‌گراند */
            background-size: cover; /* کل صفحه رو پر کن */
            background-position: center; /* تصویر رو در مرکز قرار بده */
            background-repeat: no-repeat; /* تکرار نشه */
            min-height: 90vh; /* تمام ارتفاع صفحه */
        }
        @font-face {
            font-family: pelak;
            src: url(../assets/Pelak-Bold.ttf);
        }

        .inputstyl{
            background-color: #fff;
            border-radius: 50px;
            height: 35px;
            border: 0px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        }
        .btnsubmit{
            width: 100%;
            height: 40px;
            border-radius: 50px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            background-color: #ffde30;
        }
        .verifiybtn{
            border-radius: 50px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            background-color: #ffde30;
        }
        .checkboxstyl{
            width: 50%;
            height: 25px;
            border-radius: 50px;
            background-color:#f68b33;
        }