﻿body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, #2253c7, #a8e063);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    margin-top: -90px;
}

.login-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 400px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
 

.login-card input::placeholder {
    color: #666;
}


@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Regular.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Italic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Bold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-BoldItalic.woff2) format("woff2");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Regular.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../assets/fonts/BoonBaan-Italic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Bold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-BoldItalic.woff2) format("woff2");
    font-weight: 800;
    font-style: italic;
}

p, span, button, h1, h2, h3, h4, h5, h6, div, a, table, th, td, canvas {
    font-family: 'BoonBaan' !important;
}
