* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;

}

.bgsm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    object-fit: cover;
}

.logosm img {
    width: 220px;
    height: 256px;
    margin: auto;
    display: block;
}

.logosm span {
    color: #0066ff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
    justify-content: center;
}

.borderSigninsm {
    border-radius: 5px;
    padding: 20px;
    width: 400px;
    height: auto;
    background-color: #dee2e68a;
    box-shadow: 0 0 3px #ccc;
    color: #fff;
}

.borderSigninsm h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.btn-signinsm {
    display: flex;
    background-color: #448ad5;
    color: #fff;
    width: 45%;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    margin: auto;
    justify-content: center;
    margin-top: 36px;
    text-transform: uppercase;
}

.framesm input{
    border:2px solid #007bff;
    border-radius: 10px;
}

.btn-signinsm:hover {
    background-color: #007bff;
    color: #fff;
    transition: 0.5s;
}

.bglg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    object-fit: cover;
}

.framelg h2 {
    color: #38b6ff;
    text-shadow: 3px 1px 1px #000000;
    letter-spacing: 4px;
}

.framelg span {
    color: #545b62;
    font-size: 1.25rem;
}

.framelg input{
    border:2px solid #007bff;
    border-radius: 10px;
}

.framelg button{
    /* color:#ffffff; */
    border:2px solid #007bff;
    /* background-color: #007bff78; */
    border-radius: 10px;
}


