/*
Author: Javed Ur Rehman
Website: https://www.allphptricks.com/
*/
*{font-family:vazir;}
body {
    text-align: center;
    direction: rtl;
}

.results{
    width: 100%;
    max-width: 290px;
    text-align: right;
    margin: auto;
    font-size: initial;
    
}
form{
    max-width: 290px;
    margin: auto;
    margin-bottom: 10px;
}
h1{
    font-size: 15px;
    color: cadetblue;
}
a{
    text-decoration: none;
    border: 3px solid;
    padding: 5px 15px;
    border-radius: 20px;
    border-color: cadetblue;
    color: cadetblue;
}
img{
    margin: auto;
}

input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='search']{
    width: 100%;
    max-width: 209px;
    height: 30px;
    font-size: 13px;
    
}
input[type='submit']{
    height: 35px;
    width: 80px;
    background-color: cadetblue;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    
}
input[type='submit']:hover {
}
