@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
body {
    font-family: "Kanit", sans-serif;
}

.containPage {
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: url("../images/bgHead.jpg"), url("../images/bgFooter.jpg");
    background-size: 100% auto, 100% auto;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.containPage .logoChula {
    width: 80%;
    max-width: 400px;
}
.btn.btnChula:hover,
.btn.btnChula:active {
    box-shadow: none;
}
.btn.btnChula.btnLarge {
    height: 100px;
}
.btn.btnChula {
    background-color: #ed1e79;
    width: 75%;
    max-width: 450px;
    color: #ffffff;
    border-radius: 1.65rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(to right, #d84796, #661c57);
    padding: 5px;
}

.btn.btnChula.w-auto {
    width: auto;
}
.btn.btnChula .containerBtn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ed1e79;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1rem 1.5rem;
}
.btn.btnChula.btnBooth .containerBtn {
    padding: 0.5rem 1rem;
    min-height: 75px;
}
.btn.btnChula.btnBooth.active .containerBtn {
    background-color: #999999;
}
.btn.btnChula.btnBooth .containerBtn p.textBtnMain {
    font-size: 1.15rem;
}
.btn.btnChula.btnBooth .containerBtn p.textBtnSub {
    font-size: 0.9rem;
}
.textLink {
    color: #ed1e79;
}
.textQRCODE {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}
.boxScanner {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.boxScanner video {
    width: 80%;
    max-width: 80%;
}
.btn.btnChula p.textBtnMain {
    margin-bottom: 0;
    font-size: 1.28rem;
}
.btn.btnChula p.textBtnSub {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 300;
    font-style: italic;
}
.titleLogin {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
}
.containerFrm .form-group {
    margin-bottom: 0.2rem;
}
.txtQ,
.col-form-label {
    font-weight: 500;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #d84796;
    border-color: #d84796;
}
.textNoteReward{
    font-size: 1.1rem;
    font-weight: 400;
}
.textPsReward{
    font-size: 1rem;
    font-weight: 400; 
}

.textRewardSuccess{
    font-size: 1.15rem;
    font-weight: 400; 
}
@media screen and (min-width: 991px) {
    .containPage {
        max-width: 600px;
    }
}
