﻿body {
    font-family: "Poppins", sans-serif, 'Battambang', Koulen;
    font-size: 15px;
    line-height: 1.6rem;
    letter-spacing: .004em;
    color: #958d9e;
    background: #f8f6f0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.moul-regular {
    font-family: "Moul", serif;
    font-weight: 400;
    font-style: normal;
}

.koulen-regular {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.battambang-thin {
    font-family: "Battambang", system-ui;
    font-weight: 100;
    font-style: normal;
}

.battambang-light {
    font-family: "Battambang", system-ui;
    font-weight: 300;
    font-style: normal;
}

.battambang-regular {
    font-family: "Battambang", system-ui;
    font-weight: 400;
    font-style: normal;
}

.battambang-bold {
    font-family: "Battambang", system-ui;
    font-weight: 700;
    font-style: normal;
}

.battambang-black {
    font-family: "Battambang", system-ui;
    font-weight: 900;
    font-style: normal;
}

.logo1 {
    width: 200px;
}
.logo-header-default {
    width: 35%;
}
.logo-default {
    width: 10%;
}
.logo-bottom {
    width: 17%;
}
@media only screen and (max-width: 768px) {

    .logo1 {
        width: 28%;
    }

    .logo-default {
        width: 43%;
    }
    .logo-bottom {
        width: 17%;
        
    }

}

.company-title {
    padding-top: 10px;
}

.login-m-t-5 {
    margin-bottom: 5px !important;
}
.login-fg {
    float: right;
    margin-right: 8px;
}
.login-lg {
    text-align: right;
}
.login-lg > select {
        display: inline;
        background: unset;
        border: unset;
}





.pin-input {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .pin-input > input {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        border: 2px solid #ccc;
        border-radius: 8px;
        background: white;
        outline: none;
        transition: border-color 0.3s;
    }

    .pin-input input:focus {
        border-color: #007BFF;
    }

.pin-container > form > button[type="submit"] {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background: #007BFF;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

    .pin-container > form > button[type="submit"]:hover {
        background: #0056b3;
    }

@media only screen and (max-width: 768px) {
    .pin-input > input {
        width: 37px;
        height: 43px;
    }
}

  