﻿@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6–8 */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
    background-color: #4183D7;
    direction: rtl;
    font-family: Tahoma;
}


.header {
    height: 30px;
    /*background-color: #1E8BC3;*/
    
    padding: 5px;
    color: #fff;
    font-family: 'BYekan';
    font-size: 30px;
    margin-top:100px;
    text-align:center;
    padding-bottom:40px;
}

.photo {
    border-radius:5px;
    border:2px solid #fff;
}

.loginbody {
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
    text-align:center;
}


input[type="text"], [type="password"] {
    border: 1px solid #E7E9EC;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Tahoma;
    font-size: 11px;
    background-color:#EAEAEC;
    color:#A09B9B;
}


table.datasheet {
    font-family: Tahoma;
    font-size: 13px;
    color: #000;
    width: 100%;
}


    table.datasheet tr > td {
        height: 20px;
        padding: 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #fff;
    }


        table.datasheet tr > td.label {
            width: 160px;
            height: 20px;
            padding: 5px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            text-align: left;
            font-size: 13px;
            font-family: 'BYekan';
        }

        table.datasheet tr > td.value {
            height: 20px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            font-weight: bold;
        }

input[type="button"], input[type="submit"] {
    height: 40px;
    width: 100%;
    border: 1px solid #6BC5A4;
    font-family: 'BYekan';
    font-size: 13px;
    cursor: pointer;
    background-color: #6BC5A4;
    color: #fff;
    border-radius:5px;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #5B96B8;
        border-color:#5B96B8;
    }
