@font-face {
    font-family: 'Oswald';
    src: url('/static/assets/fonts/oswald_light.woff2') format('woff2'),
         url('/static/assets/fonts/oswald_light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    background-color: #f5f5f5;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    --bs-btn-bg: #0079bf;
    --bs-btn-hover-bg: #036aa6;
}

.login-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.95rem;
    color: #6b7280;
}

.login-footer a {
    color: #0079bf;
    text-decoration: none;
}

.login-footer a:hover {
    text-decoration: underline;
}

.login-back {
    color: #9ca3af !important;
    font-size: 0.8rem;
}