html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f8f9fa;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #f8f9fa;
}

.btn-block {
    width: 100%;
    display: block;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.2rem;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: none;
}

.card-body {
    padding: 2rem;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 300;
}

/* Login page specific styles */
.login-page .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Button styles */
.btn {
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
}

    .btn i {
        margin-right: 0.5rem;
    }

/* Utility classes */
.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}