﻿
@font-face {
    font-family: 'Modam-Regular';
    src: url('/App_Themes/fonts/Modam-Regular.woff2') format('woff2'), url('/App_Themes/fonts/Modam-Regular.woff') format('woff'), url('/App_Themes/fonts/Modam-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Modam-Regular';
}
section{
    display:block;
}

.content-bg-bx-form {
    width: 95%;
    max-width: 460px;
    margin: 0 auto;
    min-height: 410px;
    border-radius: 16px;
    padding: 40px 30px;
    background-color: #fff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.form-login-x-nd {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    margin: 30px 0 50px 0;
    max-width: 360px;
    width: 100%;
    position: relative;
}

.logo-ce-x-nd {
    text-align: center;
    margin: 0 auto 10px auto;
    width: 100px;
}

.tx-ce-x-nd {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.form-login-x-nd {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    align-items: center;
    margin: 30px 0 50px 0;
    max-width: 360px;
    width: 100%;
    position: relative;
}

.form-add-x-nd:before {
    content: "شماره تلفن همراه";
    position: absolute;
    right: 16px;
    color: #818b8d;
    z-index: 222;
}

.hv-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}

.login-content-pg .hv-video {
    background-image: url(/App_Themes/images/vt_carafity_home1_footer-bg.png);
    background-size: cover;
}

.inpt-tx-nd {
    width: 100%;
    min-height: 42px;
    outline: 7px;
    margin: 0px;
    padding: 0px 16px;
    transition: 0.4s;
    background-color: rgb(197 197 197 / 20%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    direction: ltr;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 48px;
    font-family: 'Modam-Regular';
}

.balsa-btn {
    width: 100% !important;
    max-width: 360px;
    font-family: 'Modam-Regular';
}
.law-bx {
    text-align: center;
    direction: rtl;
    padding-top: 30px;
    font-size: 14px;
}
    .law-bx a {
        color: #0d2f64;
        text-decoration: none;
        font-size: 14px;
    }
.chk input {
    position: relative;
    top: 5px;
}

    .box-intro {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
.cn-nd-dv360 {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}
.pg-balsa {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 760px) {
    .page-login-nw-nd .pg-balsa {
        padding: 0 16px;
    }
    .content-bg-bx-form {
        width: 100%;
        padding: 0px 24px;
        min-height: 420px;
    }

    .page-login-nw-nd .pg-zeus {
        padding: 0 16px;
    }

    .form-login-x-nd {
        margin-bottom: 16px;
    }
}