.login-section {
    width: 100%;
    min-height: 100dvh;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-section-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-section-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 10, 24, 0.5);
}

.login-main-container {
    position: relative;
    z-index: 1;
}


.login-main-container {
    width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
}

.login-text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.logo-login {
    height: 56px;
    width: auto;
    margin-bottom: 8px;
}

.login-title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 32px */
}

.login-description-text {
    color: rgba(236, 236, 236, 0.65);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.login-form-main-container {
    flex-shrink: 0;
    display: flex;
    width: 640px;
    min-height: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 24px;
    padding: 32px 48px;
    background: rgba(1, 7, 19, 0.90);

}


.login-form-main-container.wide {
    width: 720px;
}

.login-form-title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 24px */
}

.login-buttons-container {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main-button.outline.login-btn {
    width: 100%;
    max-width: none;
}

.main-button.outline.login-btn:is(:hover, :focus-visible, :focus-within) {
    background-color: var(--blue-03) !important;
    cursor: pointer;
}

.have-account-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: rgba(236, 236, 236, 0.65);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.have-account-link {
    color: var(--blue-04, #439EEF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: 0.5s;
}

.have-account-link:is(:hover, :focus-visible, :focus-within) {
    color: var(--blue-04, #439EEF);
    text-decoration: underline;
    cursor: pointer;
}

.terms-conditions-text-container {
    color: var(--neutral-08, #A5A5A5);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 320px;
}

.terms-link {
    color: var(--neutral-01, #FAFAFA);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.terms-link:is(:hover, :focus-visible, :focus-within) {
    color: var(--blue-04);

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.login-email-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 0 0;
}

.login-email-layout {
    flex: 1;
    width: min(1280px, calc(100% - 96px));
    gap: 80px;
}

.login-email-text-panel {
    max-width: 380px;
}

.login-email-card {
    width: 640px;
    min-height: 700px;
    justify-content: center;
}

.login-email-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.login-email-subtitle {
    color: rgba(236, 236, 236, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.login-email-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
}

.login-email-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 360px;
}

.login-email-field {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(111, 136, 199, 0.75);
    background: transparent;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.login-email-field:focus-within {
    border-color: var(--blue-04);
    box-shadow: 0 0 0 1px rgba(67, 158, 239, 0.25);
}

.login-email-field:has(input:not(:placeholder-shown)) {
    border-color: var(--white);
    background: #1A263E4D;
}

.login-email-field:has(input:not(:placeholder-shown)):focus-within {
    border-color: var(--blue-04);
    background: #1A263E4D;
}

.login-email-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--neutral-03);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.28px;
}

.login-email-field input::placeholder {
    color: var(--neutral-12);
}

.login-email-field-password {
    justify-content: space-between;
    gap: 12px;
}

.login-email-password-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.login-email-password-toggle img {
    width: 20px;
    height: 20px;
}

.login-email-forgot-password {
    color: var(--blue-04);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: underline;
    text-underline-position: from-font;
    transition: 0.5s;
}

.login-email-forgot-password:is(:hover, :focus-visible) {
    color: var(--neutral-01);
}

.login-email-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 360px;
}

.new-password-form {
    gap: 24px;
}

.new-password-fields {
    gap: 16px;
}

.new-password-strength-container {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-password-strength-meter {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.new-password-strength-bar {
    height: 4px;
    flex: 1;
    border-radius: 4px;
    background: #636363;
    transition: background-color 0.25s ease;
}

.new-password-strength-bar.is-active-weak {
    background: var(--red-01);
}

.new-password-strength-bar.is-active-fair {
    background: var(--yellow-01);
}

.new-password-strength-bar.is-active-strong {
    background: var(--green-01);
}

.new-password-strength-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-password-strength-label {
    color: #e6e6e6;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.new-password-strength-value {
    color: var(--red-01);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.new-password-strength-value.is-fair {
    color: var(--yellow-01);
}

.new-password-strength-value.is-strong {
    color: var(--green-01);
}

.new-password-strength-description {
    color: rgba(236, 236, 236, 0.65);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.new-password-actions {
    width: 360px;
}

.register-email-form {
    gap: 32px;
    width: 100%;
}

.register-email-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 606px;
}

.register-email-field {
    width: 100%;
}

.register-email-select-field {
    position: relative;
    padding-right: 40px;
}

.register-email-select-field select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--neutral-12);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.28px;
    appearance: none;
    cursor: pointer;
}

.register-email-select-field:has(select:required:valid) {
    border-color: var(--white);
    background: #1A263E4D;
    box-shadow: none;
}

.register-email-select-field:has(select:focus) {
    border-color: var(--blue-04);
    box-shadow: 0 0 0 1px rgba(67, 158, 239, 0.25);
}

.register-email-select-field:has(select:required:valid:focus) {
    border-color: var(--white);
    background: #1A263E4D;
    box-shadow: none;
}

.register-email-select-field:has(select:required:valid) select {
    color: var(--neutral-03);
}

.register-email-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.register-email-strength-container {
    width: 100%;
    max-width: 606px;
    align-items: flex-start;
}

.register-email-terms-row {
    width: 100%;
    max-width: 606px;
}

.register-email-terms-row.sso {
    width: 100%;
    max-width: 360px;
}

.register-email-terms-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.register-email-terms-row input {
    position: absolute;
    opacity: 0;
}

.register-email-checkmark {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(111, 136, 199, 0.75);
    background: rgba(26, 38, 62, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.register-email-checkmark img {
    width: 16px;
    height: 16px;
    filter: var(--filter-white);
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.register-email-terms-row input:checked+.register-email-terms-label .register-email-checkmark {
    border-color: var(--light-blue-01);
    background: rgba(26, 38, 62, 0.6);
}

.register-email-terms-row input:checked+.register-email-terms-label .register-email-checkmark img {
    opacity: 1;
    transform: scale(1);
}

.register-email-terms-row input:focus-visible+.register-email-terms-label .register-email-checkmark {
    box-shadow: 0 0 0 1px rgba(67, 158, 239, 0.25);
    border-color: var(--blue-04);
}

.register-email-terms-copy {
    color: var(--neutral-08);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.register-email-privacy-link {
    color: var(--neutral-02);
    text-decoration: none;
}

.register-email-actions {
    width: 100%;
    max-width: 606px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.register-email-submit {
    width: 416px;
    max-width: 100%;
}

.register-email-helper-copy {
    color: rgba(236, 236, 236, 0.65);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.login-email-submit {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background: var(--blue-03);
    color: var(--neutral-01);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    transition: 0.5s;
}

.login-email-submit:is(:hover, :focus-visible, :focus-within) {
    background: var(--blue-02);
    box-shadow: 0 0 14px rgba(14, 93, 165, 0.45);
}

.login-email-back-link {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    transition: 0.5s;
}

.login-email-back-link:is(:hover, :focus-visible, :focus-within) {
    font-size: 15px;
}


.email-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.check-email-icon {
    width: 56px;
    height: 56px;
}

.check-email-title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 8px;
}

.email-sent-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.email-sent-text {
    color: var(--neutral-06, #BFBFBF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.user-email {
    color: var(--neutral-02, #F0F0F0);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.check-email-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    max-width: 320px;
    width: 100%;
}

.didnt-recieve-conuter-text {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 900px) {
    .register-email-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .register-email-strength-container,
    .register-email-terms-row,
    .register-email-actions {
        max-width: 360px;
    }
}
.cybersec-form-message {
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 107, 107, 0.55);
    border-radius: 8px;
    background: rgba(142, 28, 28, 0.24);
    color: #ffd0d0;
    font-size: 14px;
    line-height: 1.45;
}

.cybersec-form-message:empty,
.cybersec-form-message[hidden] {
    display: none;
}

.cybersec-form-message.is-success {
    border-color: rgba(73, 209, 142, 0.55);
    background: rgba(27, 111, 71, 0.24);
    color: #c9ffe3;
}

.login-email-submit:disabled {
    cursor: wait;
    opacity: 0.7;
}
