@import url('https://maketline.github.io/goodday/font/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    padding-top: 100px;
    font-family: 'IBM Plex Sans Thai', sans-serif; /* line_seed_sans_th */
    background-color: var(--background-main);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

.form-card {
    background-color: #FFF;
    width: 500px;
    border-radius: 1vh;
}

.form-body {
    background-color: #FFF;
    width: 600px;
    border-radius: 1vh;
}

.card-body p,
.card-body h5 {
    color: #353535;
}