﻿body {
    background: url('../../Content/images/bg.png') repeat;
}

.login-div {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 380px;
    margin-left: -190px;
    height: 130px;
    margin-top: -65px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000;
    background-color: white;
    font-family: Tahoma;
    font-size: 11px;
}

.test {
    width: 16px;
    height: 16px;
    background-color: red;
}

.person-image {
    width: 16px;
    height: 16px;
}

div.login-div > div.input-group {
    width: 250px;
    margin: 8px;
}

.header {
    background-color: #0061ab;
    height: 35px;
}

.header-right-div {
    position: absolute;
    right: 8px;
    top: 10px;
}

.yekan-h {
    font-family: 'web_Yekan';
    font-size: 14px;
    line-height: 14px;
}

.white {
    color: #fff;
}

.rtl {
    direction: rtl;
}


.password-div {
    margin-top: 4px;
}

.bbb {
    font-family: 'web_Yekan';
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #777;
}

.btn-login {
    height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
    float: right;
    font-family: 'web_Yekan';
    font-size: 14px;
    color: #eee;
    font-weight: bold;
}
