* {
    font-family: iransans;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

@font-face {
    font-family: 'iransans';
    font-weight: 300;
    src: url('/fonts/iranSansWeb/IRANSansWeb(FaNum).eot') format('embedded-opentype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum).ttf') format('truetype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum).woff') format('woff');
}

@font-face {
    font-family: 'iransans';
    font-weight: 500;
    src: url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Bold.ttf') format('truetype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Bold.woff') format('woff');
}

@font-face {
    font-family: 'iransans';
    font-weight: 200;
    src: url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Light.eot') format('embedded-opentype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Light.ttf') format('truetype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Light.woff') format('woff');
}

@font-face {
    font-family: 'iransans';
    font-weight: 400;
    src: url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Medium.ttf') format('truetype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_Medium.woff') format('woff');
}

@font-face {
    font-family: 'iransans';
    font-weight: 100;
    src: url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_UltraLight.eot') format('embedded-opentype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype'), url('/fonts/iranSansWeb/IRANSansWeb(FaNum)_UltraLight.woff') format('woff');
}


html, body {
    direction: rtl;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none
}

i {
    font-style: normal
}

.w-100 {
    width: 100%
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.section-top{
    position:sticky;
    top:0;
    background:#fff
}

.align-c{
    text-align:center !important;
}
/**************/
.login-online {
    width: 100%;
    height: 100%;
}

.main-login {
    background: #e2e5f1;
    justify-content: space-around;
    align-items: center;
    display: flex;
    height: 100%;
    overflow:auto
}

.box {
    border-radius: 5px;
    position: relative;
    background: #fff;
    color: #555 !important;
    display: flex;
    width: 480px;
    padding: 15px 10px 10px 10px;
    flex-direction: column;
}

.btns-box {
    display: flex;
    justify-content: space-between;
}

.btns-box a {
    width: 50%
}

.btns-box a.mg-r-10 {
    margin-right: 10px
}

.btns-box .btn {
    width: 100%
}

.logo {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding: 0 0 10px 0;
}

.logo-image {
    display: block;
    width: 155px;
    height: 110px;
    margin: 5px 0 0 0;
}

.logo p {
    font-size: 16px;
}

.about {
    display: flex;
    font-weight: 300;
    padding: 10px 0 0 0;
    justify-content: center;
    font-size: 10px;
    color: #134f99;
    margin: 5px 0 0 0;
    border-top: solid 1px #dddddd85;
}
/*******************************************************/

.material-form {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: solid 1px #ddd;
    height: 55px;
    margin: 0 0 15px;
    position: relative;
    background: white;
    transition: border 0.2s linear;
}

.material-form:hover {
    border-color: #5597c1;
}

.material-form input {
    width: 100%;
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    padding: 20px 10px 0 0;
    background: transparent;
}

.material-form .text {
    position: absolute;
    font-size: 13px;
    right: 0px;
    color: rgb(146 146 146 / 80%);
    padding: 0 10px;
    height: 0;
    bottom: 55px;
    width: 100%;
    line-height: 57px;
    font-weight: 300;
    transition: line-height 0.2s linear;
}

.material-form .text b {
    font-weight: 300
}

.material-form input:valid ~ .text,
.material-form input:focus ~ .text {
    font-size: 11px;
    color: #134f99;
    line-height: 30px;
    font-weight: 400;
}




.material-form input:-webkit-autofill ~ .text {
    line-height: 30px;
    font-size: 11px;
    color: #134f99;
    font-weight: 400;
}


.material-form input:-webkit-autofill ~ .text:after {
    width: 100%;
}

.material-form input ~ .text:after,
.material-form input ~ .text:after {
    content: "";
    position: absolute;
    bottom: -56px;
    width: 0%;
    right: 0px;
    background: #134f99;
    height: 2px;
    z-index: 1;
    border-radius: 30px;
}

.material-form input:valid ~ .text:after,
.material-form input:focus ~ .text:after {
    width: 100%;
    transition: width linear 0.2s;
}

.material-form.capcha input {
    width: calc(100% - 200px);
}

/*******************************/

.material-form img {
    height: 100%;
    border: solid 1px #dddddd;
    border-width: 0 1px;
    width: 100px;
    left: 100px;
    position: absolute;
}

.material-form.capcha button {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    width: 50px;
    border: none;
    height: calc(100% - 2px);
    top: 2px;
    text-align: center;
    color: #676767;
}

.material-form.capcha a {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    width: 50px;
    line-height: 48px;
    border: none;
    height: calc(100% - 2px);
    top: 2px;
    text-align: center;
    color: #676767;
}

.material-form.capcha .fa-arrows-rotate {
    left: 50px;
    border-left: solid 1px #dddddd;
}

.material-form.otp button {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    width: 50px;
    line-height: 48px;
    border: none;
    border-right: solid 1px #dddddd;
    height: calc(100% - 2px);
    top: 2px;
    text-align: center;
    color: #676767;
}

.material-form .helper-text {
    position: absolute;
    bottom: -22px;
    font-size: 10.5px;
    color: #878787;
    right: 10px;
    font-weight: 400;
    text-align: right;
}

.material-form .helper-text:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    margin: 0 0 0 5px;
    border: solid 2px;
    visibility: hidden;
    display: none;
}

/*****ERROR*****/

.material-form.error .helper-text {
    color: #ad0303;
}

.material-form.error .text:after {
    background: #ad0303;
}

.material-form.error input:valid ~ .text,
.material-form.error input:focus ~ .text {
    color: #ad0303;
}

/****successful*****/

.material-form .helper-text.successful,
.material-form.successful .helper-text {
    color: #119416;
}

.material-form.successful .text:after {
    background: #119416;
}

.material-form.successful input:valid ~ .text,
.material-form.successful input:focus ~ .text {
    color: #119416;
}

/******ltr******/

.material-form.ltr input {
    text-align: left;
    padding: 0px 0px 0 12px;
}

.icons-on-input {
    position: absolute;
    left: 10px;
    text-align: left;
    font-size: 16px;
    top: 16px;
    color: $appColor;
}

.icons-on-input i {
    width: 30px;
}



/***************************************************************************/

.btn {
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    height: 35px;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    background: #cbd1e4;
    color: #134f99;
    transition: box-shadow linear 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-primary {
    color: #fff;
    background-color: #134f99;
}

.btn.btn-primary.login {
    height: 50px;
    font-size: 16px;
    width: 100%;
    margin: 0 0 10px;
}


.btn.outlined {
    background: transparent;
    border: solid 1px;
}

.btn.outlined.btn-primary {
    color: #134f99;
    border-color: #134f99;
}

.btn.outlined.Otp {
    color: #134f99;
    border-color: #134f99;
    height: 55px;
    margin-right: 10px;
}

.btn.outlined.Otp:disabled {
    color: gray;
    border-color: black;
    height: 55px;
    margin-right: 10px;
}



/*******************************************************/

.detail {
    margin: 10px 0 0;
    font-weight: 300;
    text-align: justify;
    font-size:11px
}

.detail .title {
    font-size: 14px;
    font-weight: 400;
    color: #134f99;
    margin: 0 0 5px 0;
}

.detail .titlelogout {
    font-size: 24px;
    font-weight: 400;
    color: #134f99;
    margin: 20px 0 5px 0;
    border: solid 1px #ddd;
    border-width: 1px 0 0;
    padding: 20px 0 0 0;
}

.detail .detaillogout {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin: 10px 0 25px 0;
}


.other-info {
    font-weight: 300
}

.point {
    padding: 0 5px 0 0;
    margin: 0 0 3px 0;
}

.point:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #444;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 0 0 5px;
}


/****************************************************/



.error-section {
    margin-bottom: 15px;
    color: red;
    text-align: center;
}


.message {
    margin-bottom: 15px;
    color: red;
    text-align: center;
}

span.text-danger.field-validation-error {
    position: absolute;
    bottom: 32px;
    right: 60px;
}

/********Tab Recovery********/
.format-login {
}

.format-login .tabset {
}

.format-login .tabset .tab {
    background: #e9eefb;
    float: right;
    width: 48%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    color: #2d466f;
    cursor: pointer;
    padding-left: 12%;
}

.format-login .tabset .tab {
    list-style: none;
}

.format-login .tabset .tab.active {
    background: transparent;
    border: solid 1px #fff;
    border-top-width: 3px;
    border-bottom-width: 0;
    line-height: 42px;
}

.format-login .loginSection {
    padding: 20px 15px;
    border: solid 1px #fff;
    border-width: 0 1px 1px 1px;
}


.link-detail {
    text-align: center;
    padding: 0px 10px;
    position: relative;
    width: 100%;
    margin: 10px 0 20px 0;
}

.link-detail:after,
.link-detail:before {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    height: calc(100% + 15px);
    width: 20px;
    border: solid #7f8ea1;
    border-width: 1px 1px 1px 0;
}

.link-detail:before {
    outline: none;
    right: initial;
    left: 0;
    border-width: 1px 0px 1px 1px;
}

.link-detail p {
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    color: #2d466f;
    font-weight: 500;
}




.radio-box {
    padding: 15px 0;
}

.radio-box input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin: 0 0 0 6px !important;
    position: relative;
}

.radio-box input[type="radio"]:checked {
    background: #fff;
}

.radio-box input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    background: #5d7faf;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3px;
    right: 3px;
}

.radio-box span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
}

.show-pass {
    position: absolute;
    left: 50px;
    z-index: 2;
    top: 20px;
    color: #a4a4a4;
    cursor: pointer;
}

progress {
    width: 100%;
    height: 25px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #ddd;
    width: 100%;
    margin: -4px auto 10px 0;
    border-radius: 0;
}

.strength-meter:before, .strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 20%;
    z-index: 10;
}

.strength-meter:before {
    left: 20%;
}

.strength-meter:after {
    right: 20%;
}

.strength-meter .strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width .5s ease-in-out,background .25s;
}

.strength-meter .strength-meter-fill[data-strength='0'] {
    background: #8b0000;
    width: 20%;
}

.strength-meter .strength-meter-fill[data-strength='1'] {
    background: #ff4500;
    width: 40%;
}

.strength-meter .strength-meter-fill[data-strength='2'] {
    background: #ffa500;
    width: 60%;
}

.strength-meter .strength-meter-fill[data-strength='3'] {
    background: #9acd32;
    width: 80%;
}

.strength-meter .strength-meter-fill[data-strength='4'] {
    background: #008000;
    width: 100%;
}

/*********************************************************************************/

.loading-box {
    display: flex;
    align-items: center;
    margin: 0px 0 25px;
    justify-content: center;
}

.loading-box .circle {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #134f99;
    animation: bounce 1s infinite;
}

.loading-box .circle.c2 {
    animation-delay: -0.15s;
}

.loading-box .circle.c3 {
    animation-delay: -0.3s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-30%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}



/*responsive*/
@media (max-width: 1400px) {
    html, body {
        font-size: 10.5px
    }

    .btn {
        height: 30px;
        font-size: 11px
    }

    .btn.btn-primary.login {
        height: 40px;
        font-size: 14px;
    }

    .box {
        width: 435px;
    }

    .detail {
        margin: 10px 0 0;
        font-size: 10px;
    }

    .logo-image {
        width: 120px;
        height: 85px;
    }


    .material-form {
        height: 45px;
        margin-bottom: 15px
    }

    .material-form .text {
        bottom: 45px;
        font-size: 11px;
        line-height: 45px
    }

    .material-form input {
        font-size: 11px
    }

    .material-form input ~ .text:after {
        bottom: -46px
    }

    .material-form input:valid ~ .text {
        font-size: 9.5px;
        line-height: 30px
    }

    .material-form input:focus ~ .text {
        font-size: 9.5px;
        line-height: 30px;
        line-height: 30px !important
    }

    .material-form input.ng-invalid ~ .text {
        font-size: 9.5px
    }

    .material-form input.ng-invalid:valid ~ .text {
        font-size: 11px;
        line-height: 45px
    }

    .material-form input.ng-invalid:focus ~ .text {
        font-size: 9.5px
    }

    .material-form input.ng-invalid:-webkit-autofill ~ .text {
        font-size: 9.5px;
        line-height: 30px
    }

    .material-form .helper-text {
        font-size: 9.4px;
        bottom: -19px;
        right: 10px
    }

            .material-form.status > .icon-status {
                top: 13px
            }

            .material-form.capcha button {
                font-size: 15px
            }
    }
}


@media (max-width: 1024px) {

    .main-login {
        padding: 10px
    }

    .box {
        height: 100%;
        width: 100%;
        overflow: auto;
    }

    .icon {
        height: 55px;
    }

    .icon img {
        height: 100%;
        width: unset
    }

    .btn.btn-primary.login {
        height: 45px
    }

    .detail {
        font-size: 11px;
    }

    .about {
        display: block;
        text-align: center;
    }
}