@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */


body.rtl, body.rtl .press-this a.wp-switch-editor {
    font-family: IRANSans,dashicons !important;
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-family: IRANSans !important;
    font-weight: 600;
}

.rtl #wpadminbar * {
    font-family: IRANSans,dashicons !important;

}
.dashicons {
    font-size: 16px!important;
    margin-left: 5px!important;
}
#login {
width: 370px!important;
}

.login form {
    border-radius: 15px;
    border: solid 1px #e4e4e4 !important;
    box-shadow: 6px 6px 10px #9d9d9d30 !important;
}
.login form .input, .login input[type=text] {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: unset;
    box-shadow: 4px 4px 10px #d6d6d663;
    font-size: 14px;
    font-weight: 400;
}
#wp-submit {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
    background: #3a9fe5;
    border: unset;
    box-shadow: 4px 4px 10px #3a9fe575;
}

.course_extra{
    display: contents;
    width: 100%;
    margin-bottom: 20px;
}
.course_extra input,.course_extra textarea{
    width: 100%;
}