* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    width: 100%;
}

span {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    color: #672c87;
}

header {
    position: relative;
    display: flex;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    justify-content: center;
    align-items: center;
    background-color: #fde5ff;
}

.logo {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.logo img {
    background-size: cover;
    width: 100%;
}

.logo-footer {
    position: absolute;
    background-color: #672c87;
    height: 70px;
    width: 100%;
    left: 0;
    display: flex;
    font-family: 'Kanit', sans-serif;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 375px) {
    .logo-footer {
        font-size: 14px;
        height: 60px;
    }
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    margin: 0 10px 50px;
}

.min {
    align-items: center;
    padding: 30px 10px;
    border: 1px solid #988e9c;
    border-radius: 8px;
    width: 700px;
    max-width: 100%;   
    margin-top: 25px;
}

.min .h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
    color: #dd3446;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .min .h2 {
        font-size: 34px;
        padding: 10px;
    }
}

table {
    margin-top: 25px;
    border-collapse: collapse;
    width: 100%;
    display: inline-table;
    font-family: 'Kanit', sans-serif;
    color: #672c87;
}

tr {
    display: table-row;
}

th, td {
    display: table-cell;
    border: 1px solid #c5c2c5;
    padding: 3px 6px;
}

th {
    background-color: #672c87;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

td {
    text-align: center;
}

.btn-link {
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    margin: 10px 5px;
    width: 70px;
    height: 30px;
    padding: 3px 6px;
    font-size: 16px;
    color: #fff;
    background-color: #dd3446;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 5px  #000;
}

.box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7e3e98;
}

.boxi-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 10px;
}

footer {
    letter-spacing: 1px;
    display: flex;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #672c87;
    text-align: center;
    padding: 20px 0;
}

hr {
    background-color: #206f3b;
    height: 1px;
    border: 0;
    width: 100%;
}

.h {
    display: flex;
    width: 30%;
    color: #a569ac;
    border: 4px solid #a569ac;
    border-radius: 10px;
}

select {
    width: 350px;
    max-width: 100%;
    /* padding: 10px; */
    font-size: 20px;
    height: 50px;
    margin-right: 20px;
    color: black;
    border-radius: 8px;
    outline: none;  
}

@media screen and (max-width: 500px) {
    select {
        width: 100%;
        font-size: 16px;
    }
}


.input-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sign {   
    margin: 10px 0 0 0;
    color: #7e3e98;
}

.lb-input {
    font-size: 16px;
    text-align: start;  
    width: 155px;
    border: 0;
    color: #7e3e98; 
}

.summary {
    margin-bottom: 30px;
}

.ig {
    width:20px;
    height:20px;
    position:relative
}
.ig:after {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    color: transparent;
}