.nd_login {
    padding-bottom: 120px;
    overflow: hidden;
}

.nd_login_img_wrap {
    position: relative;
    height: 243px;
    width: 100%;
}

.nd_login_img {
    position: absolute;
    background-image: url(../../img/reg_w_m.png);
    background-repeat: no-repeat;
    top: -195px;
    right: -183px;
    width: 446px;
    height: 441px;
    margin-right: 35vw;
}

.nd_login_form {
    width: 100%;
    padding: 75px 10px;
}

.nd_login_form_title {
    text-align: center;
    margin-bottom: 46px;
}

.nd_login_label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-grey-color);
    margin-bottom: 39px;
}

.nd_login_label_last {
    margin-bottom: 50px;
}

.nd_login_input {
    width: 100%;
    height: 14px;
    padding-bottom: 4px;

    border: none;
    border-bottom: 1px #9CA2B140 solid;
    outline: none;
}

.nd_login_btn_wrap {
    display: flex;
    justify-content: center;
}

.nd_login_checkbox_label {
    display: flex;
    align-items: center;
    margin-bottom: 50px;

    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 1px;
}

.nd_login_hidden_checkbox:checked + .nd_login_checkbox {
    background-image: url(../../img/svg/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.nd_login_hidden_checkbox:focus + .nd_login_checkbox {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 2px var(--primary-color);
}

.nd_login_checkbox {
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 19px;
}

@media screen and (min-width: 992px) {
    .nd_login {
        padding-top: 90px;
        padding-bottom: 130px;
    }

    .nd_login_wrap {
        display: flex;
    }

    .nd_login_img_wrap {
        width: 32%;
    }

    .nd_login_img {
        background-image: url(../../img/reg_w_d.png);
        top: 0;
        right: -72px;

        width: 767px;
        height: 825px;
        margin-right: 0;
    }

    .nd_login_form {
        width: 68%;
        min-height: 825px;
        padding: 50px 45px 50px 65px;
    }

    .nd_login_form_title {
        width: 100%;
        margin-left: 19px;
        text-align: left;
    }

    .nd_login_label {
        margin-bottom: 43px;
    }

    .nd_login_label_last {
        margin-bottom: 70px;
    }

    .nd_login_btn_wrap {
        justify-content: left;
    }
}
