.login-content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex: 1;
}
.login-container {
    max-width: 400px;
    background: rgba(51, 51, 51, 0.8);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.message-box {
    display: none;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}