.LoginTitle{
        color:white;
}

.LoginContainer {
    max-width: 420px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 26px 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
}


.LoginContainer::before {
    content: "Đăng nhập Văn bản nội bộ";
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0f2f1;
}

.LoginPanel {
    list-style: none;
    padding: 0;
    margin: 0;
}

.LoginPanel li {
    margin-bottom: 16px;
}


.liTitle span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1b5e20;
    margin-bottom: 6px;
}


.liTextBox input,
.txtCapcha {
 	width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    outline: none;
    transition: all 0.2s ease;
}

.liTextBox input:focus,
.txtCapcha:focus {
    border-color: #26a69a;
    box-shadow: 0 0 0 3px rgba(38, 166, 154, 0.15);
}


.liCapcha {
    margin-top: 6px;
}

.CapchaContainer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.Capcha {
    display: flex;
    align-items: center;
}

.lblCapcha {
    font-size: 15px;
    font-weight: 600;
    color: #1b5e20;
    white-space: nowrap;
}

.ImgCapcha {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}


.txtCapcha {
    width: 70px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}

.reload_cap svg {
    cursor: pointer;
}


.liButtonLogin {
    margin-top: 22px;
}

.btnLogin {
    width: 100%;
    height: 46px;
    background: #009688;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.btnLogin:hover {
    background: #00897b;
}

.btnLogin:active {
    transform: scale(0.98);
}


.liAdvance {
    text-align: center;
    margin-top: 14px;
}

.lnkForgetPassword {
    font-size: 14px;
    color: #0d47a1;
    text-decoration: underline;
}

.lnkForgetPassword:hover {
    color: #08306b;
}
