﻿.LoginTitle {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.LoginTitle h1 {
    font-family: "Vazir", Tahoma;
    font-size: 16px;
    color: rgb(85, 85, 85);
}

.LoginPanel {
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    font-family: Vazir;
    font-size: 12px;
    direction: rtl;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185);
    padding: 10px;
    display: block;
}

.LoginBlock {
    width: 298px;
    overflow: hidden;
    text-align: right;
    float: right;
    margin-top: 5px;
}

.LoginLabel {
    width: 70px;
    float: right;
    text-align: left;
    margin-left: 5px;
    margin-top: 4px;
}

.LoginTextBox {
    width: 210px;
    float: right;
    text-align: right;
}

.LoginTextBox input {
    width: 197px;
    border: 1px solid;
    border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185);
    border-radius: 3px;
    height: 26px;
    padding-right: 3px;
    padding-left: 3px;
    direction: ltr;
    text-align: center;
    font-family: Tahoma;
}

.LoginValidation {
    margin-top: 8px;
    text-align: right;
    width: 10px;
    overflow: hidden;
    float: right;
    color: red;
}

.LoginTextBoxCaptcha {
    width: 155px;
    float: right;
    text-align: right;
}

.LoginTextBoxCaptcha input {
    width: 146px;
    border: 1px solid;
    border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185);
    border-radius: 3px;
    height: 26px;
    padding-right: 3px;
    padding-left: 3px;
    direction: ltr;
    text-align: center;
    font-family: Tahoma;
}

.LoginCaptchaImage {
    width: 55px;
    float: right;
}

.LoginCaptchaImage img {
    width: 45px;
    margin-right: 3px;
    border: 1px solid;
    border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185);
    border-radius: 3px;
    height: 28px;
}

.LoginCaptchaImageRefresh {
    width: 10px;
    height: 11px;
    float: right;
    margin-right: 3px;
    margin-top: 6px;
    cursor: pointer;
}

.LoginSubmit {
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
}

.LoginSubmit input {
    font-family: Vazir;
    border: 1px solid rgb(47, 91, 183);
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    background-color: rgb(53, 122, 232);
    background-image: -moz-linear-gradient(center top, rgb(77, 144, 254), rgb(53, 122, 232));
    height: 36px;
    min-width: 50px;
    border-radius: 3px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.LoginLink {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.LoginLink a {
    color: rgb(66, 127, 237);
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    font-family: Vazir;
}

.btn {
    border-radius: 4px;
}

#loginbox {
    max-width: 90%;
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

.socialmediaicons .fa:hover {
    color: white;
    opacity: 0.8;
}

.socialmediaicons .fa {
    padding: 10px;
    font-size: 14px;
    width: 34px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
}

.socialmediaicons .fa-envelope {
    background: #3B5998;
    color: white;
}

.socialmediaicons .fa-phone {
    background: #55ACEE;
    color: white;
}

.socialmediaicons .fa-users {
    background: #dd4b39;
    color: white;
}

.socialmediaicons .fa-rss {
    background: #ff6600;
    color: white;
}

.form-control {
    min-width: 100%;
}

.input-group {
    min-width: 100%;
}