﻿@import url(fontiran.css);

html, body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #c6c6c6;
    font-family: IRANSans, Tahoma !important;
    font-size: 13px;
    color: #000000;
}

@font-face {
    font-family: "yekan";
    src: url(/fonts/Yekan.eot);
    src: url(/fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(/fonts/Yekan.woff) format("woff"), url(/fonts/Yekan.ttf) format("truetype"), url(/fonts/Yekan.svg#BYekan) format("svg");
    font-weight: 500;
    font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
}

.placeholder {
    font-family: IRANSans, Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
}

.inputArea {
    width: calc( 100% - 2px );
    max-width: 600px;
    min-width: 360px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    padding-bottom: 16px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .inputArea .header {
        background-color: transparent;
        min-height: 90px;
        padding: 24px 80px 0px 80px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        margin-bottom: -40px;
        direction: rtl;
        unicode-bidi: embed;
    }

    .inputArea .body {
        margin: 26px 16px 0px 16px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
        padding: 0px 0px 0px;
        border-radius: 16px;
    }

    .inputArea .item {
        overflow: auto;
        min-height: 30px;
        line-height: 50px;
        margin-bottom: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        line-height: unset;
        padding-bottom: 3px;
    }

        .inputArea .item .title {
            float: right;
            font-size: 14px;
            font-weight: bold;
        }

            .inputArea .item .title span {
                margin-right: 5px;
                color: red;
            }

        .inputArea .item input[type=text], [type=password] {
            width: 186px;
            height: 30px;
            margin: 0 0 16px;
            padding: 5px 18px 5px 18px;
            border-radius: 12px;
            border: solid 1px #898989;
            background-color: #fff;
            font-size: 20px;
            direction: rtl;
            font-weight: 500;
        }

    

.inputArea .item input[type=text], [type=password], [type=button] {
    margin: 0px 0px 0px 0px;
    height: 30px;
}


@media (max-width: 1920px) {
    .inputArea {
        margin: 0px auto 0px auto;
        padding-bottom: 16px;
    }

        .inputArea .header {
            padding: 24px 10px 0px 10px;
            font-weight: bold;
            font-size: 20px;
            min-height: 70px;
            line-height: 30px;
            margin-bottom: -40px;
            direction: rtl;
            unicode-bidi: embed;
        }

        .inputArea .item {
            margin-bottom: 0px;
            line-height: unset;
            min-height: 54px;
        }



    .footer {
        margin: 0px;
    }
}

@media (max-width: 648px) {
    .inputArea .header {
    }
}

@media (max-width: 530px) {
    .inputArea .item {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        line-height: unset;
        padding-bottom: 3px;
    }

        .inputArea .item .title {
            font-size: 12px;
        }
}

input[type=button] {
    width: 224px;
    height: 40px;
    border-radius: 21px;
    border: solid 1px #000000;
    background-color: #000;
    font-size: 24px;
    font-weight: normal;
    direction: rtl;
    font-family: IRANSans, Tahoma !important;
}

.center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.modalDiv {
    position: fixed;
    z-index: 10000;
    background-color: #000000;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .15;
    filter: opacity(0.15);
}
