html,body{
    direction: rtl;
    text-align: right;
}
input,textarea,select{
    direction: rtl;
    text-align: right;
}