/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1300px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 993px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 520px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

img {
    max-width: 100%;
}

span, label {
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", serif;
    font-style: normal;
    background: #F3FFF8;
}

input, textarea {
    outline: none;
    border: 0;
    background: transparent;
}

button {
    border: none;
    cursor: pointer;
    background: transparent;
    outline: 0;
}

address {
    font-style: normal;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.wrapper::-webkit-scrollbar {
    display: none;
}

ul, ol, dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1474px;
    margin: 0 auto;
    padding: 0 20px;
}

.language-select {
    position: relative;
    display: inline-block;
}

.language-select .selected-language {
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #121225;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .language-select .selected-language {
        font-size: 13px;
    }
}

.language-select .language-select_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .language-select .language-select_btn .language_icon {
        display: none;
    }
}

.language-select .language-select_btn:hover .selected-language {
    color: #0071E3;
}

.language-select .language-options {
    display: none;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
    z-index: 11;
    border-radius: 16px;
    padding: 16px 10px;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1024px) {
    .language-select .language-options {
        gap: 5px;
        padding: 5px;
    }
}

.language-select .language-options .language-option {
    text-transform: uppercase;
    width: 61px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #121225;
    transition: 0.2s ease;
}

.language-select .language-options .language-option:hover {
    background: rgba(0, 113, 227, 0.1);
}

.language-select .show {
    display: flex;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.header {
    padding: 70px 0;
}

@media (max-width: 1024px) {
    .header {
        padding: 15px 0 55px 0;
    }
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1024px) {
    .header .container {
        gap: 145px;
    }
}

@media (max-width: 768px) {
    .header .container {
        align-items: start;
        gap: 10px;
    }
}

.header_logo {
    width: 140px;
    height: 26px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header_left {
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
}

@media (max-width: 768px) {
    .header_left {
        flex-direction: column;
        align-items: start;
        gap: 21px;
    }
}

.header_link {
    display: flex;
    align-items: center;
    gap: 44px;
}

@media (max-width: 768px) {
    .header_link {
        gap: 30px;
    }
}

.header_link a {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #0071E3;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.auth {
    overflow: hidden;
    padding-bottom: 50px;
}

@media (max-width: 1280px) {
    .auth {
        padding-bottom: 0;
    }
}

.auth .container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1280px) {
    .auth .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .auth .container {
        padding: 0;
    }
}

.auth h1 {
    font-weight: 800;
    font-size: 68px;
    line-height: 68px;
    background: linear-gradient(264.21deg, #9C38CB 1.72%, #7EBEFF 89.42%), radial-gradient(25.21% 62.16% at -0.11% 111.45%, #76EBF0 0%, rgba(118, 235, 240, 0) 100%), radial-gradient(25.53% 68.37% at 103.19% -3.02%, #E56FFE 0%, rgba(229, 111, 254, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    max-width: 711px;
    margin-bottom: 46px;
}

@media (max-width: 1280px) {
    .auth h1 {
        text-align: center;
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .auth h1 {
        width: 100%;
        font-size: 31px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .auth h1 {
        padding: 0 20px;
    }
}

.auth_left img {
    max-width: 848px;
}

@media (max-width: 1536px) {
    .auth_left img {
        max-width: 648px;
    }
}

@media (max-width: 1280px) {
    .auth_left img {
        display: none;
    }
}

.auth_right {
    flex-shrink: 0;
    width: 438px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
}

@media (max-width: 640px) {
    .auth_right {
        max-width: 100%;
        height: 80vh;
    }
}

@media (max-width: 768px) {
    .auth_right {
        box-shadow: 0px -16px 30px 0px rgba(42, 71, 54, 0.05);
        border-radius: 30px 30px 0 0;
    }
}

.auth_form {
    padding: 60px 54px 0px 54px;
}

@media (max-width: 1536px) {
    .auth_form {
        padding: 40px 20px 20px 20px;
    }
}

.auth_form_title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
}

.auth_form_title_reset_password {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.auth_form_title_reset_password h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.auth_form_title_reset_password a {
    color: #0071E3; /* albastru închis, similar cu Metronic “link-primary” */
    text-decoration: none;
    margin-left: 0.25rem; /* puțină distanță între “I Accept the” și “Terms” */
    font-weight: 600;
}

.auth_form_title h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #1C1C1C;
}

.auth_form input {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #1E293B;
    height: 52px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(113, 128, 150, 0.5019607843);
}

.auth_form input::-moz-placeholder {
    color: rgba(113, 128, 150, 0.5019607843);
}

.auth_form input::placeholder {
    color: rgba(113, 128, 150, 0.5019607843);
}

.auth_form .input_password {
    margin-top: 20px;
}

.auth_form .forgot_link {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #0071E3;
    margin-top: 16px;
}

.auth .form_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    border-radius: 12px;
    height: 52px;
    background: #0071E3;
    height: 52px;
    padding: 16px;
    display: block;
    width: 100%;
}

.auth .cancel_btn {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: black;
    border-radius: 12px;
    height: 52px;
    background: white;
    padding: 16px;
    display: block;
    width: 40%;
    margin: 15px auto 0 auto; /* centrează pe orizontală */
    text-decoration: none;
    transition: all 0.3s ease;
}

.auth .cancel_btn:hover {
    background: #f2f2f2;
    color: black;
    border-color: #c4c2c2;
}

.auth .form_btn.disabled {
    margin-top: 30px;
    background: rgba(113, 128, 150, 0.3019607843);
}

.auth_form_end {
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1536px) {
    .auth_form_end {
        padding: 4px 16px 32px 16px;
    }
}

.auth_form_end_text {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.auth_form_end_text::before {
    position: absolute;
    left: 0%;
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(113, 128, 150, 0.3019607843);
}

.auth_form_end_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #718096;
    background-color: #FFFFFF;
    width: 54px;
    position: relative;
    z-index: 2;
}

.auth_form_end .google_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #718096;
}

.auth_form_end .google_link img {
    width: 22px;
    height: 22px;
}

.auth .sign_up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.auth .sign_up p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #718096;
}

.auth .sign_up a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #0071E3;
}

.auth .circle_pink {
    position: absolute;
    top: 406px;
    left: 244px;
    width: 811px;
    height: 511px;
    filter: blur(100px);
    background: rgba(249, 212, 255, 0.6);
}

@media (max-width: 1280px) {
    .auth .circle_pink {
        width: 333px;
        height: 210px;
        filter: blur(41px);
        top: 117px;
        left: auto;
        right: -131px;
    }
}

.auth .circle_blue {
    position: absolute;
    top: 363px;
    left: -561px;
    width: 1083px;
    height: 681px;
    filter: blur(100px);
    background: rgba(212, 254, 255, 0.6);
}

@media (max-width: 1280px) {
    .auth .circle_blue {
        left: -203px;
        top: 100px;
        width: 445px;
        height: 279px;
        filter: blur(41px);
    }
}

/*# sourceMappingURL=style.css.map */

.invalid-feedback {
    display: none;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #dc3545;
}

input.is-invalid {
    border-color: #dc3545;
    /* eventual și shadow pentru contrast */
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

input.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Container-ul general pentru mesaje flash */
.flash-messages {
    margin-bottom: 1rem; /* spațiu sub blocul de mesaje */
    width: 100%;
}

/* Fiecare mesaj de tip errorMessage */
.flash-messages .errorMessage {
    margin-bottom: 1rem; /* spațiu între mesaje */
}

/* Stil general pentru alerta internă */
.flash-messages .errorMessage .alert {
    background-color: #fdecea; /* roșu foarte deschis (light-danger) */
    border: 1px solid #f5c2c7; /* bordură deschisă spre roșu */
    border-radius: 0.5rem; /* colțuri rotunjite */
    display: flex;
    flex-direction: column; /* pe mobil: coloană */
    flex-direction: row; /* pe desktop: rămâne row datorită utilitarilor Metronic (flex-sm-row) */
    align-items: center;
    gap: 1rem; /* distanță între icon, text și buton */
    padding: 1rem 1.5rem; /* spațiu interior generos */
    position: relative; /* pentru butonul de închidere absolut poziționat */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Iconița din stânga (clasă .ki-duotone) */
.flash-messages .errorMessage .alert > i.ki-duotone {
    font-size: 1.75rem; /* dimensiune puțin mai mare */
    color: #d32f2f; /* roșu închis pentru icon */
    flex-shrink: 0; /* nu se micșorează pe rânduri înguste */
}

/* Containerul cu textul din alert */
.flash-messages .errorMessage .alert .d-flex {
    display: flex;
    flex-direction: column;
}

/* Titlul (h5) din alert */
.flash-messages .errorMessage .alert h5 {
    margin: 0;
    font-size: 1rem; /* 16px */
    font-weight: 600;
    color: #842029; /* roșu închis pentru textul principal */
    line-height: 1.2;
}

/* Textul suplimentar (<span>) */
.flash-messages .errorMessage .alert span {
    font-size: 0.875rem; /* ~14px */
    color: #842029; /* aceleași nuanțe de roșu închis */
    line-height: 1.4;
}

/* Butonul de închidere (x) */
.flash-messages .errorMessage .alert .btn-icon {
    background: transparent;
    border: none;
    color: #842029; /* roșu închis pentru icon */
    position: absolute;
    top: 0.5rem; /* poziționare puțin în jos față de marginea sus */
    right: 0.5rem; /* poziționare puțin spre stânga față de marginea dreapta */
    padding: 0.25rem;
    transition: color 0.15s ease;
}

.flash-messages .errorMessage .alert .btn-icon:hover {
    color: #d32f2f; /* face hover-ul mai vizibil */
}

/* Ajustări responsive: pe ecrane mici să stea totul centrat și coloana verticală */
@media (max-width: 576px) {
    .flash-messages .errorMessage .alert {
        flex-direction: column; /* forțează coloană pe mobil */
        text-align: center; /* centrează textul pe mobil */
    }

    .flash-messages .errorMessage .alert > i.ki-duotone {
        margin-bottom: 0.5rem; /* spațiu între icon și text */
    }

    .flash-messages .errorMessage .alert .d-flex {
        align-items: center;
        gap: 0.25rem; /* puțin mai puțin spațiu pe mobil */
    }

    .flash-messages .errorMessage .alert .btn-icon {
        top: 0.25rem;
        right: 0.25rem;
    }
}

/* 1. Asigurăm că containerul e flex, text și checkbox în linie */
.terms-container {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* 8px spațiu între checkbox și text */
    margin-top: 20px;
}

/* Dacă vrei să adaptezi puțin dimensiunea checkbox-ului */
.terms-container .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 9px;

    width: 16px;
    height: 16px;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    background-color: #FFFFFF;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    /* Poziționare relativă pentru a putea desena bifa în interior */
    position: relative;
    cursor: pointer;
}

.terms-container .form-check-input:hover {
    border-color: #7F9CF5; /* albastru mai deschis la hover */
}

.terms-container .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5); /* halo albastru transparent */
}

/* 2.b. Checkbox bifat: fundal și border albastru + desenăm bifa albă */
.terms-container .form-check-input:checked {
    background-color: #0071E3; /* albastru închis (echivalent Metronic / Bootstrap primary) */
    border-color: #4167d4;
}

.terms-container .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* 2.c. Dacă checkbox-ul e dezactivat (dacă va fi cazul) */
.terms-container .form-check-input:disabled {
    background-color: #F1F5F9; /* gri foarte deschis */
    border-color: #E2E8F0; /* gri spre alb */
    cursor: not-allowed;
}

/* 3. Stil pentru textul de lângă checkbox */
/* 3.a. Textul principal (span.form-check-label) */
.terms-container .form-check-label {
    margin: 0;
    font-weight: 600; /* echivalent fw-semibold */
    color: #5B5B66; /* #334155 e text-gray-700 */
    font-size: 0.875rem; /* ~14px (echivalent fs-base) */
    line-height: 1.1;
}

.terms-container {
    font-weight: 600; /* echivalent fw-semibold */
    color: #5B5B66; /* #334155 e text-gray-700 */
    font-size: 0.875rem; /* ~14px (echivalent fs-base) */
    line-height: 1.1;
}


/* 3.b. Stil pentru link-ul “Terms” */
.terms-container .form-check-label a {
    color: #0071E3; /* albastru închis, similar cu Metronic “link-primary” */
    text-decoration: none;
    margin-left: 0.25rem; /* puțină distanță între “I Accept the” și “Terms” */
    font-weight: 600;
}

.terms-container .form-check-label a:hover {
    text-decoration: underline;
}

/* 4. Mesajul de eroare imediat sub termeni (dacă apare) */
.terms-container + .invalid-feedback {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #DC2626; /* roșu, echivalent cu #dc3545/Bootstrap danger */
    line-height: 1.4;
}

.form_btn {
    margin-top: 20px;
}

.password-meter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.password-meter-bar {
    flex: 1;
    height: 5px;
    border-radius: 4px;
    background-color: #E5E7EB;
    transition: background-color 0.3s ease;
}

.password-meter-bar.active-1 {
    background-color: #EF4444;
}

.password-meter-bar.active-2 {
    background-color: #FBBF24;
}

.password-meter-bar.active-3 {
    background-color: #60A5FA;
}

.password-meter-bar.active-4 {
    background-color: #4ADE80;
}

.password-hint {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #64748B;
    line-height: 1.5;
}

.password-input-wrapper {
    position: relative;

    input.input_password {
        padding-right: 2.5rem;
    }

    .password-toggle {
        position: absolute;
        top: 65%;
        right: 0.75rem;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        line-height: 0;

        svg {
            width: 25px;
            height: 25px;
            color: rgba(100, 116, 139, 0.45);

            &:hover {
                color: rgba(30, 41, 59, 0.55);
            }
        }

        .hidden {
            display: none;
        }
    }
}

.email-reset-hint {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748B;
    line-height: 1.5;
}

.reset-password-hint {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748B;
    line-height: 1.5;
}
