#header,
#footer, hr {
    display: none;
}
.login-form-container {
    padding: 100px 0;
}
.bg-grey {
    background: #e0e0e0;
}
.text-vertical {
    writing-mode: tb-rl;
}
table td ul {
    list-style: disc;
    padding: 0 25px 0 0;
}
table tr td p {
    display: flex;
    font-size: 13px;
    margin: 0;
}
.text-center {
    text-align: center;
}

// new css 
table tr td input {
    width: 100% !important;
    text-align: right !important;
    direction: rtl !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Đảm bảo form elements căn phải */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    text-align: right;
    direction: rtl;
}