﻿body {
    font-family: Tahoma;
    background: #fff;
}

.main-box {
    width: 884px;
    height: 402px;
    margin: 70px auto;
    border: 1px solid #6f6f6f;
    position: relative;
}

.header {
    height: 38px;
    background: #3b3b44;
    color: #fff;
    line-height: 38px;
    font-size: 12px;
    text-align: right;
    padding-right: 22px;
    font-weight: 700;
}

.title-container {
    position: absolute;
    top: 32px;
    right: 228px;
    text-align: right;
    white-space: nowrap;
    direction: rtl;
}

.title-text {
    display: inline-block;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
}

.content {
    position: relative;
    height: 290px;
}

.title {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}
/* TextBox ها */
.LoginTextBoxes {
    width: 210px;
    height: 26px;
    font-size: 12px;
    direction: ltr;
    text-align: left;
}

.failureNotification {
    color: red;
    font-size: 11px;
}

.loginForm {
    font-family: Tahoma;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #515151;
    line-height: 22px;
    direction: rtl;
    width: 252px;
    border-collapse: collapse;
    position: relative;
    top: 112px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
