@charset "utf-8";
/* CSS Document */
        @font-face {
             font-family: Vazir;
                src: url('fonts/Vazir.eot');
                src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'),
                    url('fonts/Vazir.woff') format('woff'),
                    url('fonts/Vazir.ttf') format('truetype');
                font-weight:normal;
        }
       body{
           font-family: Vazir,tahoma;
           font-size: 14px;
           direction: rtl;
             }
             .input-field label {
               color: #000;
                             }

