.psmp-login-wrapper {
    max-width: 420px;
    margin: 80px auto;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.psmp-login-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #1e2937;
}

.psmp-form-group {
    margin-bottom: 20px;
}

.psmp-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.psmp-form-group input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
}