body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main {
    flex: 1;
    padding-bottom: 100px;
}

.footer-copyright {
    margin-top: 60px;
    padding: 40px 20px 30px 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e0e0e0;
}

.login-title {
    text-align: center;
    margin-bottom: 40px;
}

.login-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: black;
}