/* style.css */
@font-face {
    font-family: NotoSansThai;
    src: url(../icon/NotoSansThai-VariableFont_wdth\,wght.ttf);
  }

body {
        font-family: NotoSansThai;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    overflow: hidden;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; 
}

.login-box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 20px;
    width: auto;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.38);
}

.login-box > h1 {
    background: #121FCF;
    font-weight: bold;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.divider {
    text-align: center;
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: white;
}

.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: white;
}

input#sas {
    font-size: 20px;
    color: blue;
    font-weight: bold;
}

#logo-header { 
    background: #121FCF;
    font-size: 40px;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
