/* Start custom CSS for shortcode, class: .elementor-element-aafa6e6 *//* Giới hạn chiều rộng form đăng ký */
#user-registration-form-20812 {
    max-width: 600px !important; /* Đặt chiều rộng tối đa là 600px */
    width: 100% !important; /* Đảm bảo form chiếm 100% chiều rộng của container */
    margin: 0 auto !important; /* Canh giữa form */
    padding: 20px !important; /* Thêm một chút padding bên trong form */
    background-color: #fff !important; /* Màu nền trắng */
    border-radius: 8px !important; /* Bo góc nhẹ */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important; /* Đổ bóng nhẹ cho form */
}

/* Giới hạn chiều rộng các trường nhập liệu */
#user-registration-form-20812 .input-text {
    width: 100% !important; /* Các trường nhập liệu chiếm toàn bộ chiều rộng của form */
    padding: 12px !important;
    margin-bottom: 12px !important;
    border: 1px solid #B2ADAD !important; /* Viền nhẹ màu xám */
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #000 !important;
    background-color: #fff !important;
}


/* Nút đăng ký */
#user-registration-form-20812 .ur-submit-button {
    background-color: #002F6D !important;
    color: white !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    width: 100% !important; /* Nút chiếm toàn bộ chiều rộng của form */
    line-height: 1.5 !important; /* Căn chỉnh chiều cao của dòng chữ trong nút */
    transition: background-color 0.3s ease !important;
    display: inline-flex; /* Đảm bảo nút có độ rộng ổn định */
    align-items: center; /* Canh giữa nội dung trong nút */
    justify-content: center; /* Canh giữa chữ trong nút */
}

/* Hiệu ứng hover cho nút */
#user-registration-form-20812 .ur-submit-button:hover {
    background-color: #F48320 !important;
}

/* Điều chỉnh các thành phần bên ngoài */
.elementor-widget-container {
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Các trường nhập liệu */
.ur-form-row {
    margin-bottom: 15px !important;
}

.ur-form-grid {
    display: flex !important;
    flex-direction: column !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d65965a */.login-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 10vh;
            background-color: none;
            font-family: Arial, sans-serif;
        }
        .google-login {
            display: flex;
            align-items: center;
            background: #f1f1f1;
            padding: 10px 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            color: #333;
            font-size: 16px;
            font-weight: bold;
            transition: background 0.3s;
            margin-top: none;
            margin-bottom: 275px;
            margin-left: 120px;
        }
        .google-login img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        .google-login:hover {
            background: white;
        }

@media (max-width: 768px) {  
    .google-login {
        padding: 10px; /* Giảm padding để vừa hơn */
        font-size: 16px; /* Giảm kích thước chữ */
        max-width: 200px; /* Giới hạn chiều rộng */
        width: 100%; /* Đảm bảo phù hợp với màn hình nhỏ */
        margin: 10px auto; /* Căn giữa */
        margin-bottom: 310px;
        margin-left: 150px;
    }

    .google-login img {
        width: 18px; /* Giảm kích thước icon */
        height: 18px;
        margin-right: 6px; /* Giảm khoảng cách giữa icon và text */
    }
}/* End custom CSS */