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

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

::placeholder {
    font-size: 20px;
}

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

@media screen and (max-width: 450px) {
    span {
        font-size: 20px;
    }
}

header {
    position: relative;
    display: flex;
    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;
}

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;
    text-align: center;
    color: #fff;
}

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

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 5px;
}

.min {
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;   
}

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

.fes1 {
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    padding: 20px 10px 0;
    background-color: #f6f6f6;
    border: 2px solid #988e9c;
    border-radius: 8px; 
    
}

.form-group {
    max-width: 100%;
    width: 300px;
}

.id-input {
    height: 50px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #008000;
    font-size: 22px;
    border-radius: 8px;
    outline: none;
}

.btn-area {
    margin-top: 20px;
    width: 100%;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    background-color: #672c87;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 5px  #000;
}

@media screen and (max-width: 450px) {
    .btn {
        font-size: 18px;
    }
}

.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: 30px 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;
}


.min-h3 {
    color: #672c87;
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Kanit', sans-serif;
}

