:root {
    --auth-register-accent: #25a39a;
    --auth-register-accent-dark: #187f78;
    --auth-register-accent-soft: #e9fbf8;
    --auth-register-highlight: #fb920d;
    --auth-register-ink: #203957;
    --auth-register-muted: #64748b;
    --auth-register-border: #d7e4e7;
    --auth-register-focus: rgba(37, 163, 154, 0.14);
    --auth-register-error: #be123c;
    --auth-register-error-border: #fecdd3;
    --auth-register-error-soft: #fff1f3;
}

.auth-register-page *,
.auth-register-page *::before,
.auth-register-page *::after {
    box-sizing: border-box;
}

body.auth-register-page {
    background:
        radial-gradient(circle at 8% 8%, rgba(37, 163, 154, 0.16), transparent 30%),
        radial-gradient(circle at 92% 92%, rgba(251, 146, 13, 0.12), transparent 32%),
        #f5fafb;
    color: var(--auth-register-ink);
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
}

.auth-register-page .authentication-wrapper {
    min-height: 100vh;
    min-height: 100svh;
    overflow: visible;
    padding: 18px 20px;
}

.auth-register-page .authentication-wrapper.authentication-basic.register-page .authentication-inner {
    max-width: 1180px;
    width: 100%;
}

.auth-register-page .authentication-inner::after {
    display: none;
}

.auth-register-page .authentication-inner > .card {
    background: #fff;
    border: 1px solid rgba(199, 225, 222, 0.9);
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(32, 57, 87, 0.14);
    height: min(960px, calc(100svh - 36px));
    overflow: hidden;
}

.auth-register-page .authentication-inner > .card > .card-body > .row {
    align-items: stretch;
    height: 100%;
}

.auth-register-page .authentication-inner > .card > .card-body,
.auth-register-page .authentication-inner > .card > .card-body > .row,
.auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-"] {
    height: 100%;
    max-width: 100%;
    min-width: 0;
}

.auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-lg-6"]:first-child {
    background: #063d4d;
    min-height: 100%;
}

.auth-register-page .login-left-col {
    align-items: center;
    background:
        radial-gradient(circle at 90% 8%, rgba(32, 205, 197, 0.3), transparent 34%),
        radial-gradient(circle at 0% 92%, rgba(251, 146, 13, 0.16), transparent 30%),
        linear-gradient(155deg, #063647 0%, #075567 52%, #087f7c 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    min-height: 0;
    overflow: hidden;
    padding: 28px 42px 32px;
    position: relative;
}

.auth-register-page .login-left-col::before,
.auth-register-page .login-left-col::after {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    content: "";
    position: absolute;
}

.auth-register-page .login-left-col::before {
    height: 340px;
    right: -190px;
    top: 92px;
    width: 340px;
}

.auth-register-page .login-left-col::after {
    bottom: -170px;
    height: 330px;
    left: -155px;
    width: 330px;
}

.auth-register-page .login-left-col .register-logo {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    display: inline-flex;
    height: auto;
    left: 34px;
    min-height: 62px;
    min-width: 180px;
    max-height: none;
    max-width: none;
    padding: 10px 15px;
    position: absolute;
    top: 28px;
    width: auto;
    z-index: 2;
}

.auth-register-page .login-left-col .register-logo img {
    height: 42px;
    max-width: 42px;
    object-fit: contain;
    position: static;
    width: auto;
}

.auth-register-page .register-logo .app-brand-logo.demo,
.auth-register-page .register-logo-col .app-brand-logo.demo {
    display: inline-flex;
    overflow: visible;
    width: auto;
}

.auth-register-page .auth-brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: 9px;
    justify-content: center;
    width: max-content;
    white-space: nowrap;
}

.auth-register-page .auth-brand-lockup__wordmark {
    align-items: baseline;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.auth-register-page .auth-brand-lockup__wordmark > span {
    color: #f38b00;
}

.auth-register-page .auth-brand-lockup__wordmark > strong {
    color: #20bdb8;
    font-weight: 600;
}

.auth-register-story {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0;
    max-width: 450px;
    min-height: 0;
    padding: 88px 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.auth-register-page .auth-role-switcher {
    margin-bottom: 22px;
}

.auth-register-story__copy {
    max-width: 410px;
    padding: 0 2px;
}

.auth-register-story__copy > span {
    color: #71e1d8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.auth-register-story__copy h2 {
    color: #fff;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.16;
    margin: 0 0 10px;
}

.auth-register-story__copy p {
    color: rgba(229, 250, 249, 0.76);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
    max-width: 390px;
}

.auth-register-visual {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    box-shadow: 0 24px 56px rgba(1, 26, 38, 0.28);
    flex: 1 1 auto;
    margin-top: 22px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.auth-register-visual::after {
    background: linear-gradient(180deg, transparent 65%, rgba(3, 39, 51, 0.22));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.auth-register-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    width: 100%;
}

.auth-register-page .auth-role-switcher__label {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.auth-register-page .auth-role-switcher__options {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auth-register-page .auth-role-switcher__option {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 800;
    gap: 5px;
    justify-content: center;
    line-height: 1.25;
    min-height: 56px;
    padding: 6px 5px;
    text-align: center;
    text-decoration: none;
}

.auth-register-page .auth-role-switcher__option i {
    font-size: 18px;
}

.auth-register-page .auth-role-switcher__option:hover,
.auth-register-page .auth-role-switcher__option:focus {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.auth-register-page .auth-role-switcher__option.is-active {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 10px 24px rgba(18, 59, 76, 0.18);
    color: var(--auth-register-accent-dark);
}

.auth-register-page .login-right-col {
    border-left: 1px solid rgba(37, 163, 154, 0.14);
    box-sizing: border-box;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 28px clamp(28px, 3.6vw, 48px);
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    transform: none;
    width: 100%;
}

.auth-register-page .login-right-col::-webkit-scrollbar {
    width: 8px;
}

.auth-register-page .login-right-col::-webkit-scrollbar-thumb {
    background: rgba(37, 163, 154, 0.24);
    border-radius: 99px;
}

@media (min-width: 1200px) {
    body.auth-register-page {
        overflow-y: hidden;
    }

    body.auth-register-page .authentication-inner .login-right-col {
        padding-left: clamp(34px, 3.2vw, 48px) !important;
        padding-right: clamp(34px, 3.2vw, 48px) !important;
    }
}

.auth-register-page .login-right-col form,
.auth-register-page .login-right-col .input-group,
.auth-register-page .login-right-col .form-control,
.auth-register-page .login-right-col .form-select {
    max-width: 100%;
}

.auth-register-page .register-logo-col {
    margin-bottom: 10px;
    text-align: left;
}

.auth-register-page .register-logo-col img {
    height: 42px;
    margin: 0;
    max-width: 174px;
    object-fit: contain;
    width: auto;
}

.auth-register-page .register-logo-col .auth-brand-lockup {
    justify-content: flex-start;
}

.auth-register-page .register-logo-col .auth-brand-lockup__wordmark {
    font-size: 16px;
}

.auth-register-page .login-right-col h1 {
    color: var(--auth-register-ink);
    font-size: clamp(26px, 2.6vw, 32px);
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
    text-align: left;
}

.auth-register-form-role {
    align-items: center;
    background: var(--auth-register-accent-soft);
    border: 1px solid rgba(37, 163, 154, 0.2);
    border-radius: 99px;
    color: var(--auth-register-accent-dark);
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    gap: 6px;
    letter-spacing: 0.04em;
    margin-bottom: 9px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.auth-register-form-role i {
    font-size: 15px;
}

.auth-register-form-intro {
    color: var(--auth-register-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 14px;
}

.auth-register-page .login-right-col label {
    color: var(--auth-register-ink);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: none;
}

.auth-register-page .login-right-col .row {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.auth-register-page .login-right-col .row > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.auth-register-page form .row > [class*="col-"] {
    margin-bottom: 12px !important;
}

.auth-register-page .input-group {
    align-items: stretch;
    width: 100%;
}

.auth-register-page .auth-register-control {
    border-radius: 10px;
    flex-wrap: wrap;
    transition: box-shadow 0.18s ease;
}

.auth-register-page .auth-register-control:focus-within {
    box-shadow: 0 0 0 4px var(--auth-register-focus);
}

.auth-register-page .auth-register-control:has(.is-invalid) {
    box-shadow: 0 0 0 3px rgba(190, 18, 60, 0.08);
}

.auth-register-page .auth-register-field-icon {
    align-items: center;
    background: #f8fbfc;
    border: 1px solid var(--auth-register-border) !important;
    border-radius: 10px 0 0 10px !important;
    border-right: 0 !important;
    color: #7a8ca4;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 18px;
    justify-content: center;
    min-height: 44px;
    order: 0;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.auth-register-page .auth-register-control > .form-control {
    border-left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
    flex: 1 1 0;
    min-width: 0;
    order: 1;
}

.auth-register-page .auth-register-control > .invalid-feedback,
.auth-register-page .auth-register-control > label.error,
.auth-register-page .auth-register-control > .email_validation_message {
    flex: 0 0 100%;
    order: 4;
}

.auth-register-page .auth-register-control:focus-within .auth-register-field-icon,
.auth-register-page .auth-register-control:focus-within > .form-control {
    background-color: #fff;
    border-color: var(--auth-register-accent) !important;
}

.auth-register-page .auth-register-control:focus-within .auth-register-field-icon {
    color: var(--auth-register-accent-dark);
}

.auth-register-page .auth-register-control:has(.is-invalid) .auth-register-field-icon,
.auth-register-page .auth-register-control:has(.is-invalid) > .form-control,
.auth-register-page .auth-register-control:has(.is-invalid) .input-group-text,
.auth-register-page .auth-register-select-control:has(.is-invalid) > .select2-container span.select2-selection--single {
    border-color: var(--auth-register-error-border) !important;
}

.auth-register-page .auth-register-control:has(.is-invalid) .auth-register-field-icon,
.auth-register-page .auth-register-control:has(.is-invalid) .input-group-text {
    background: var(--auth-register-error-soft);
    color: var(--auth-register-error);
}

.auth-register-page .auth-register-control > .form-control:focus {
    box-shadow: none;
}

.auth-register-page .form-control,
.auth-register-page .form-select,
.auth-register-page .select2-container .select2-selection {
    background-color: #f8fbfc;
    border: 1px solid var(--auth-register-border);
    border-radius: 10px;
    color: var(--auth-register-ink);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    height: 44px;
    min-height: 44px;
    padding: 9px 16px;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    width: 100%;
}

.auth-register-page .form-control:focus,
.auth-register-page .form-select:focus,
.auth-register-page .select2-container--focus .select2-selection,
.auth-register-page .select2-container--open .select2-selection {
    background-color: #fff;
    border-color: var(--auth-register-accent);
    box-shadow: 0 0 0 4px var(--auth-register-focus);
}

.auth-register-page .form-control::placeholder {
    color: #9aa8ba;
    opacity: 1;
}

.auth-register-page .form-control:disabled,
.auth-register-page .form-control[readonly],
.auth-register-page .form-select:disabled {
    background: #edf3f5;
    color: #73849a;
    cursor: not-allowed;
    opacity: 1;
}

.auth-register-page .select2-container {
    display: block;
    flex: 1 1 0;
    height: 44px;
    max-width: 100%;
    min-width: 0;
    order: 1;
    width: 100% !important;
}

.auth-register-page .select2-container span.select2-selection--single {
    box-sizing: border-box;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
}

.auth-register-page .auth-register-select-control {
    display: block;
    position: relative;
}

.auth-register-page .auth-register-select-control > .auth-register-field-icon {
    background: transparent;
    border: 0 !important;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 2;
}

.auth-register-page .auth-register-select-control > .select2-container {
    display: block;
    max-width: 100%;
    width: 100% !important;
}

.auth-register-page .auth-register-select-control > .select2-container span.select2-selection--single {
    border: 1px solid var(--auth-register-border) !important;
    border-radius: 10px !important;
}

.auth-register-page .auth-register-select-control > .select2-container .select2-selection__rendered {
    padding-left: 58px !important;
    padding-right: 42px !important;
    text-transform: capitalize;
}

.auth-register-page .auth-register-select-control--plain > .select2-container .select2-selection__rendered {
    padding-left: 16px !important;
}

.auth-register-page .auth-register-select-control > select.form-control {
    border: 1px solid var(--auth-register-border) !important;
    border-radius: 10px !important;
    padding-left: 58px;
    width: 100%;
}

.auth-register-page .auth-register-select-control--plain > select.form-control {
    padding-left: 16px;
}

.auth-register-page .auth-register-select-control:focus-within > .select2-container span.select2-selection--single,
.auth-register-page .auth-register-select-control:focus-within > select.form-control {
    border-color: var(--auth-register-accent) !important;
    box-shadow: none;
}

.auth-register-page .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--auth-register-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 42px !important;
    padding: 0 44px 0 16px;
}

.auth-register-page .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #9aa8ba;
}

.auth-register-page .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
    top: 0;
    width: 28px;
}

.auth-register-page .select2-dropdown {
    border-color: var(--auth-register-border);
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(32, 57, 87, 0.12);
    overflow: hidden;
}

.auth-register-page .select2-search--dropdown {
    background: #f8fbfc;
    border-bottom: 1px solid #e5edef;
    padding: 8px;
}

.auth-register-page .select2-search--dropdown .select2-search__field {
    background: #fff;
    border: 1px solid var(--auth-register-border);
    border-radius: 8px;
    color: var(--auth-register-ink);
    font-family: inherit;
    font-size: 12px;
    height: 36px;
    outline: 0;
    padding: 6px 10px;
}

.auth-register-page .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--auth-register-accent);
    box-shadow: 0 0 0 3px var(--auth-register-focus);
}

.auth-register-page .select2-results__options {
    max-height: 176px !important;
    overscroll-behavior: contain;
}

.auth-register-page .select2-results__option {
    color: var(--auth-register-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    padding: 9px 12px;
}

.auth-register-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--auth-register-accent);
    color: #fff;
}

.auth-register-page .input-group-merge {
    border-radius: 10px;
    flex-wrap: wrap;
}

.auth-register-page .input-group-merge .form-control {
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    flex: 1 1 0;
    font-size: 12px;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.auth-register-page .input-group-merge .form-control::placeholder {
    font-size: 11px;
}

.auth-register-page .input-group-text {
    background: #f8fbfc;
    border-color: var(--auth-register-border);
    color: #708198;
    min-height: 44px;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.auth-register-page .input-group-merge .input-group-text {
    border-left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer;
    flex: 0 0 46px;
    justify-content: center;
    order: 2;
    padding: 0;
}

.auth-register-page .input-group-merge:focus-within .form-control,
.auth-register-page .input-group-merge:focus-within .input-group-text {
    background-color: #fff;
    border-color: var(--auth-register-accent) !important;
}

.auth-register-page .input-group-merge:focus-within .form-control {
    box-shadow: none;
}

.auth-register-page .input-group-merge:focus-within .input-group-text {
    box-shadow: none;
    color: var(--auth-register-accent-dark);
}

.auth-register-page .input-group-merge .invalid-feedback,
.auth-register-page .input-group-merge label.error {
    flex: 0 0 100%;
    order: 3;
}

.auth-register-page .is_required,
.auth-register-page .invalid-feedback,
.auth-register-page label.error,
.auth-register-page .email_validation_message {
    color: var(--auth-register-error) !important;
}

.auth-register-page .invalid-feedback,
.auth-register-page label.error,
.auth-register-page .email_validation_message {
    align-items: flex-start;
    background: var(--auth-register-error-soft);
    border: 1px solid var(--auth-register-error-border);
    border-radius: 8px;
    box-sizing: border-box;
    display: none;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.4;
    margin: 6px 0 0;
    min-height: 30px;
    padding: 6px 8px;
    text-align: left;
    width: 100%;
}

.auth-register-page .invalid-feedback:not(:empty),
.auth-register-page label.error:not(:empty),
.auth-register-page .email_validation_message:not(:empty) {
    display: flex !important;
}

.auth-register-page .invalid-feedback::before,
.auth-register-page label.error::before,
.auth-register-page .email_validation_message::before {
    align-items: center;
    background: var(--auth-register-error);
    border-radius: 50%;
    color: #fff;
    content: "!";
    display: inline-flex;
    flex: 0 0 15px;
    font-size: 9px;
    font-weight: 900;
    height: 15px;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    width: 15px;
}

.auth-register-page .invalid-feedback strong {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.auth-register-page .error-recaptcha {
    margin-left: auto;
    margin-right: auto;
    max-width: 304px;
}

.auth-register-page .form-check-input:checked {
    background-color: var(--auth-register-accent);
    border-color: var(--auth-register-accent);
}

.auth-register-page button.btn.custom-btn,
.auth-register-page button.btn.button-register {
    background: linear-gradient(135deg, var(--auth-register-accent), var(--auth-register-accent-dark));
    border: 0;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(37, 163, 154, 0.24);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    min-height: 44px;
    min-width: 220px;
    padding: 11px 28px;
    text-transform: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.auth-register-page button.btn.custom-btn:hover,
.auth-register-page button.btn.custom-btn:focus,
.auth-register-page button.btn.button-register:hover,
.auth-register-page button.btn.button-register:focus {
    background: linear-gradient(135deg, var(--auth-register-accent), var(--auth-register-accent-dark));
    box-shadow: 0 16px 30px rgba(37, 163, 154, 0.32);
    color: #fff;
    transform: translateY(-1px);
}

.auth-register-page button.btn.custom-btn:disabled,
.auth-register-page button.btn.button-register:disabled {
    background: linear-gradient(135deg, var(--auth-register-accent), var(--auth-register-accent-dark));
    box-shadow: 0 8px 18px rgba(37, 163, 154, 0.14);
    cursor: not-allowed;
    opacity: 0.52;
    transform: none;
}

.auth-register-page .login-right-col a {
    color: var(--auth-register-accent);
    font-weight: 800;
    text-decoration: none;
}

.auth-register-page .login-right-col a:hover {
    color: var(--auth-register-highlight);
}

.auth-register-page .alert {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}

.auth-register-page .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 4px auto 2px;
    width: 100%;
}

.auth-register-page .auth-register-honeypot {
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.auth-register-page form > .row:last-of-type,
.auth-register-page form > .row:nth-last-of-type(2) {
    justify-content: center;
}

.auth-register-page .tooltiptext,
.auth-register-page .pass-validation-text-wrap {
    color: var(--auth-register-ink);
}

.auth-register-page .overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(245, 250, 251, 0.86);
    background-image: url("/image/loding.gif");
    background-position: center;
    background-repeat: no-repeat;
}

body.auth-register-page.loading {
    overflow: hidden;
}

body.auth-register-page.loading .overlay {
    display: block;
}

.auth-register-page--organizer .login-right-col h1 {
    text-align: center !important;
}

.auth-register-hidden {
    display: none;
}

@media (max-width: 1199px) {
    .auth-register-page .authentication-wrapper {
        padding: 28px 18px;
    }

    .auth-register-page .authentication-inner > .card {
        height: auto;
    }

    .auth-register-page .authentication-inner > .card > .card-body,
    .auth-register-page .authentication-inner > .card > .card-body > .row,
    .auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-"] {
        height: auto;
    }

    .auth-register-page .authentication-wrapper.authentication-basic.register-page .authentication-inner {
        width: 100%;
    }

    .auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-lg-6"]:first-child {
        display: none;
    }

    .auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-lg-6"]:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .auth-register-page .login-right-col {
        border-left: 0;
        margin: 0 auto;
        max-width: 760px;
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .auth-register-page > .container,
    .auth-register-page > .container-xxl {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .auth-register-page .authentication-wrapper {
        align-items: flex-start;
        padding: 16px 10px;
        width: 100%;
    }

    .auth-register-page .authentication-wrapper.authentication-basic.register-page .authentication-inner,
    .auth-register-page .authentication-inner > .card {
        max-width: 100%;
        width: 100%;
    }

    .auth-register-page .authentication-inner > .card > .card-body > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .auth-register-page .authentication-inner > .card > .card-body > .row > [class*="col-"]:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .auth-register-page .authentication-inner > .card {
        border-radius: 14px;
    }

    .auth-register-page .login-right-col {
        max-width: 100%;
        padding: 28px 20px;
        width: 100%;
    }

    .auth-register-page .login-right-col h1 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .auth-register-page .register-logo-col img {
        height: 40px;
    }

    .auth-register-page .auth-register-form-intro {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575px) {
    body.auth-register-page,
    .auth-register-page .authentication-wrapper,
    .auth-register-page .authentication-inner,
    .auth-register-page .authentication-inner > .card,
    .auth-register-page .login-right-col,
    .auth-register-page .login-right-col form {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .auth-register-page .login-right-col {
        overflow: hidden;
        padding: 24px 16px;
    }

    .auth-register-page .login-right-col form .row {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .auth-register-page .login-right-col .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .auth-register-page .login-right-col h1 {
        overflow-wrap: anywhere;
    }

    .auth-register-page .invalid-feedback,
    .auth-register-page label.error,
    .auth-register-page .email_validation_message {
        font-size: 9.5px;
    }

    .auth-register-page .g-recaptcha {
        max-width: 100%;
        overflow: hidden;
    }

    .auth-register-page .g-recaptcha > div {
        transform: scale(0.9);
        transform-origin: left top;
    }
}
