/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* {
    font-family: IRANSans;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.44);
    color: #fff;
    padding: 8px 15px 5px 15px;
    direction: rtl;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

    .footer p {
        margin-bottom: 5px;
    }

.loginBox {
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.45);
    border-radius: 15px;
    padding: 45px 80px 20px;
    margin: 5% auto 0;
    overflow: hidden;
}

    .loginBox .footer {
        position: absolute;
        background: rgba(0,0,0,0.85);
        width: 100%;
        left: 0;
        bottom: 0;
        color: #e5e5e5;
    }

        .loginBox .footer div {
            position: relative;
            display: inline-block;
            text-align: center;
            color: #d4dbe1;
            -webkit-transition: 300ms ease;
            transition: 300ms ease;
            width: calc(100% / 3 - 15px);
            font-size: 12px;
            padding: 2px 0;
        }

            .loginBox .footer div a {
                color: #b4b6b7;
                font-size: 14px;
            }

                .loginBox .footer div a:hover {
                    text-decoration: none;
                    color: #0366d6;
                }

            .loginBox .footer div.tel {
                background: #3334348f;
                border-radius: 30px;
                font-size: 13px;
                margin-bottom: 2px;
            }


@media (max-width: 767px) {
    .loginBox {
        padding: 15px;
    }

    .captcha-group input {
        min-width: unset !important;
        width: 100%;
        max-height: 40px;
        padding: 8px;
        opacity: 1;
        float: right;
    }

    .loginBox .footer div {
        width: 45%;
    }
}

@media (min-width:977px) and (max-width:1199px) {
    .loginBox {
        padding: 45px 52px 20px;
    }
}
