.page-wrapper {
    position: relative;
    direction: rtl;
}

@media only screen and (max-width: 2100px) {
    .master {
        padding: 0 5%;
    }
}

.master {
    max-width: 2000px;
    margin: 0 auto;
}

.page-wrapper-internal {
    min-height: 40vh;
}

.ulHolder {
    display: flex;
    align-content: center;
    align-items: center;
}

.UserLogin {
    border: 1px solid #ddd;
    justify-content: center;
    width: 400px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ulLogo {
    width: 100%;
    text-align: center;
    position: relative;
}

.ulLogo .Logo {
    margin: 0 auto;
}

.UserLogin a {
    color: #63aaee;
    cursor: pointer;
    text-decoration: none;
}

.Logo {
    display: block;
    width: 100px;
}

.Logo img {
    width: 80px;

}

@media only screen and (max-width: 760px) {
    .Logo img {
        width: 150px;
    }
}

@media only screen and (max-width: 400px) {
    .FullName span {
        display: none;
    }
}

@media only screen and (max-width: 300px) {
    .Logo img {
        display: none;
    }

    .CHldr {
        width: 100% !important;
    }
}

.Menu {
    border: 1px solid #d9e4ea;
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.LogoH {
    width: 50%;
}

.ulTitle {
    width: 100%;
    font-family: yekan,IranSans;
    font-size: 16pt;
    font-weight: 700;
    line-height: 1.12;
    padding: 10px 0;
    position: relative;
}
.ulDesc {
    padding-bottom: 5px;
}
.ulInput {
    padding: 0 0 5px 0;
}
.UserLogin input[type=text], .UserLogin input[type=password] {
    direction: ltr;
    text-align: center;
}
.UserLogin input[type=text],.UserLogin input[type=tel],.UserLogin input[type=number], .UserLogin input[type=password], .Profile input[type=text], .Profile input[type=password] {
    font-size: 16pt;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #bbb;
}
.ulCommand {
    padding: 10px 0;
}
.UserLogin input[type=submit],.UserLogin span.ajaxBtn, .Profile input[type=submit] {
    background: #d7172f;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    direction: ltr;
    cursor: pointer;
}
.ulOther {
    padding: 10px 0;
}
.UserLogin a {
    color: #63aaee;
    cursor: pointer;
    text-decoration: none;
}
.ulFooter {
    font-size: 8pt;
}
body {
    background: #f6f6f6;
    font-family: IranSans;
    font-size: 10pt;
}

.fixed-modal-bg{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blur.jpg) center top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
