@font-face {
    font-family: Gandom;
    src: url("../font/Gandom.ttf");
}

* {
    font-family: Gandom, sans-serif;
}

.rtl{
    direction: rtl !important;
}

.myInput{
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 45px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 12px 20px 12px 20px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    letter-spacing: 1px !important;
    z-index: 0 !important;
}