@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;500&display=swap');
.font1 {
    font-family: 'Kanit', sans-serif;
}

.bk {
    background-image: url(../img/bk.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bkLogin {
    margin-top: 25vh;
    display: block;
    width: 100%;
    height: 400px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.735);
    border-radius: 15px;
}

.bkLogin2 {
    margin-top: 25vh;
    display: block;
    width: 103%;
    height: 400px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.735);
    border-radius: 15px;
}

.lineCenter {
    border-right: 2pt solid #a6e9ff;
}

.logo {
    width: 300px;
    height: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo1 {
    margin-top: -1rem;
    width: 180px;
    height: auto;
}

.logo1 img {
    padding-left: 45px;
    width: 100%;
    height: auto;
}

.logoText {
    text-align: center;
    font-family: 'Kanit-Bold', sans-serif;
    font-size: 22px;
    color: rgb(0, 112, 120);
}

.topFrom {
    margin-top: -2rem;
}

.sizeFrom {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: unset;
    width: 100%;
    text-align: center;
    margin: auto;
}

.sizeFrom:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: unset;
    width: 75%;
    text-align: center;
    margin: auto;
}

.btnSub {
    text-align: center;
    color: #36c2af;
}

.btnColor {
    border: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    background-color: #47B8A9;
    font-family: 'Kanit', sans-serif;
}

.textAdd {
    margin-top: 2rem;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    color: rgb(58, 58, 58);
}

.page2Top {
    margin-top: 10rem;
}

.boxP2 {
    padding: 1rem 1rem;
}

.boxMenu2 {
    text-align: center;
    margin: auto;
}

.btnP2 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.5rem 2rem;
    background-color: #a6e9ff;
    border-radius: 5px;
}

.hPage3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
}

.imgSizeMain {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: auto;
}

.imgSize {
    text-align: center;
    margin: auto;
    width: 250Px;
    height: auto;
}

@font-face {
    font-family: title;
    src: url('font/THSarabun.ttf');
}

.font3 {
    font-family: title;
    font-size: 16px;
}