@font-face {
    font-family: shabnam;
    src: url("fonts/Shabnam-FD-WOL.eot");
    src: url('fonts/Shabnam-FD-WOL.eot?#iefix') format('FontName-opentype'),
    url('fonts/Shabnam-FD-WOL.woff') format('woff'),
    url('fonts/Shabnam-FD-WOL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: shabnam-bold;
    src: url("fonts/Shabnam-Bold-FD-WOL.eot");
    src: url('fonts/Shabnam-Bold-FD-WOL.eot?#iefix') format('FontName-opentype'),
    url('fonts/Shabnam-Bold-FD-WOL.woff') format('woff'),
    url('fonts/Shabnam-Bold-FD-WOL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    direction: rtl;
    text-align: justify;
    font-family: shabnam-bold;
    font-size: large;
    background-color: #00b9ce;
    font-size: medium;
}
input[type=text]{
    border-radius: 15px;
    text-align: center;
}
input[type=number]{
    border-radius: 15px;
    text-align: center;
}
input[type=password]{
    border-radius: 15px;
    text-align: center;
}
.select{
    border-radius: 15px;
    text-align: center;
    width: 180px;
}
::placeholder{
    text-align: center;
    font-size: small;
}