.ceef-login-wrapper {
    max-width: 420px;
    margin: 40px auto;
    padding: 35px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.ceef-title {
    text-align: center;
    margin-bottom: 10px;
}

.ceef-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.ceef-form-group {
    margin-bottom: 18px;
}

    .ceef-form-group input {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-sizing: border-box;
    }

.ceef-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.ceef-btn {
    width: 100%;
    background: #e6007e;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
}

    .ceef-btn:hover {
        opacity: .9;
    }

.ceef-success {
    background: #d4edda;
    color: #155724;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ceef-error {
    background: #f8d7da;
    color: #721c24;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ceef-register {
    margin-top: 20px;
    text-align: center;
}
