body {
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.login-header {
    text-align: center;
    margin-bottom: 20px;
}

.login-header img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.login-header h1 {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}

.text-danger {
    color: #ff4d4f !important;
}