
.login-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 100%;
    /*background: hsla(0, 1%, 100%, .98);*/
    /*background: #292929;*/
    background: #fff;
    z-index: 99999999999;
    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;
    right: 20px;
    top: 20px;
}

.login-pop__top--close {
    pointer-events: initial;
    color: #a9a9a9;
    cursor: pointer;
    /*margin-left: 20px;*/
    display: flex;
    justify-content: end;
    align-items: center;
    /*margin-top: 10px;*/
}

.login-pop__top--close-txt {
    font: normal 15px dana;
    /*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%;
}

.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;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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
}

.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: right;
    margin-bottom: 10px;
    font-size: 14px;
}

.login-box .input-wrapper__item {
    /*border-bottom: 1px solid #a6a9ab;*/
    margin-bottom: 10px;
    /*padding-bottom: 10px*/
}

.login-box .input-wrapper__item ._title {
    color: #000;
    min-width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 12px;
    /*margin-top: 20px;*/
}

.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: white;
}

.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: left;
    font-size: 10px;
    color: #19bfd3 !important;
    text-decoration: none;
}

.login-box__btn {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ef4056;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px 5px;
    margin: 10px auto 10px auto;
    border: unset;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.login-box__btn:focus {
    outline: unset;
}

.login-box .input-wrapper__item ._title + input {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    color: #000;
    padding: 0px 15px 0px 15px;
    text-align: right;
    height: 40px;
    direction: ltr;
}

.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;
    overflow-y: auto;
    max-height: 100%;
}

.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 {
    display: flex;
    text-align: center;
    line-height: 60px;
    font-size: 27px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

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

.sitename_login{
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    margin: 0px 0 30px 0;
    text-shadow: 0px 0px 17px #ef4056;
    color: #ef4056 !important;
}

.text_border_login {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    background-color: #fff;
    display: initial;
    z-index: 11;
    color: #0c0c0c;
    padding: 0 10px;
}

.c-login__footer {
    text-align: center;
    color: #62666d;
    font-size: 11px;
    line-height: 22px;
}

.border_login {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e0e0e1;
    right: 0;
    top: 50%;
}

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

.Wrong-data-code {
    color: #ef4056;
    font-size: 12px;
}

.display-n {
    display: none;
}

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

.change-code- a {
    color: black !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    font-size: 16px;
    background: unset !important;
    /* padding: 8px 19px 8px !important; */
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;

}
#btn-change{
    border-radius: 16px !important;
}
.lastName-wi {
    width: 115px;
}

.help-block{
    height: auto;
}

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

.forgotten__btn {
    cursor: pointer;
}

.login-pop__wrapper__result {
    /*padding-left: 150px;*/
}

.login-pop {
    /*background-image: url(../images/loginback.jpg) !important;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-box.direction-rtl.text-right {
    background-color: white;
    padding: 20px;
    color: black;
    /* margin-left: unset; */
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px 2px #f3eeee;
}


@media (max-width: 768px) {
    .login-pop__wrapper__result {
        padding-left: 0;
    }

    .login-box.direction-rtl.text-right {
        margin: 0px auto;
    }

    .login-pop {
        background-position: right;
        background-size: cover;
        background-attachment: unset;
        background-repeat: no-repeat;
    }
}

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


