.box-login {
    padding: 20px;
    direction: rtl;
    text-align: right;
}
.btn-register--{
    background: #1f1b32;
    color: #fff !important;
    text-align: center;
    border-radius: 7px !important;
    margin: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 14px;
    width: 130px;
}
section.login .box-content {
    background: #fff;
    border: 1.3px solid #d9d9d9;
    min-height: 162px;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
}
.auth-clients {
    text-align: center;
    margin-bottom: 0px;
}
.full-width-login--{
    width: 98%;
    padding: 6px !important;
}
.auth-clients li {
    display: inline-block;
    float: unset !important;
    text-align: center;
    width: 49%;
    margin: 10px auto;
}
.auth-clients li a {
    display: block;
    /* border: 1px solid #ddd; */
    border: 1px solid #81a1a1;
    border-radius: 5px;
    overflow: hidden;
    width: 95%;
    height: 40px;
    position: relative;
}
.auth-clients li .auth-icon {
    position: relative;
    width: 100%;
    text-align: center!important;
    background: unset;
}
.auth-clients a.facebook{
    float: left;
}
.auth-clients a.google{
    float: right;
}

.section-blue-top {
    height: 190px;
    background: #212529;
    position: absolute;
    width: 100%;
    /* top: 0%; */
    margin-top: -10px;
}


.login {
    margin-top: -60px;
    margin-bottom: 40px;
}
.btn-login--{
    background: #1f1b32;
    color: #fff !important;
    text-align: center;
    border-radius: 7px !important;
    margin: auto;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 14px;
}
.control-label {
    margin-bottom: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.login form .form-control {

    height: calc(1em + .75rem + 7px) !important;
}

.login form .form-group {
    margin-bottom: 0.75rem !important;
}

.field-login-form-rememberme label {
    font-size: 12px;
}

input {
    vertical-align: middle;
}

/*register*/
.help-block  , .Wrong-data-code{
    color: #c00;
    font-size: 12px;
}

#refresh-captcha {
    right: 230px;
    height: 30px;
    border: navajowhite;
    margin-top: 13px;
    width: 30px;
    display: inline-block;
    position: absolute;
    padding: 0px;
    outline: none;
}

.image-email {
    /* margin: 20px auto 5px auto; */
    display: inline-block;
    width: 45px;
    vertical-align: middle;
}

.login h1 {
    font-size: 1.3rem;
    text-indent: 15px;
    font-weight: bold;
}

.form-material .form-fieldset label.control-label {
    font-size: 0.9rem;
}

.form-material .form-fieldset label.control-label > a {
    font-size: 12px;
    outline: none;
}

.form-material .form-fieldset .login-link {
    margin-top: 10px;
}

.rotateRefresh {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tutorial-wrapper {
    width: 100%;
}

.tutorial-wrapper form {
    background-color: #ffc;
    border: 1px solid #cc9;
    padding: 10px;
    font-family: verdana;
    width: 75%;
    font-size: 1em;
}

.field-wrapper {
    margin: 2px 0 2px 0;
    padding: 0;
}

.tutorial-wrapper label {
    float: left;
    text-align: right;
    margin: 0 5px 0 0;
    width: 30%;
}

.tutorial-wrapper input {
    width: 200px;
    border: 1px solid #cc9;
}

.confirm-message {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.o-page--account-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.o-page--account-box .c-account-box {
    /*margin: 90px 0 0px;*/
}

.c-account-box__headline--center {
    text-align: center;
}

.c-account-box__headline {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    font-weight: 700;
}

.c-account-box__content {
    padding: 0 30px;
}

.c-account-box__message {
    margin: 40px 0;
    text-align: center;
}

.c-account-box {
    background: #fff;
    width: 389px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, .11);
    position: relative;
}

.c-account-box__logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 18px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: url(base_theme/humya_base/img/logo-humyasa2.png) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -1000em;
}

.c-account-box__message-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: green;
    font-size: 3em;
    line-height: 80px;
    margin-bottom: 30px;
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

.capcha_code {
    border-bottom: 1.2px solid #81a1a1
}

.capcha_code img {
    float: left;
    position: relative;
    top: -9px;
    width: 122px;
}

.capcha_code input {
    line-height: 50px;
    height: 30px !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.pass_code_ input {
    text-align: right !important;
}






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

.login-pop__top--close {
    pointer-events: initial;
    color: #f4f4f480;
    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
}

.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;
    display: flex;
    align-items: 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: #000 !important;
    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 {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: right;
    margin-top: 20px;
}

.login-box .input-wrapper__item {
    border-bottom: 2px solid #81a1a1;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 100%;
    display: block !important;
}

.login-box .input-wrapper__item ._title {
    color: #000;
    min-width: 71px;
}

.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: 13px;
    color: #ffffff;
    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: #00a8a8;
    color: #fff;
    padding: 10px 5px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

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

.login-box input:focus {
    outline: unset;
    box-shadow: unset;
}

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

.direction-rtl {
    direction: rtl;
}

.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: #00a8a8;
    border-color: #00a8a8;
}

.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 20px auto;
    width: 200px;
    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;
}

.display-n {
    display: none;
}

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

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

.lastName-wi {
    width: 115px;
}

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

.forgotten__btn {
    cursor: pointer;
}

.c-login__back-button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    border-radius: 5px;
    color: #00a8a8;
}
.c-login__footer {
    text-align: right;
    color: #62666d;
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
}
@media (max-width: 450px) {
    .login-box {
        width: 90%;
    }
}

.auth-clients a.facebook::before{
    content: attr(title);
    float: right;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.auth-clients a.facebook::after {
    text-indent: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/icon/facebook-2.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    line-height: 30px;
    color: #212529;
    text-align: right;
    background-position: 6%;
    background-size: 10px;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
}

.auth-clients a.google::before{
    content: attr(title);
    float: right;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.auth-clients a.google::after {
    text-indent: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/icon/google.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    line-height: 30px;
    color: #212529;
    text-align: right;
    background-position: 6%;
    background-size: 20px;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
}