.asl-login-wrapper {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.asl-login-wrapper h2 {
    margin-bottom: 20px;
}

.asl-login-wrapper input {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
}

.asl-login-wrapper button {
    background: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

.asl-login-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: 600;
}

.asl-success {
    background: #d4edda;
    color: #155724;
}

.asl-error {
    background: #f8d7da;
    color: #721c24;
}

.asl-warning {
    background: #fff3cd;
    color: #856404;
}