.cph-login-box {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.cph-login-box h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
}

.cph-login-box input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cph-login-btn {
    width: 100%;
    background: #0073aa;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}

.cph-login-success {
    background:#e9f9ee;
    color:#1e7e34;
    padding:10px;
    margin-bottom:20px;
}

.cph-login-error {
    background:#fdecea;
    color:#b71c1c;
    padding:10px;
    margin-bottom:20px;
}