
html {
    font-family: BYekan;
    direction: rtl;
}
body{
    background-image: url("../images/intro.jpg");

}
h1{
    font-size: 20px;
    font-family: BYekan;
    font-weight: 600;
    text-align: center;
    margin: 0 0 5% 0;
}
i{
    position: absolute;
    margin: 10px 22px 0px 0px;
    color: #ccc;
}
a.link,p.link{
    text-align: center;
    color: #f1f1f1;
    font-weight: 600;
    font-size: 12px;
}
a{
    font-size: 15px;
    font-weight: 600;
    color: #111;
    display: block;
    text-align: center;
    text-decoration: none;
}
section{
    width: 30%;
    border: 1px solid #eee;
    background-color: rgba(255,255,255,0.7);;
    margin: 5% auto 2%;
    padding: 2%;
}
input,select{
    width: 75%;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    font-family: BYekan;
    margin: 4% auto;
    border: 1px solid #ccc;
}
input[type="text"],input[type="password"],select{
    font-family: tahoma;
    padding: 10px 30px;
    font-weight: 100;
    font-size: 13px;
    border-right:  solid #35aa47 !important;
}
label{
    font-family: tahoma;
    font-size: 13px;
}
input[type="checkbox"]{
    display: inline-block;
    width: 5%;
    margin: 4% 10px;
}
input[type="submit"]{

    margin-top: 0px;
    color: white;
    background-color: #35aa47;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}
.inline{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.inline a {
    font-family: BYekan;
    font-weight: 600;
    margin-bottom: 2%;
}
input[type="submit"]{
    margin-bottom: 2%;
    cursor: pointer !important;
}
input:focus {
    border: 1px solid #888;
    outline: none;
}
input[type=submit]{
    width: max-content;
    background-image: url("../images/arrow.png");
    background-repeat:no-repeat;
    background-position:20% 55%;
}
.error{
    text-align: center;
    padding: 1px;
    border: 1px solid;
    width: 93%;
    background-color: #FFC3C3;
    border-color: #E05656;
    font-weight: 600;
    margin: 0 auto;
}
.error p {
    color: #DA2A27 !important;
    font-size: 15px !important;
    margin: 10px 0 !important;
}
.alert{
    margin: 6% 0 6% 0;
    font-family: BYekan;
    font-weight: 600;
}
@media (max-width: 450px) {

    section#form{
        width: 90% !important;
        margin: 20% auto 2%;
    }
}