@font-face {
    font-family: 'Noto Sans Thai';
    src: url('./fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth,wght.ttf') format('truetype'),
    font-weight: 100 900;
    font-style: normal;
}
body {
    font-family: 'Noto Sans Thai', sans-serif;
    background-image: url('img/BG_home_TICKETIER.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e1f3ff;
    margin: 0;
    padding: 0;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
    max-width: 400px;
    margin: auto;
    padding: 0 30px;
}
.logo {
    text-align: left;
}
.block-content {
    text-align: center;
}
.logo > img { width: 200px !important;}
img { width: 100%; margin: auto;}
.text-header { font-size: 21px; font-weight: 600;}
.pb-10 { padding-bottom: 10px;}
.pb-30 { padding-bottom: 30px;}
.pl-5 { padding-left: 5px;}