.nsr-register {
    padding-top: 80px;
    padding-bottom: 110px;
}

.nsr-register__layout {
    max-width: 1184px;
    margin: 0 auto;
}

.nsr-register__intro {
    min-height: 448px;
    padding: 12px 64px 0 48px;
    border-right: 1px solid var(--nsr-border);
}

.nsr-register__intro h1 {
    margin: 0;
    color: var(--nsr-blue);
    font-size: 40px;
    font-weight: var(--nsr-font-weight-extra-bold);
    line-height: var(--nsr-line-height-xl);
    text-transform: uppercase;
}

.nsr-register__form {
    padding-left: 16px;
}

.nsr-register__fields {
    row-gap: 16px;
}

.nsr-register__field {
    min-width: 0;
}

.nsr-register__field--group-end {
    margin-bottom: 16px;
}

.nsr-register__field input,
.nsr-register__field select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: var(--nsr-secondary-950);
    color: var(--nsr-secondary-300);
    font-size: var(--nsr-font-size-base);
    font-style: normal;
    line-height: var(--nsr-line-height-sm);
    outline: 0;
}

.nsr-register__field input,
.nsr-register__field input::placeholder,
.nsr-register__field select,
.nsr-register__field select option {
    font-style: normal;
}

.nsr-register__field select {
    appearance: none;
}

.nsr-register__field select:invalid {
    color: var(--nsr-border);
}

.nsr-register__field select option {
    color: var(--nsr-secondary-300);
}

.nsr-register__field input::placeholder {
    color: var(--nsr-border);
    opacity: 1;
}

.nsr-register__field input:focus,
.nsr-register__field select:focus {
    box-shadow: inset 0 0 0 1px var(--nsr-blue);
}

.nsr-register__options {
    gap: 16px;
    margin-top: 32px;
    color: var(--nsr-secondary-500);
    font-size: var(--nsr-font-size-base);
    font-style: normal;
    line-height: var(--nsr-line-height-sm);
}

.nsr-register__checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.nsr-register__checkbox input {
    margin-top: 4px;
    accent-color: var(--nsr-blue);
}

.nsr-register__checkbox a,
.nsr-register__login {
    color: var(--nsr-blue);
    text-decoration: none;
}

.nsr-register__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.nsr-register__submit {
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--nsr-blue);
    background: var(--nsr-blue);
    color: #fff;
    font-size: var(--nsr-font-size-base);
    font-weight: var(--nsr-font-weight-semibold);
    line-height: var(--nsr-line-height-sm);
    text-transform: uppercase;
}

.nsr-register__login {
    font-size: var(--nsr-font-size-base);
    line-height: var(--nsr-line-height-sm);
}

.nsr-register__message,
.nsr-register .pkp_form_error,
.nsr-register .pkp_form_success,
.nsr-register .cmp_form_error {
    margin-bottom: 24px;
    color: var(--nsr-secondary-500);
    font-size: var(--nsr-font-size-base);
    font-style: normal;
    line-height: var(--nsr-line-height-sm);
}

.nsr-login__form .nsr-register__fields {
    row-gap: 16px;
}

.nsr-login__forgot {
    color: var(--nsr-blue);
    font-size: var(--nsr-font-size-base);
    font-style: normal;
    line-height: var(--nsr-line-height-sm);
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .nsr-register__intro {
        padding-left: 0;
        padding-right: 48px;
    }

    .nsr-register__intro h1 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .nsr-register {
        padding-top: 48px;
        padding-bottom: 72px;
    }

    .nsr-register__intro {
        position: relative;
        min-height: auto;
        padding: 0 0 16px;
        border-right: 0;
        margin-bottom: 16px;
    }

    .nsr-register__intro::after {
        position: absolute;
        right: var(--nsr-line-bleed);
        bottom: 0;
        left: var(--nsr-line-bleed);
        height: 1px;
        background: var(--nsr-border);
        content: '';
    }

    .nsr-register__form {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .nsr-register__intro h1 {
        font-size: 40px;
    }
}
