@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
/* body {
    font-family: 'Montserrat', sans-serif;
} */

body {
    font-family: 'Poppins', sans-serif;
}

/* <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet"> */


#userName{
    font-size: 12px;
}


.body-bg{
    background-image: url("../img/healthcare-bg.jpg"); /* Đường dẫn ảnh */
    background-size: cover; /* Phủ toàn bộ phần tử */
    background-position: center; /* Căn giữa */
    background-repeat: no-repeat; /* Không lặp lại */
}

.body-bg-pw{
    background-image: url("../img/healthcare-bg.jpg"); /* Đường dẫn ảnh */
    background-size: cover; /* Phủ toàn bộ phần tử */
    background-repeat: no-repeat; /* Không lặp lại */
}