body {
    font-size: 16px;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

ul li{
    list-style: none;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #dc3545;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 15px;
}

.login__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #f24822;
}

.login__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
}

.login__box {
    width: 45%;
    padding: 20px;
}

.register__box {
    width: 45%;
    padding: 20px;
}

.login__box h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.register__box h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.login__box input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.login__address {
    display: flex;
    justify-content: center;
}

.login__address p {
    margin-bottom: 10px;
}

.login__box a {
    display: block;
    color: #f24822;
    list-style: none;
    font-weight: 700;
    text-decoration: none;
}

.register__box {
    text-align: center;
}

.register__box .info {
    font-size: 16px;
    margin-bottom: 20px;
}

.register__box .image-placeholder {
    width: 277px;
    height: 160px;
    /* background-color: #dcdcdc; */
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-custome {
    color: red;
    font-weight: bold;
}

.title-term {
    width: 100%;
    display: block;
    text-align: center;
}

@media (max-width: 992px) {
    .container {
        max-width: 540px;
    }

    .login__content {
        flex-direction: column; /* Xếp dọc */
        align-items: center;   /* Canh giữa các phần tử */
        padding: 0;
    }

    .login__box h2,
    .register__box h2 {
        text-align: center;
        font-size: 20px;
    }

    .login__box,
    .register__box {
        width: 100%;
        padding: 30px 0;
    }
    .login__box button, .register__box a {
        width: 100%;
        min-width: auto;
        padding: 15px;
        max-width: 340px;
    }
}
