@font-face {
    font-family: 'IRANSans';
    src: url("/Styles/fonts/IRANSans-web.eot?9");
    src: url("/Styles/fonts/IRANSans-web.eot?9#iefix") format("embedded-opentype"),url("/Styles/fonts/IRANSans-web.woff2?9") format("woff2"),url("/Styles/fonts/IRANSans-web.woff?9") format("woff"),url("/Styles/fonts/IRANSans-web.ttf?9") format("ttf");
    font-weight: normal;
}
html {
    margin:0;
    padding:0;

}
body {
    font-family: 'IRANSans';
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
    font-size:12px;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.container-fluid {
    max-width: 1270px;
}
.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
    margin-top:calc(calc(100vh - 640px) / 2)!important;
}

.card2 {
    margin: 0px 20px;

}

.logo {
    height: 100%;
    margin-top: 20px;
    margin:20px auto 0 auto;
}

.image {
    height: auto;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 1.2rem!important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #1ea2e0;
    width: 150px;
    color: #fff;
    border-radius: 2px
}



.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
.text-sm {
    font-size: 14px!important;
    font-weight: 300!important;
}
.card-title h1 {
    font-size:14px;
    text-align:right;
    line-height:1.7rem;
    font-weight:900;
}
.card-title h2 {
    font-size: 20px;
    text-align: left;
    font-weight:900;
    color: #3399cc;
}
.bg-top {
    background:url('../images/bg-top.png') 15px 0 no-repeat;
    }
.app-desc {
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
}
.app-desc h3 {
    display: block;
    font-weight: 900;
    font-size: 1.8rem;
    width: 100%;
    color: #404040;
}
.app-desc h4, .app-desc h5 {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #404040;
}
.bg-bottom-show {
    background: #1ea2e0 url('../images/bg-bottom.png') bottom right no-repeat;
}
#captchaOperation {
    margin-bottom:0!important;
}
.error {
    color:red;
    font-size:.6rem;
}
#alert {
    position: absolute;
    top: 0;
    width: 100%;
    float: right;
    z-index: 99;
}