html:lang(fa),
html:lang(ar),
html:lang(ku) {
    direction: rtl;
}

html:lang(en) {
    direction: ltr;
}

/* فونت‌ها */
html:lang(fa) body {
    font-family: 'Vazirmatn';
}

html:lang(en) body {
    font-family: 'Inter';
}

html:lang(ar) body {
    font-family: 'AmiriQuran';
}

html:lang(ku) body {
    font-family: 'NotoKurdish';
}
.bg{
    width: fit-content;
    height: 500px !important;
    padding: 90px;
    background-image: url('/upload/statick/Rectangle 146.png') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.submit{
    display: flex;
    justify-content: center;
    background: linear-gradient(145deg, #FF753B, #FF9D47);
    box-shadow: linear-gradient(145deg, #FF7D3D40, #FF9D47) ;
    border-radius: 16px;
    width: 220px;
    height: 50px;
}
.phone{
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    height: 50px;
}
.asli-4{
    justify-content: center;
}
@media screen and (max-width :768px) {
    .asli{
        display: flex;
        flex-direction: column !important;
        padding-bottom: 20px;
    }
    .invalid-feedback{
        font-size:10px;
    }
    .yek{
        align-items: center;
        justify-content: center;
    }
    .yek div{
        align-items: center;
    }
    .yek div label{
        margin-left: auto;
        text-align: start !important;
    }
    .bg{
        background-image: url('/upload/statick/Rectangle 37.png') !important;
        background-size: 100% !important;
        height: auto !important;
        border-radius: 16px;
        padding: 20px !important;
        gap: 10px !important;
    }

    .asli-2{
        width: 100% !important;
        flex-direction: column !important;
    }
    .asli-3{
        width: 100% !important;
        flex-direction: column !important;
        gap: 0px !important;
    }
    .asli-4{
        margin-top: 10px;
        justify-content: space-between !important;
    }
    .asli-4 input{
        width: 70% !important;
    }
    .submit{
        margin-top: 10px;

    }
}

.box-form{
    background-image: url('/upload/statick/Rectangle 37.png') !important;
    border-radius:20px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size:cover;
    padding:10px 20px;
}

.sign-button{
    display: flex;
    justify-content: center;
    align-items:center;;
    color:#FFFFFF;
    background: linear-gradient(145deg, #FF753B, #FF9D47);
    box-shadow: linear-gradient(145deg, #FF7D3D40, #FF9D47) ;
    border-radius: 16px;
    width: 220px;
    height: 50px;
    margin:auto;
}