@font-face {
    font-family: myFirstFont;
    src: url(/Noto_Sans_Thai/static/NotoSansThai-Medium.ttf);
  }
  * {
      
    font-family:myFirstFont,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
body{
    background-color: #171717;
    box-sizing: border-box;
}
.leyer2{
    border: white solid 2px;
    border-radius: 50px;
    margin: auto;
    width: 50%;
    height: auto;
    text-align: center;
}
.leyer2 label{
    text-align: start;
}
img{
    max-width: 50%;
    height: 10%;
}
.login-button{
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 50px;
    color: white;
    background-color: #444444;
    border-radius: 20px;
    border: white solid 3px;
    cursor: pointer;

}
.signup-button{
    margin-bottom: 5%;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    height: 50px;    
    color: white;
    background-color: #da0037;
    border-radius: 20px;
    border: white solid 3px;
    cursor: pointer;

}
.header{
    text-align: center;
    font-size: x-large;
    font-family: sans-serif;
}
h1{
    color: white;
}
.fake{
    color: #171717;
}
.form{
    color: white;
}
input[type=text],
input[type=password] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 2%;
}
.warning{
    color: white;
    margin-bottom: 20px;
    font-variant: small-caps;
}

.warning a:visited{
    color: #da0037;
}
.warning a:link{
    color: #ededed;
}
.warning a:hover{
    color: #da0037;
}