@font-face {
    font-family: iranyekanfa;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('/Content/fonts/IranYekan/woff/iranyekanwebboldfanum.woff') format('woff'), url('/Content/fonts/IranYekan/ttf/iranyekanwebboldfanum.ttf') format('truetype')
}

@font-face {
    font-family: iranyekanfa;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/IranYekan/woff/iranyekanwebregularfanum.woff') format('woff'), url('/Content/fonts/IranYekan/ttf/iranyekanwebregularfanum.ttf') format('truetype')
}

@font-face {
    font-family: iranyekanextrablack;
    font-style: normal;
    font-weight: 950;
    src: url("/Content/fonts/IranYekan/eot/iranyekanwebextrablackfanum");
    src: url("/Content/fonts/IranYekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/IranYekan/woff/iranyekanwebextrablackfanum.woff") format("woff"), url("/Content/fonts/IranYekan/ttf/iranyekanwebextrablackfanum.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'igicon';
    src: url('/Content/vendors/igicon/font/igicon.eot');
    src: url('/Content/vendors/igicon/font/igicon.eot') format('embedded-opentype'), url('/Content/vendors/igicon/font/igicon.ttf') format('truetype'), url('/Content/vendors/igicon/font/igicon.woff') format('woff'), url('/Content/vendors/igicon/font/igicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    font-family: iranyekanfa;
    text-align: right;
    background-image: url(/Content/images/login-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

input:focus-visible {
    outline: none;
}

input:focus {
    border: 1px solid #0048aa;
}

input {
    border: 1px solid #f8f8f8;
    outline: none;
}

a, a:hover {
    text-decoration: none;
}

/* ---------- Register page --------------*/
.heading-form {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
}

.text-form {
    color: #595959;
    font-size: 14px;
    margin-bottom: 8px;
}

.inputs-for-form {
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    background: #f8f8f8;
    color: #121F3E;
}

.wrapper-register-page {
    /*background: #fff;*/
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-register {
    height: 85px;
    width: 85px;
    margin: 0 auto 25px;
}

.user-register-form {
    width: 400px;
    border-radius: 19px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 59, 135, 0.1);
    padding: 35px 50px;
}

.btn-register-user {
    margin: 25px auto;
    background-color: #0048aa;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    color: #fff;
    border: 1px solid #0048aa;
}

.text-footer-form {
    font-size: 12px;
    color: #595959;
}

    .text-footer-form a {
        color: #0048aa;
    }

.del-num-hide {
    display: none;
}

/* ---------- Login password page --------------*/
.footer-link-register {
    color: #0048aa !important;
    font-size: 12px;
    cursor: pointer;
}

    .footer-link-register span {
        margin-right: 5px;
        font-size: 10px;
    }

.inputs-form {
    position: relative;
}

    .inputs-form i {
        position: absolute;
        left: 15px;
        top: 17px;
        color: #212529;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }

/* ---------- Cong page --------------*/
.logo-cong {
    text-align: center;
    margin-bottom: 20px;
}

.btn-cong {
    margin: 10px auto;
}

.inputs-form-code {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    direction: ltr;
}

.pin-code {
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.Messages_Error {
    color: #ef394e;
    text-align: center;
    font-size: 14px;
}

.validation-summary-errors > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
