.login-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 100%;
    /*background: hsla(0, 1%, 100%, .98);*/
    /*background: #292929;*/
    background: #00000066;
    z-index: 9999;
    overflow: hidden
}

.login-pop.opened {
    width: 100%;
    opacity: 1;
}

.login-pop.opened .login-pop__wrapper__txt [class*=search] {
    padding: 25px 0 25px 15px
}

.login-pop.opened .login-pop__wrapper__bottom {
    margin-bottom: 0
}

.login-pop__top {
    /*background-color: #292929;*/
    /*background-color: #131313;*/
    z-index: 2;
    /*height: 80px;*/
    position: absolute;
    border-radius: 50px;
}

.login-pop__top--close {
    pointer-events: initial;
    color: #2c2c2c80;
    cursor: pointer
}

.login-pop__top--close-txt {
    font: normal 15px iransans;
    padding: 25px 10px
}

.login-pop__top--close .icon-close {
    font-size: 25px;
    padding: 28px 15px 28px 25px
}

.login-pop__wrapper {
    /*width: 1300px;*/
    margin: 0 auto;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-pop__wrapper__txt {
    pointer-events: initial;
    height: 90px;
    border-bottom: 1px solid hsla(0, 1%, 49%, .2);
    background-color: #fff;
    z-index: 2
}

.login-pop__wrapper__txt [class*=search] {
    font-size: 30px;
    color: #b0b0b0;
    padding: 25px 65px 25px 35px;
    transition: padding-left .95s, padding-right .45s
}

.login-pop__wrapper__txt input[type=text] {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    /*font-family: iransans, sans-serif*/
}

.login-pop__wrapper__txt input[type=text]::-webkit-input-placeholder {
    font-size: 25px
}

.login-pop__wrapper__txt input[type=text]:-ms-input-placeholder {
    font-size: 25px
}

.login-pop__wrapper__txt input[type=text]::placeholder {
    font-size: 25px
}

.login-pop__wrapper__result {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 45px 0;
    max-width: 400px;
    position: relative;
    margin-top: 60px;
}

.login-pop__wrapper__bottom {
    height: 50px;
    margin-bottom: -60px;
    background-color: #6b7074
}

.login-pop__wrapper__bottom:after {
    left: 100%
}

.login-pop__wrapper__bottom:after, .login-pop__wrapper__bottom:before {
    content: "";
    height: 100%;
    background-color: #6b7074;
    width: 9999px;
    display: block;
    bottom: 0;
    z-index: 2
}

.login-pop__wrapper__bottom:before {
    right: 100%
}

.login-pop__wrapper__bottom .footer__bottom {
    padding: 0;
    width: 100%
}



.form-control.input-text.kt-register-name, .input-wrapper__item input {
    color: white;
}

.login-box {
    width: 400px;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #a6a9ab;
    font-size: 17px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.login-box input[type=checkbox], .login-box input[type=radio] {
    display: none
}

.login-box input[type=email], .login-box input[type=password] {
    direction: ltr
}

.login-box [class*=icon-] {
    font-size: 80px;
    margin-bottom: 35px
}

.login-box__title {
    color: #e6e6e6;
    margin-bottom: 20px;
    text-align: center
}

.login-box__hint {
    text-align: center;
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.5;
}

.login-box .input-wrapper__item ._title {
    min-width: 71px;
    font-size: 14px;
}

.login-box .input-wrapper__item ._title + input {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    /*margin-right: 5px;*/
    padding: 0px;
    color: #000;
}

.login-box .forgotten .remember {
    font-size: 12px
}

.login-box .forgotten .remember input[type=checkbox]:checked + .remember__mark:before {
    content: "\e92e"
}

.login-box .forgotten .remember__mark {
    margin-left: 10px;
    font-family: icon
}

.login-box .forgotten .remember__mark:before {
    content: "\e92f"
}

.login-box .forgotten__btn {
    text-align: right;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
}

.login-box__btn {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #2b328c;
    color: #fff;
    padding: 10px 5px;
    /*margin-top: 10px;*/
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border: unset;
    border-radius: 64px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login-box .input-wrapper__item ._title + input {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    /*margin-right: 15px;*/
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 5px;
    text-align: right;
    height: 40px;
    color: #000;
    border: 2px solid #606060;
}

.login-pop input[type=email], .login-pop input[type=number], .login-pop input[type=password], .login-pop input[type=search], .login-pop input[type=tel], .login-pop input[type=text], .login-pop input[type=url] {
    /*border: none;*/
    outline: 0;
}

.login-box {
    margin: 0 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: flex;
    color: #000;
}

.direction-rtl {
    direction: rtl;
}

.login-box .input-wrapper__item {
    /*display: flex;*/
    width: 100%;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #790000;
    border-color: #b50202;
}

.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-right: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    right: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

.login-box .remember {
    display: inline-block;
}

.login-box .icon-user {
    margin: auto;
    margin-bottom: 10px;
}

.close-icon {
    height: 60px;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 27px;
    vertical-align: middle;
}

.logo-login {
    margin: auto auto 15px auto;
    width: 135px;
    object-fit: contain;
    /* filter: grayscale(100) brightness(100);*/
}

.login-pop .form-control:focus {
    /*color: #495057;*/
    /*background-color: #fff;*/
    /*border-color:unset;*/
    /*outline: 0;*/
    box-shadow: unset;
}

.Wrong-data-code {
    color: #980404;
    font-size: 14px;
    margin: 3px 0px 7px 0px;
}

.help-block{
    color: #ff3c3c;
    font-size: 13px;
    margin-top: -10px;
}

.display-n {
    display: none;
}

.change-code- {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.change-code- a {
    margin-bottom: 10px !important;
    width: 49% !important;
    font-size: 14px;
    background: #292929 !important;
    border: 1px solid #292929 !important;
    /* padding: 8px 19px 8px !important; */
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.lastName-wi {
    width: 115px;
}

.help-block ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    color: #ff3c3c;
}

.forgotten__btn {
    cursor: pointer;
}

@media (max-width: 450px) {
    .login-box {
        width: 90%;
    }

    .login-pop__top {
        right: 5%;
    }
}
