@font-face {
    font-family: light;
    src: url("fonts/yekan-light.ttf");
}
@font-face {
    font-family: bold;
    src: url("fonts/yekan-bold.ttf");
}
body{
    font-family: 'light'
}

h1,h2,h3,h4,h5,h6,p{line-height: 1.8em;}

::placeholder{
    color :#dbdbdb;
}

.myInput{
    color: #555 !important;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 55px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.txtArea{
    color: #606060 !important;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    font-size: 16px;
    text-align: right;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
