@font-face {
    font-family: THSarabunNew;
    src: url('../fonts/THSarabunNew.ttf');
}

@font-face {
    font-family: THSarabunNew;
    font-weight: bold;
    src: url('../fonts/THSarabunNew Bold.ttf');
}

@font-face {
    font-family: supermarket;
    src: url('../fonts/supermarket.ttf');
}

@font-face {
    font-family: bangna-new;
    src: url('../fonts/bangna-new.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: RSU;
    src: url('../fonts/RSU_Regular.ttf');
}

@font-face {
    font-family: RSU_BOLD;
    src: url('../fonts/RSU_BOLD.ttf');
}

@font-face {
    font-family: ThaiSansLite;
    src: url('../fonts/thaisanslite_r1.ttf');
}

@font-face {
    font-family: ThaiSansNeue;
    src: url('../fonts/ThaiSansNeue-Regular.ttf');
}

@font-face {
    font-family: Kanit;
    src: url('../fonts/Kanit/Kanit-Light.ttf');
}

@font-face {
    font-family: KanitLight;
    src: url('../fonts/Kanit/Kanit-Light.ttf');
}

@font-face {
    font-family: KanitRegular;
    src: url('../fonts/Kanit/Kanit-Regular.ttf');
}

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-family: KanitLight;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../assets/images/bg/instawalli.jpg');
    background-position: center;
}

.uppercase {
    text-transform: uppercase;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
   
}

.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input {
    margin-bottom: -1px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2)!important;
    color: white!important;
}
.form-signin input::placeholder{
    color: white;
}
.btn-primary{
    background: linear-gradient(0deg,#2c3c99,#00b0ff);
}
.btn-primary:hover{
    box-shadow: 0 0 20px #00b0ff, 0 0 40px #00b0ff, 0 0 80px #00b0ff;
    transition:  ease-out 1s;
}
.invalid-feedback{
    color: red;
}

