﻿@font-face {
    font-family: 'Kanit';
    src: url('../../fonts/Kanit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../../fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../../fonts/Kanit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: Kanit !important;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #ebf9fb !important;
}

#divLangSwitch {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 3.64vw;
    height: 3.64vw;
    padding: 1.04vw;
    object-fit: contain;
    background-color: #64c0d8;
    top: 1.5625vw;
    right: 1.5625vw;
    border-radius: 50%;
    font-size: 1.45vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.card {
    border: 0px !important;
    border-radius: 0.9375vw !important;
    /*width: 100vw;*/
    /*height: 100vh;*/
    max-width: 100% !important;
    max-height: 67.63vh !important;
    box-shadow: 30px 30px 50px 0 rgba(100, 192, 216, 0.3);
    background-color: #fff;
}

img.PosX_Logo_cover {
    margin: 0 0 2.08vw;
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 0.9375vw !important;
    border-top-right-radius: 0.9375vw !important;
}

#tbStationName {
    font-size: 1.3vw !important;
    font-weight: 300 !important;
}

#btnSubmit {
    background-color: #00304a;
    font-size: 1.3vw;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.input-icon {
    width: 2.6vw;
    height: 2.6vw;
    position: absolute;
    top: 50%;
    left: 0.625vw;
    transform: translateY(-50%);
    z-index: 1;
}

.form-control {
    color: #006a8a !important;
    background-color: #f9fbfc !important;
}

    .form-control::-webkit-input-placeholder {
        color: #797d90 !important;
    }
    /* WebKit, Blink, Edge */
    .form-control:-moz-placeholder {
        color: #797d90 !important;
    }
    /* Mozilla Firefox 4 to 18 */
    .form-control::-moz-placeholder {
        color: #797d90 !important;
    }
    /* Mozilla Firefox 19+ */
    .form-control:-ms-input-placeholder {
        color: #797d90 !important;
    }
    /* Internet Explorer 10-11 */
    .form-control::-ms-input-placeholder {
        color: #797d90 !important;
    }
/* Microsoft Edge */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 300px #f9fbfc inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #006a8a;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 300px #f9fbfc inset;
        -webkit-text-fill-color: #006a8a;
    }
