
/* 
body {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
}
 */

/* .bg-image { 
    width: 100%; 
    height: 100vh; 
    background-image: url('images/login-background-image-m.jpg'); 
    background-size: 100% 100%;  
    background-repeat: no-repeat;
}  */


 /* Portrait orientation */
@media screen and (orientation: portrait) {

}
/* Landscape orientation */
@media screen and (orientation: landscape) {

}

