.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-bottom: 80px;
}

.login-form {
    width: 100%;
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-20px, 20px);
    border-radius: var(--Radius-radius-8px, 8px);
}

.login-form-content {
    padding: 64px 16px 40px 16px !important;
    width: 80%;
    border-radius: var(--Radius-radius-8px, 8px);
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.login-form-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.login-form-footer .login-form-cover-title {
    color: var(--Text-Primary, #255CEB) !important;
    text-align: center !important;
    font-family: "Noto Sans JP" !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 140% !important;
}

.login-form-footer span {
    color: var(--Calendar-ddd-light, #9BB8E8);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.login-form-input {
    width: 100%;
}

span.login-form-input-text {
    color: #8B94A5;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Body Text/body-xxs */
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.stretch {
    width: 100%;
    display: flex;
    background-color: #1D47D8;
    padding: var(--Spacing-16px, 16px) var(--Spacing-28px, 28px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.login-form-actions {
    gap: 8px !important;
}

.login-form-action-item a {
    color: var(--Text-Link, #3B7BF6);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.login-form-action-item span {
    color: var(--Text-Link, #3B7BF6);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-form-input-title {
    color: var(--Text-Primary-dark, #1E3BAF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.login-form-input-cover {
    gap: 6px !important;
}

.login_form_input_field_cover {
    padding: 0 16px;
    width: 100%;
    gap: 16px !important;
}

.login-form-actions {
    display: flex;
    align-items: center;
}

p.title-login-bottom-top {
    color: var(--Text-Primary-dark, #1E3BAF);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.title-login-bottom-top a {
    color: var(--Text-Primary-dark, #1E3BAF);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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;
}

p.title-login-contact-paragraph {
    display: flex;
    padding: var(--Spacing-4px, 4px) var(--Spacing-16px, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-SectionXxxs, 4px);
    border-radius: var(--Radius-radius-16px, 16px);
    background: rgba(59, 123, 246, 0.20);
    color: var(--Text-Primary-dark, #1E3BAF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
}

.login-form-contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form-contact-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.login-form-contact-content-work-paragraph {
    color: rgba(30, 59, 175, 0.70);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
}

.login-form-contact-content-work-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.login-form-contact-content-work-phone a {
    color: var(--Color-Text-Body, #354057) !important;
    font-family: "Noto Sans JP" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: 0.48px !important;
    margin-bottom: 0 !important;
}


.login-form-contact-content-work-time {
    color: rgba(30, 59, 175, 0.50);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-form-contact-content span {
    color: rgba(30, 59, 175, 0.70);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.login-form-contact-content-link {
    color: var(--Text-Link, #3B7BF6);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    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;
}

.login-form-cover-title-sm {
    color: var(--Text-Primary-light, #3B7BF6) !important;
    text-align: center !important;
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: "Noto Sans JP" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20.8px !important;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1025px) {
    .custom-container {
        height: 100vh;
    }

    .custom-container>div {
        height: 100%;
    }

    .form {
        padding-bottom: 0px !important;
        margin-bottom: 80px !important;
    }
}


/* Mobile (điện thoại nhỏ) - tối đa 480px */
@media (max-width: 480px) {
    .login-form-content {
        padding: 0;
    }

    .login-form-container {
        padding: 16px 16px 48px 16px !important;
        background: #F8F9FB;
    }

    .login-form-content {
        width: 100% !important;
        padding: 40px 16px !important;
    }

    .login-form {
        width: 100%;
        padding-top: 0;
    }

    .login_form_input_field_cover {
        width: 100%;
    }

    .form {
        padding-bottom: 0px !important;
        gap: 20px;
    }
}

/* Mobile (điện thoại lớn) - tối đa 768px */
@media (max-width: 768px) {
    .login-form-content {
        padding: 0;
    }

    .login-form-container {
        padding: 16px 16px 48px 16px !important;
        background: #F8F9FB;
    }

    .login-form-content {
        padding: 40px 16px !important;
    }
}

/* Tablet - tối đa 992px */
@media (max-width: 992px) {
    /* CSS cho tablet ngang và thiết bị nhỏ hơn */
}

/* Desktop nhỏ - tối đa 1200px */
@media (max-width: 1200px) {
    /* CSS cho desktop nhỏ hoặc laptop */
}

/* Desktop lớn trở lên */
@media (min-width: 1201px) {
    /* CSS cho desktop lớn, màn hình rộng */
}
