@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400&family=Noto+Serif+Thai:wght@100;200;300;400&display=swap');
html, body{
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    color: rgba(33, 37, 41, 1);
    height: 100vh;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: no-repeat center/90% url('../../images/sbg.jpg');
    background-size: cover;
}
h1,h2,h3,h4,h5,h6,body,p,section{
    margin: 0;
    padding: 0;
}

.form-login{
    padding: 1px 25px 25px 25px;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    animation: 1.2s;
    margin-top: -105px;
}

.login-title img{
    width: 85%;
    padding: 15px;
}

#MsgErr{
    font-size: 0.8rem;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    color: red;
}
.form-floating:not(.form-control:disabled)::before{
    position: relative;
}
.form-control{
    border-color: #daf1fc;
}
.form-control:focus{
    border-color: rgb(24, 130, 223);
    box-shadow: none;
    transition: border 1s ease-out;
}
