/*  LOGIN  */

.mod-lg {
    display: none;
    background-color: #DCDCDC;
    position: absolute;
    z-index: 2;
}

.mod-lg.open {
    display: block;
}

.mlg-head {
    position: relative;
    top: 0rem;
    left: 0rem;
    height: 61px;
}

.mlg-head .txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 61px;
    height: 61px;
    font-family: Verdana;
    letter-spacing: 0rem;
    margin-left: 1rem;
}

.mlg-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mlg-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mlg-head .bttClose {
    top: 1rem;
    right: 1rem;
}

.mod-lg {
    padding: 0;
    top: 4rem;
    width: 65rem;
    height: calc(100% - 4rem);
}

.mlg-main {
    width: 100%;
    height: calc(100% - 3.8125rem);
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

.mlg-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mlg-center {
    width: 370px;
}

.mlg-main .txt-1 {
    width: 100%;
    text-align: center;
    height: 29px;
    margin-top: 2rem;
}

.mlg-main .txt-2 {
    width: calc(100% - 2rem);
    text-align: center;
    margin-top: 1.5rem;
    line-height: 2rem;
    margin-left: 1rem;
}

.mlg-main .page-pwr .txt-2 {
    width: 100%;
    margin-left: 0rem;
}

.mlg-inp-name,
.mlg-inp-mail {
    margin-top: 2rem;
}

.mlg-inp-pw,
.mlg-inp-pwr {
    margin-top: 1rem;
}

.mlg-inp-name,
.mlg-inp-pw,
.mlg-inp-pwr,
.mlg-inp-mail,
.mlg-code {
    width: 368px;
    height: 38px;
    border: 1px solid #707070;
}

.mlg-btl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
}

.mlg-btl .al-l {
    color: var(--az-color);
}

.mlg-btl .btn-ac-crt {
    margin-top: .5rem;
}

.mlg-btl .btn-ac-crt,
.mlg-btl .btn-pw-for,
.mlg-btl .btn-back {
    cursor: pointer;
}

.mlg-main .btn-lg,
.mlg-main .btn-snd,
.mlg-main .btn-create,
.mlg-main .btn-activate {
    background-color: var(--az-color);
    color: var(--af-color);
    height: 31px;
    text-align: center;
    line-height: 31px;
    padding: 0 12px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 24px;
    cursor: pointer;
}

.mlg-inp-name input,
.mlg-inp-pw input,
.mlg-inp-pwr input,
.mlg-inp-mail input,
.mlg-code input {
    border: none;
    width: calc(100% - 18px);
    height: calc(100% - 2px);
    padding-left: 1rem;
}

.mlg-err {
    display: none;
    margin-top: 24px;
    width: 368px;
    height: 133px;
    border: 1px solid red;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: red;
}

.mlg-err .ico {
    width: 40px;
    height: 34px;
    margin-top: 8px;
    margin-left: calc(50% - 20px);
}

.mlg-err-txt {
    margin-top: 1rem;
    padding: 0 36px;
    line-height: 24px;
}

.mlg-main.err-msg .mlg-err {
    display: flex;
}

.mlg-main.err-msg .mlg-inp-name,
.mlg-main.err-msg .mlg-inp-pw {
    border-color: red;
}

.mlg-main.err-msg .mlg-inp-name {
    margin-top: 1rem;
}

.lmg-page {
    display: none;
}

.lmg-page.act {
    display: block;
}

.page-pwr.nxt .mlg-pwr-a,
.page-pwr.nxt .mlg-inp-mail,
.page-pwr.nxt .btn-snd {
    display: none;
}

.mlg-pwr-a {
    display: block;
}

.page-pwr.nxt .mlg-pwr-b {
    display: block;
}


.mlg-pwr-b {
    display: none;
}

.mlg-acc-txt-1 {
    margin-top: 1rem;
}

.mlg-arr {
    margin-top: 24px;
    display: flex;
}

.mlg-acc-chekc {
    height: 35px;
    width: 35px;
    border: 1px solid #000;
    cursor: pointer;
}

.mlg-arr.act>.mlg-acc-chekc {
    background-color: var(--az-color);
}

.mlg-acc-txt-2 {
    color: var(--az-color);
    height: 37px;
    line-height: 37px;
    margin-left: 1rem;
}

.mlg-main .btn-create,
.mlg-main .btn-activate {
    width: fit-content;
    float: inline-end;
    margin-top: 18px;
}

.mlg-code {
    margin-top: 2rem;
}

.mlg-code-txt {
    color: var(--az-color);
    margin-top: 1rem;
    cursor: pointer;
}

.mlg-acc-txt-err,
.mlg-btl-err,
.mlg-code-err {
    display: none;
    margin: 0.6rem auto;
    color: red;
    text-align: center;
}

.input-err {
    border-color: red;
}

/*-*/

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */

}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {

    /* TABLET ONLY */
    .mod-lg {
        width: 100%;
    }
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {

    /* PHONE HOCH */
    .mod-lg {
        width: 100%;
        top: 3.3rem;
        height: calc(100% - 6.3rem);
    }

    .mlg-center {
        width: calc(100% - 20px);
        margin-bottom: 1rem;
    }

    .mlg-main .txt-2 {
        width: calc(100% - 0rem);
        margin-left: 0rem;
    }

    .mlg-inp-name,
    .mlg-inp-pw,
    .mlg-inp-pwr,
    .mlg-inp-mail,
    .mlg-code {
        width: 100%;
    }

    .mlg-head {
        height: 53px;
    }

    .mlg-head .txt {
        line-height: 53px;
        height: 53px;
    }

    .mlg-main {
        height: calc(100% - 53px);
        overflow: auto;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-lg {
        width: calc(100% - 3.375rem);
        top: 0;
        height: 100%;
        z-index: 21;
    }

    .mlg-main {
        height: calc(100% - 54px);
        overflow: auto;
    }

    .mlg-center {
        margin-bottom: 1rem;
    }

    .mlg-head {
        height: 54px;
    }

    .mlg-head .txt {
        line-height: 54px;
        height: 54px;
    }
}