@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&family=Prompt: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&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

*,
body {
    font-family: "Prompt", "Sarabun", "Kanit", sans-serif;
}
button.btn,
button.btn:hover,
button.btn:active,
button.btn:focus-visible,
button.btn:focus-within {
    box-shadow: none;
}
body.body-reg button.btn {
    padding: 0 0;
}
.body-reg .step1 {
    text-align: center;
}
.body-reg .step1 .img-cover,
.body-reg .step3 .img-cover {
    width: 100%;
    max-width: 1350px;
}

.body-reg .step1 .btnRegStep1,
.btn.btnRegister {
    width: 40%;
    max-width: 180px;
    height: auto;
}
.body-reg .step1 .btnRegStep1 img,
.btn.btnRegister img {
    max-width: 100%;
}
.body-reg .step2 {
    min-height: 100vh;
    background-image: url("../images/reg/line.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: 100% 25px;
}
.body-reg .step3 {
    min-height: 100vh;
    background-image: url("../images/reg/line.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: 100% 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-input-disney {
    position: relative;
}
.custom-input-disney .form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #000000;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
}
.custom-input-disney .form-control:focus {
    box-shadow: none;
}
.custom-input-disney label {
    font-size: 15px;
    color: #000000;
    margin-top: 0.25rem;
    font-weight: 400;
    margin-bottom: 0;
}
.custom-input-disney label span {
    color: #ff0000;
}
.btn.btnAddUser,
.btn.btnRemoveUser {
    font-size: 16px;
}
.btn.btnAddUser img,
.btn.btnRemoveUser img {
    width: 30px;
    height: auto;
}
.img-thank {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.textThank {
    font-size: 3.7rem;
    font-weight: 500;
    text-transform: uppercase;
}
#TextCompany {
    text-transform: uppercase;
}
.textCheckMail {
    margin-top: 3rem;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .custom-input-disney .form-control.form-name {
        font-size: 30px;
    }

    .custom-input-disney .form-control.form-company {
        margin-top: 18px;
    }
}

@media screen and (orientation: portrait) {
}

@media screen and (max-width: 767px) {
    .textThank {
        font-size: 2.8rem;
        font-weight: 500;
    }
    .textCheckMail {
        margin-top: 3rem;
        font-size: 0.85rem;
    }
}
